duf
duf
About
- Username
- duf
- Location
- Poland
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
gordk wrote: » that is due to the fact that you are 1 stripping the name of the memo and 2 you are not using the ogv event properly. using the ogv event requires a variable with no set value to be placed in a memo using[] to denote an expressi…
-
gordk wrote: » and if you are trying to pass values in from your program read the programmers manual you can pass values into the report variables after the report is loaded and before calling showreport or prepare report or you can use the findo…
-
Mick.pl wrote: » Mick.pl wrote: » How do it to make these two words show in FR? Thanks. I guess you need to pass a value of variable from the compiled program to FR script. If so then search this forum for pass variable. I do not kn…
-
I have two objects of type TString in the main program. String a = "ala"; String b = "ola" How do it to make these two words show in FR? Thanks.
-
Mick.pl wrote: » Mick.pl wrote: » I would like to read a text file eg test.txt to FR. You may read txt file using the idea below: var     MyStr  :TStringList;                                    …
-
gpi wrote: » attach your fr3 and fp3 files here I do not where to find fp3 file.
-
gpi wrote: » ... ask in FR ticket system instead of youtube What does it mean?
-
gpi wrote: » frxReport1.PrepareReport; frxReport1.Export(frxPDFExport1); Thank You.
-
Mick.pl wrote: » Mick.pl wrote: » Thanks, but I have problem with your attach. It can not be opened. Can you attach it *.avi format? I've sent you an e-mail as avi file is longer than 10 MB (this forum limit). Thank you. Topic can b…
-
Mick.pl wrote: » Mick.pl wrote: » I do not have in Fast Report such a component like ADOQuery but I have it in Builder and I can use it from Builder level. Instead of ADOQuery I use TSQLQuery. To use ADOQuery I need a component ADOConnection …
-
Mick.pl wrote: » Mick.pl wrote: » Is this syntax query is in MySQL? I'm not sure if writing 'as one' is appropriate for MySQL language. I see that perhaps we have a different idea as to how I connected the database with Fast Report. It seems t…
-
Mick.pl wrote: » Mick.pl wrote: » Is it possible to load the four records from a database to four Memo objects on one page of the report? Can you change your DataSet (this one with 4 rows) into another, like select (select sth from myTabl…
-
Mick.pl wrote: » Mick.pl wrote: » I was able to connect to the base of the FR Well that means your MasterData is properly connected to a Database. No, I had to put Memo on the page rather than on the MasterData. The database is con…
-
I was able to connect to the base of the FR
-
Mick.pl wrote: » Mick.pl wrote: » If I ask to connect to MySQL in this thread it will be the right question? Sure [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> …
-
If I ask to connect to MySQL in this thread it will be the right question?
-
Mick.pl wrote: » Mick.pl wrote: » As You can see there is no fields of Baza. Is your table "Customers" is connected to the database server? Have a look at this small film: I have not got these icons on the left in Data tab! Why? Ho…
-
Mick.pl wrote: » Mick.pl wrote: » But I cannot see column name to double cklick on. I can see only Data name. Place a Memo on a band - then you'll see such a screen like below. If your Memo is already on the band just double click on it. …
-
Mick.pl wrote: » Mick.pl wrote: » ... How to extract column names from a table? In your example, you can see the name of the table (Customers) and the names of the columns (Cust No, Company etc ...). Are they manually entered and, if so, wher…
-
wrote: If you need to assign a certain Dataset field to a Memo then have a look at here - how to do it with FR Designer: How to extract column names from a table? In your example, you can see the name of the table (Customers) and the name…
-
Mick.pl wrote: » Mick.pl wrote: » Please give me step by step how to connect the Memo object to the database. Thanks - First you should add a DataSet to the report, - Then click on memo and Designer opens an editor, - Click "Insert expr…
-
Mick.pl wrote: » Mick.pl wrote: » ... Thanks for your good intentions but the file is corrupted. ... Write to me (you may use your own language) using my FR profile and give me any your e-mail adress and I'll send you an avi file wit…
-
Mick.pl wrote: » Things go wrong [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> I guess you don't have an experience with using FR Designer and you try to construct the whol…
-
Mick.pl wrote: » Mick.pl wrote: » Can the memo type text in certain places? Is there a function that inserts the text in the specified space on the band? How can I enter text into the appropriate fields in the form? ... I attach 2 files.…
-
Mick.pl wrote: » Mick.pl wrote: » Previously I was using RaveReport and can load an image (template) file and print text on it MyReport->PrintBitmapRect(); MyReport->PrintXY(); Do I have to change the way reporting in fast report? Is …
-
Thanks.
-
Mick.pl wrote: » You may use two options: - Page1.BackPicture property gives you a background to the whole page, - Put Picture1 (TfrxPictureView) at the same place on a band where you need to write your text. Then use Designer context menu for t…