0
votes
2answers
194 views
ReportBuilder 7.x - Controlling Print to File at Print Time
Using ReportBuilder 7.X
Question
Is it possible to Control Print to File.
I need to change the Length of a field at print time
Example:
label2
In the …
1
vote
1answer
168 views
Why am i receiving a 255 Record insertion limit on Oracle 10g using DBExpress ?
I am hitting an brick wall during normal SQL processing,
When connected to Oracle 10g from a remote client w/DBEXPRESS, - using the standard dbxpora.dll + oci.dll
When in a tran …
3
votes
6answers
383 views
replace characters in a file (faster method)
We often replace non-desirable characters in a file with another "good" character.
The interface is:
procedure cleanfileASCII2(vfilename: string; vgood: integer; voutfilenam …
1
vote
5answers
89 views
Trapping Exception using TSQLQuery & params
I am getting a "SQL Server Error: arithmetic exception, numeric overflow, or string truncation" error
here is the code below
AQuery:= TSQLQuery.Create(nil);
with AQuery do
b …
1
vote
Where are all the Delphi Developers?
Some of my favorite are:
http://delphi.about.com/
http://www.delph …
0
votes
ReportBuilder 7.x - Controlling Print to File at Print Time
i solved this! Each control has a saveLength property. I can just use a global variable that can change at any time (controlling length of entire record). Then just before i print he label, i can …
1
vote
How to connect to Oracle 10g from remote client?
Sorry, about the CAPS, this is all new to me. I don't have any reputation, what i did have has now been lowered do to this question title being in caps. I dont know how to comment to you all who …
