cijjack
cijjack
About
- Username
- cijjack
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Sorry! It's ":p1" and ":p2".
-
Thank you gpi, it works perfect! By testing the date format, I found something very interesting which is the query for report. The variables of startday and endday are provided for query's
-
Thank you very much! I tried the following and it works. I think fastreport just follow the date style, such as 'dd/mm/yy', from Windows settings. If I set the variable string to '2010-01-01', then it will cause an error. Is that possible to let fas…
-
See Functions tab in Data Tree[/quote]Thank you so much! I found, in function arguments, when refer to a database field should be enclosed with "<>" rather than "[]".
-
Thank you so much. I now changed back to jscript and it works fine. Because I know javascript much better than the other else. By the way, How do you know there is function of Format provided by fastreport. Can you show me which manual I can refer t…
-
wrote: Please, next time send small demo project with problem based on FRDemo database This will accelerate the solution of the problem Yes, I will thank you so much! Does Format( ) works in jscript?
-
Thank you gpi. I found my locale is set to Chinese Taiwan for non unicode program. I reset it to English Australia than then the month value becomes in English. I just wonder why Fastreport can not just follow Regional Format settings where defined …
-
Thank you so much! It does work. I try to use Jscript with Format() but it won't work. Obviously "Format()" is part of Pascal. So I have to change all functions to Pascal procedures. I've struggled with this problem for weeks by asking FastReport su…
-
sorry there is an error on function it should be "Memo9.Text = Get();" Originally I tried to write a format function to format it. But Jscript on Fastreport has so much limitation. I can't use regular expression. So fail to do it in that way.