rbuser
Comments
-
Testing is easy: Take the example in PDFForm.zip and change the
FormField property of one or two of the four Checkboxes to "false".
Am 16.02.2017 um 22:11 schrieb Heinz Blase:
-
Hello Nico,
I have already sent the font to the given address. Did the mail not
reach you?
Ciao,
Ralf
Am 16.03.2017 um 17:24 schrieb Nico Cizik (Digital Metaphors):
-
Am 16.03.2017 um 17:24 schrieb Nico Cizik (Digital Metaphors):
Hi Nico,
I sent the font to support@digital-metaphors.com this morning.
Ciao,
Ralf
-
Hi Nico,
I have sent the customer now a speccial version of the software that was
created using RB 18. Now i will wait for a response if the error ist
still there.
Ciao,
Ralf
Am 16.03.2017 um 1… -
Hi,
Sorry again for the delay. Meanwhile our customer gave us more
information, including some stack traces of that error.
The error happens in the method "TppPDFUtils.NumFontGlyphs". But it
happens only if certain … -
Hi Nico,
Sorry for the late reply...
We are still using version 15 (we have switched to version 18 lately but
this version is not available to our customers yet).
For the exact settings i will have to ask our c… -
Oops, wrong topic - should have been posted to Dade, sorry.
-
Will do. You should get it sometime early next week, if i haven't sorted it
out by then.
Thanks
John
-
The SQL created when i first link the Contacts to Accounts (No sorting) is
just Select ('Whichever fields i have selected' from Accounts) and
Select ('Whichever fields i have selected' from Contacts).
As i say, this report will print … -
I compared my project to the demo and discovered that I had to set
TppDesigner.DataSetttings.UseDataDictionary to False. Odd? The help file
has nothing on this and the pdf documentation states:
"Determines whether the data dic… -
Jim:
Thanks for the quick response. The properties are set correctly on the
database objects as well as the report designer (using SQLType of sqSQL2).
Can you think of a reason why the Data Dictionary Builder would see th… -
Hi Jose,
that's a pure BDE problem, pls use Borland's BDE news group (or avoid to use
the BDE beast!)
regards,
Chris Ueberall;
-
Cool! I just spent all day working out how to do it in an alternate
fashion: I steal the SQLObject "magic sql" and preview in a separate
query, then parse the bookmarks out to get key select criteria and add to
the SQLObject. I'm h… -
Thanks!!
-
Found It:
Thanks.
In article , edwardb@sgci.com
says...
-
I notice you have left the SQLChanged call in the procedure
TdaAstaQueryDataView.Loaded. I would remove this as it results in the query
being executed when a report is loaded from file or the explorer.
Regards
Simon C… -
BTW
Whats the position on my pricing question for RB7 Server.
Thanks
Simon Callcott
-
Excellent,
Thanks for such a quick response!
Regards
Simon Callcott
-
Hi Jim,
My problem is that even if I use DADE to Add,Edit,Delete datasets ( not by
modifying the SQL directly) and save the report, the call to
daGetDataModule(Report).GetDataPipelines(PipeLineList) is returning the
origina… -
Hi Olivier,
Yes.
--
regards,
Chris Ueberall;
-
Jim,
I'm able to connect to the database using ASTA CDS -> TDatasource ->
TppDBPipeline -> Report.
But when I go to the Data tab in the Report component. I'm not able to
connect using the dade to my database. I onl… -
Jim,
When I create a report with RB 6.03 and Asta 3 version 3.02 which of the
datapipe do I use TppDBPipeline.? and a regular datasource and a
astaclientDataset?
necessary
I'm using the A… -
Jim,
I did what you said but I still can't see the tables from my server.
Can you do me a big favor. Please send me a simple application demo with a
report and the necesary components needed to create a report with ASTA3,
AstaDad… -
Jim,
Thanks I'll try that
Regards
Charles
-
Jim,
I was able to compile and install the AstaDade.
How do I use it?
I had placed on my form a AstaClientSocket ( I set the ip to my server), a
rbReport.
I open the report designer go to data, Database setting.
Session… -
Jim
Thanks
Charles
-
Jim,
I using Rb ver 6.03
Charles
-
> Does DADE and Report Explorer will support TExtraDevices or PsRBuilder
Yes.
Ed Dressel
-
Hmmm... what DADE plugin? I'm not sure I know how to answer but I'm
accessing my data through the BDE so am I using the DADE BDE plugin?
The database I'm using is IBM DB2 v7.2. I will attempt to recreate the
problem with the dem… -
I've had my head wrapped around another project for a while, but now I'm
back on this one...
A quick refresher on the basics:
RB 6.03, Delphi 4.02 Pro
I have several reports stored in a database. I use the designer to creat…