
technisoft
technisoft
About
- Username
- technisoft
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
welliam wrote: » welliam 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 us…
-
welliam wrote: » 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…
-
Where are you located?
-
pele wrote: » When I send email from fastreport with attachment, the filename is always truncate to 60 signs. WHY? I think this is the old DOS limit of around 64 characters including path information.
-
I use a OBP event of a ReportTitle band to initialise values. This will be executed on pass 1 and pass 2.
-
At long last SOME news. The latest e-mail from Fast Report about the FR4 update contains "PS Sorry, we are working hard on FastReport VCL 5 now, so not so many changes. Follow our news [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vert…
-
Denicio Fritzke wrote: » I have a dot matrix printer redirected in a TS connection. When I send the printing dot matrix not print anything. If I send the same dot matrix printing on a laser printer or inkjet works Can anyone help me? Forgive m…
-
Sir Rufo wrote: » So maybe there will be a fix ... Promised for FR5 which by now must be about 2 years overdue although it feels more like 10.
-
query spain wrote: » query spain wrote: » Using frxDotMatrixExport you can set InitString to whatever the control codes have to be. Also set the EscModel and check/edit the printers.xml file. Note that you should always initialize the dot …
-
pele wrote: » pele wrote: » Looks like this is one tough issue. Have you verified with support yet f this feature is possible? No, I haven't, but I think this feature isn't possible yet! I actually don't understand what you are …
-
Make use of FR's composite report capability.
-
Using frxDotMatrixExport you can set InitString to whatever the control codes have to be. Also set the EscModel and check/edit the printers.xml file. Note that you should always initialize the dot matrix printer completely, starting with a comm…
-
gordk wrote: » [IFF([DBLAN."IN_M"] = 'A', [SUM(,DetailData1)], '0')] too many [] in the expression use the builtin expression builder to build your expression try this [iif((= 'A"),(SUM(,DetailData1)),'0')] or use the builtin expression build…
-
When I have such problems and see nothing obvious that is wrong I remove the drop-in component, TfrxPDFexport, and create it dynamically. The creation/destruction is now under my control and I can do create at appropriate places, I can have multipl…
-
Groffy wrote: » Business with VCL components is becoming hard. Delphi marked is shrinking every year. Might, that its not worth anymore to pay a full time developer for only few paying customers. Lots of ex-delphi programmer (like me) using Lazaru…
-
I think that FR5 will never be released. AlexT will take it to his grave.
-
There is a property "Stretch to Maximum Height" or something like that. Try setting it to TRUE.
-
If the report is embedded in the frxReport component then you need one frxReport for each report. If you use LoadFromFile() or LoadFromStream() then you could use one frxReport only, but each loading operation will destroy what was loaded before …
-
Doesn't the + method work? must be typed on the numeric keypad.
-
mat.taabsko wrote: » mat.taabsko wrote: » Have you tried to use casting the date or column value? In my query? I tried but maybe my syntax is wrong. How would you write it? In Firebird it would be (I have no experience with PostG…
-
Have you tried to use casting the date or column value?
-
This is speculative. AFAIU there are a number of RTF components which use the functionality provided by Windows to manage them. In your case this would point to problem with the Windows installation itself.
-
Is the printer's character set to the right one?
-
Bin wrote: » I have been seriously thinking about shifting to another report builder lately. If FR5 doesn't appear soon I will think along similar lines. What would you consider to be potential replacements?
-
I would just create 2 reports. Putting it into one report will become more and more complex when even more companies have to be catered for. One thing one can count on is that every company will have their own quirks you have to cater for. The …
-
karuloqi wrote: » This GS1 Databar fonts may support the creation of GS1 Databar barcodes in the Fast Reports All these fonts seem to be tied to particular products and Delphi isn't one of them.
-
dschuch wrote: » Yes, i use a bad word now: WTF. Yes, something like that. I second that expression.
-
Manage the numbering using your own variables instead of the system ones.
-
fred42 wrote: » But i'm just wondering why the code to reset the variable on the procedure OnStartReport doesn't work ? It's strange for me to reset the variable at the end of the report ? I had some problems in the past and I concluded that…
-
welliam wrote: » 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. I think that whatever the problem is is handled by an internal FR exception whi…