he00273
he00273
About
- Username
- he00273
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I do have a block of code that can transform characters, so I tied to subsitute [ for \'5B and ] for \'5D but it still hangs (looking for variables for [xxxx]) If I subsitute [ for ( and ] for ) it works ok C := InputLine; Case C of '…
-
I have found why it is hanging by debugging the FR code. I managed to get the submerged dialog which was PathCentreDirect Managment Undefined symbol "MO617" OK The report is very simple and has a richtext edit box as its main item. Into thi…
-
I have an example of how to ue the FrUserDatset. Very easy when you know how. An example certainly clarifies an awful lot. There is a 'unoffical' support group on yahoo groups with lots of entries. May I suggest to anyone who does not get a reply…
-
Ok I see the section in the manual TfrDataStorage component is outdated. Use TfrDialogControls + TFrBDEComponents instead. Could the demo be updated to reflect this. Should'nt the component still be supplied for backwards compatibility.
-
That worked fine. Thanks a lot. I just had a closer look at the documentation and I see where I went wrong .
-
Just to make sure I was not making more syntactic mistakes I tried (which matches thwe documentation) if FIELDISNULL('[dmManagement.cdsResults."TransferredWhen"]') then Date1A := '<<< Null >>>' else Date1A := FormatDateTim…
-
Sorry I should have looked more closely at your documentation. However I added the extra quotes but it still does not work. Everthing is still reported as a null. Using two different date fields, I have reported each field three times in the same…
-
Ok Problem fixed. I need to add the unit containing the checkbox class to my own unit that has the frReport component dropped on it, in this case FR_ChBox. I guess I will have to do this for some of the other things I want to use.
-
Please don't bother answering this as the answer lies with scripting. I have a more serious bug in that FR can't find a class ??!! (at least I hope its a bug and something stupid I have done)
-
I got a reply back from my user group, for any real green newbies like me, the fix is Hi Peter, The dialog appearing briefly and not doing anything is generally due to the report not having anything to do (eg, no report loaded). My suggest…
-
I have just started and I have the same problem. In design mode it works great. When I use the ShowReport I get a glimpse of a dialog then nothing. It must be simple but what I have post a query on my local delphi user group, hopefully they ca…