HI....
We have a PowerBuilder 10 applications which connects to an oracle 11g database on windows 2003 server, we want enduser to use applications in their PC by shortcuts for application via...
i am trying to execute the following lines of code
declare ws_get_arithm procedure for dbo.sp_get_arithm
execute ws_get_arithm
@scr_flag = '01',
@scr_etos=200...
Hi
In employee table I am saving employee's pictures in the table.
While using updateblob and selectblob it is working fine.
Now I want to display the list of employees in the datawin...
Looking for a method to import an excel file into a Datawindow.
Essentially there is a file with a dynamic number of records on a daily basis placed on the server.
I need to be able to o...
Hello,
I am trying to use Dynamic SQL 4 to run DML Statements like UPDATE, DELETE and INSERT.
DataBase: Oracle 9i.
PowerBuilder: 10.5 Build 5063
I am geting an error on DESCRIBE SQLS...
We have an application written in powerbuilder version 5 which connects to an oracle 7.3.4 database. This application was written for us many years ago, and we don't have the source for this a...
How can I use Winsock in PB? If you have in sample code please mail it to jobest@mail.com
Hi!
I need to create a printer dialog box using comdlg32.dll library. When I call the function PrintDlgA I will receive an error (Printer error - no more specific info was written in the er...
i am having a window with three datawindows dw_1, dw_2,dw_3
there is a push button pb_update with the following code
dw_1.update()
dw_2.update()
dw_3.update()
how can we see these stateme...
I need to import the excel file into SQL Database using powerbuilder.
here is what I have so far
OLEObject myoleobject
myoleobject = CREATE OLEObject
result = myoleobject.ConnectToObjec...
I am trying to convert some PowerBuilder generated SQL statements to make the SQL statements more readable and to add aliass to make the statements shorter. Listed below is a SQL FROM stateme...
Hi, Using PB9.0.1, We have an issue with SOAP connection. While trying to Instantiated connection, we are getting a runtime Error: "Bad runtime function reference CreateInstance". We have PBSo...
Recently, I installed PB8 and found the error message "Catalog tables could not be created and are not available to use" when I tried to connect to Access database(Access 2000) on Win98SE. Th...
Thanks in advance for your help.
I am attempting to use groups to display data from 4 different tables and I am having trouble eliminating some rows and making other rows appear where I wan...
I am trying to use Adobe Distiller to convert postscript files to PDFs using OLE automation. My sample script (attached) works fine for a single file using the FileToPdf function in Distiller....
Hi,
I am using SyntaxfromSQL to generate a dynamic data window. The logic picks up a temporary procedure from a file, creates it and then executes it.
The results obtained after the execut...
Hi Experts.
In Lotus Notes you can right click a document and from the popup menu choose "copy as link"
This information is stored in the clipboard and can be seen with ClipBookViewer (sta...
Oracle 8.1.7.3
IM 8.0
ORA-24347: Warning of a NULL column in an aggregate pops up when trying to run my report.
pbo8480.dll was updated.
Any suggestions on what this error is?
I need to print to a receipt printer, an point of sale receipt printer(TSP550II, TSP Series). I removed the windows print drivers from my computer to mimic the clients system. They have a POS ...
Hi everyone,
I know this has been done before, but I can't seem to get the syntax right.
I have a datawindow grid that I created. I had to pick at least one column to create the datawin...
Is there any way to manipulate PDF files within an application which is developed using PowerBuilder 10.2.1. It should read, display & search PDF files.
Hi expert...
I am developing an application using PB 6.5 for sending sms using a gprs modem (iTegno 3000).
How can I connect my application with the modem.
thanks
In this app, I have a hardware device that is sending a byte in through the serial port, I have to "listen" and determine when that byte comes in, grab the data and send a request back. I wou...
we would like to insert a push-button find in all our datawindows that will do the following
- the user will enter the text that he wants to search
- the user will enter the direction of...
Dear Friends,
Is it possible to pass command line arguments to PowerBuilder Application? If yes how to do it? If no is there any work around for it?
Assume my PowerBuilder Application is...