welliam
welliam
About
- Username
- welliam
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thanks LurkingKiwi
-
baloghi wrote: » Report. FindObject (' Memo16').Visible: = False; Thanks baloghi
-
bump
-
any replay please
-
gpi wrote: » Use [FormatFloat('000', )] or set FormatStr Thanks formatfloat work fine
-
wrote: Second way: [Format('000', [])] This way result in printing 000 although [dataset."field_name"] alone print 2
-
gordk wrote: » 1 make sre you have not set a numeric format for the memo view use plain text in the first case leave the content of the memo empty Thanks but when I tried to write the format function inside the memo I get error , here is w…
-
Ok thanks gordk
-
thanks gordk, It was hard to adjust because first page has a title but it work. I was thinking, I cant use stretchable detail band that contain the vertical lines ? I tried but did not work, maybe I am missing something.
-
One suggestion I recall that when I made same report using Report Builder I just had to pass the skip number and repeat number to the report so it would be nice feature to have in Fast Report too.
-
Ok Thanks alot
-
wrote: One way of doing it is to populate a temporary table with data and use that as the source for the report. Thanks but Iwould rather prefer to use the first example that iterate through the dataset. I am using external Query component (c…
-
Many Thanks. So the main idea is not to assign masterdata band to any data source but iterate through the table manually. Is not there any method to make the band repeat same label again in the next report row before the band move to next record (ev…
-
Yes please gordk send me a link.
-
gpi wrote: » You can't to use unidirectional datasets with groups because FR engine uses TDataset.Prior for groups oh I understand now. Thanks
-
gordk wrote: » you must create a custom numeric to text function Ok thank.
-
Many thanks gordk
-
wrote: I think that whatever the problem is is handled by an internal FR exception which is surfaced when you run under the debugger. Disable the exception notification for this error type. I faintly remember having had this problem. Quite annoyi…
-
no doncht, I found the memo casing this problem but I would love to know a way to determine which component is responsible for this error to fix.