ibrahim bulut
ibrahim bulut
About
- Username
 - ibrahim bulut
 - Location
 - turkey
 - Joined
 - Visits
 - 0
 - Last Active
 - Roles
 - Members
 
Comments
- 
                thanks gord, i will check it gordk wrote: » users manual Script "Using aggregate functions in the script"
 - 
                i can read field's value in reportsummaryband beforeprint event so, dataset is not closed. i thinks the problem is about aggregate function. i can do it now with fastreport 2,5. i can get total with TOTAL:=[SUM(QUERY1."FIELD1")]; ibrahim bul…
 - 
                no gord, dataset is not closed it is open. i have read the manuels and i can not see any limitations about this. please write me where is the limitations gordk wrote: » you can't do it that way the dataset is already closed that is why the …
 - 
                gordk wrote: » read the manuals select your memoview rtclick edit use the aggregate expression builder. i don't want to do it in a memoview. it's in the script. and my expression is working good in a memoview. i want to do it in a summ…
 - 
                sorry, i have declared a variable with the same name script variable. problem solved. ibrahim bulut wrote: » my string script variable is ok but my integer value is not displaying. and it's value not zero. ibrahim bulut wrote: » i have r…
 - 
                my string script variable is ok but my integer value is not displaying. and it's value not zero. gordk wrote: » i have read programmer manuel and there isn't any any comment about get and set method in it. of course not it is used in script s…
 - 
                i have tried and success. i have read programmer manuel and there isn't any any comment about get and set method in it. but my script variable problem already exists. how can i use a script variable in a memo component [scriptvar] or or anoth…
 - 
                yes, it's a categorized variable gordk wrote: » what is NN ? a categorized variable
 - 
                hi gord, i have tried your suggestions but not succes. i have a variable. i can read it's value from script but i can not change it's value. script like this Var NewName : String Count : Integer; procedure ReportTitle1.Onbeforeprint(Sen…
 - 
                thanks gord, i have solved it another way function TForm1.frxReport1UserFunction(const MethodName: string; var Params: Variant): Variant; Var I : Integer; VValue : Variant; VDizi : Array of Variant; begin if MethodName = 'FUNC1' Then Beg…
 - 
                i have solve the problem developer's manuel explains custom functions frxReport1.AddFunction('Function MyFunc(S1: Integer; S2: String): String); this way is good in prior version, we have only 3 parameters, but now unlimited thanks to fas…