
HERBERTS
HERBERTS
About
- Username
- HERBERTS
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
You can localize. Read more in Programmer manual section 1.8. You should look in FastReport\Res folder for more resources. For example: Res\Danish\mkall.bat frxResources.LoadFromFile(GetAppPath + m.Caption + '.xml'); Localize; frxResources.LoadF…
-
What is the type of myconnection object did you use ?
-
sebastiani wrote: » I'm having big trouble trying to use ADOComponents.DefaultDatabase. I can set the property at designtime, but at runtime it's always nil. Any Ado component I add to the report can't find the connection. I've also put a …
-
ZarrinPour wrote: » Hi all As you know , you can specify a picture for BackGround of your Report , Now i want to know is it possible to TILE that picture in the backGround of the report or not? Thanks in advance. Kind Regards. Hi Z…
-
You can do it via DBCross component , code | qty | Price | - columns , pcs|prs|grm - sub columns , this is described in User manual.
-
You should upgrade FastReport Studio to latest version.That is FastReport Studio - 4.4.46 .
-
Send more information on what you intend to do and in which exact way or ways you intend to do it .
-
what error message do you get ?
-
mbsoft wrote: » Fastreport server is a application, build with the fastreport-enterprise components.(The same as with Fastreport Studio). So, the WEB-support is equal, but with the components you have to build it yourself, buying the Fastreport…
-
Netmaster wrote: » I am receiving this error as well. Will someone please state how to fix this? You need to reinstall your software and there is also a new version on the market .
-
latifaxe wrote: » Hi I have a question. Can we change out of reporter server header page?(next,last,refresh,print), can we disayn? I want to add new items. can you help me this subject? Thanks. You have the ability to chan…
-
HERBERTS wrote: » HERBERTS wrote: » Report's link is this http://localhost:81/result?report=asd\...amp;UserID=1767 but report link is being go as follows when I push the print button. and isn't printing. http://localhost:…
-
latifaxe wrote: » Report's link is this http://localhost:81/result?report=asd\...amp;UserID=1767 but report link is being go as follows when I push the print button. and isn't printing. http://localhost:81/sid_fEF6F03EBF32347…
-
galcott wrote: » I solved the problem myself so here's the solution in case anyone is interested. I created a variable called PageNum. In the GroupHeader1OnBeforePrint event I set it to 0: set('PageNum', 0); Then in the PageFooter1OnBeforePrint …