In our postscript program we have prices that sum up in a total value. Each price is also printed.
When the total and the price is summed we get a automatic round if the value has more than 9999 and two decimals.
/print_adprice
{
/adprice exch def
adprice 10 string cvs dup
/total_price...
Im using API MessageBox functions.
When i call it i have a message text like this( only for example not for real):
"Have a problem? Do do it again press Retry and to Exit press Cancel."
and have given the function Window- constants MB_RETRYCANCEL for example.
This displays a Message box with...
Yes you can,
A pipelined function only send one row at a time.
So do a inner loop of your plSql-table
and pipe each row.
Example code does not syntax:
Function PipeIT( pcCursor ...)return TYPE
begin
open pcCursor;
loop
fetch pcCursor into r;
exit when pcCursor%Notfound;
Select ... bulk...
Thank you for your post.
I was not able to find the library there or anything similar to it, but they had allot of interesting software.
I am looking for a library to help me generate postcript with simple calls, and it is not easy to find.
A C,C++,java or .NET library would do.
However if...
The libarary enables you to develop postscript documents in clipper.
I think it is called "Scripton" or something like it.
If you know anything about where i can get it please respond.
Best regards
/Olof Lager
Hmm this might be a solution.
You can probalbly use the recordset's "find ( string )" method.
If this is the recordset that is used for the grids source you first use
adoRs.find "COLUMNNAME = f"
where f is the data from the input box.
Then if something is found you are...
Hmm im daft.
Make sure to have the Enterprise version installed and the regional settings correct in the control panel.
Hmm Have a nice day.
Dragonsoft.
Hello!
I create a ADODB.Recordset and add som fields to it
and then open it.
(
Set SortKeyRs = CreateObject("ADODB.Recordset")
With SortKeyRs
.CursorLocation = adUseClient
.Fields.Append "sortkey", adInteger, 6, adFldKeyColumn + adFldUpdatable...
Dear JCatRiggs.
I would use the Bulk Insert function in TSql.
this will read a text file with any delimiter you choose and insert that data into a database table.
Here is an example of such a procedure, just paste it in Query Analyzer change the path in the Bulk insert function to suit your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.