maeve_zahra
maeve_zahra
About
- Username
- maeve_zahra
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
i'm sorry, i change my first script from: q1.sql.add(); into: q1.sql.add([tsql]); with no work, but after i change it into: q1.sql.add(tsql); it work ok. but i guest, i have to replace all my script with the new behavior. could…
-
it works thanks.
-
on main script of the report, u can put code like this: q1.close; q1.params[0].value := ; q1.open; then on the delphi event, u can put code like this: fr.Script.Clear; fr.Script.Variables := 1039; hope this help.
-
AlexTZ wrote: To set master-detail relation, use the following sql: select * from employeedetail where employeeno=:employeeno and connect detail query to the master table via Master property. Master table should contain the field named "employee…
-
it works. thanks alot gordk.
-
thanks for the solution, that's what i do now. it working perfect.
-
i have memo1.memo content with script: [sum(table1.field1)] but when i write like this: memo2.memo := memo1.memo i got the script from memo1, not the value from script. so, if i want get the value from script, can you show me the way? t…
-
hi, i got the same error too using hp 2100. is there anyone can help?, or just tell us what's going on?. is this a bug on FR?, i use FR252 on windows xp and delphi 7. pcl xl error warning: illegalmediasource tia, ryan