I am a VB Programmer that is using DDE to communicate with a PB app. The PB developer has written the following code to run the app and then start the DDE server:
run ("C:\Program Files\map...
I dynamically put together an SQL statement in code and it works whenever I do just date handling but when I add minutes and seconds I just can't seem to get it to work.
I need a format tha...
I tried to export a PBL using LibraryExport function but it fails to export all the code.
I also tried to read the PBL as a text file but it reads all the null characters and also some garbag...
Hi,
I have one report with header band,detail band, and footer band. This report is printing fine in normal scenarios. But if i have very lengthy description in header band(i am setting som...
hi!
this is in connection with the DR watson question posted here before. i am trying to apply the new build which is 10312 but i wasnt too successful..
here is what i have done so far....
I have a Powerbuilder datawindow into which I am inserting text fields (absolute file pathnames). I want to have these fields wrap around and have the text appear on myltiple lines in the dis...
I want to run this link by the script of Powerbuilder 7.
I have Internet Explorer.
http://www.moosani.com/pricelst/May2006/12052006.csv
Is it possible to by pass every intermediaries.
...
I wld appreciate any help on this !!!
SystemError6 : Invalid datwindow row/column specified in line xx
My existing code creates a dynamic datawindow using a sql. Am modifying the SQL to in...
Hi,
I have datawindow, which displayes some rows. I need an addtional column on each row and I had done some coding on the event 'retrieverow' for collecting some data to this field from an...
I want to stop the running process thro my PB application.
e.g. In my application im run another application using Run command. Whenever im closing my application want to close the applicati...
Hi,
I'm using PB10.5
The attached code starts out by filling the ddlb w/ names of all folders and files(which I don't really want but am not sure how to avoid bringing in). Then since all t...
Can you give an example of how to program multi-threaded apps in PowerBuilder?
I need to get a file form C drive which its path is different everytime, then transfer this file name into a fixed one and do the file open, file read , also insert into several tables, close ...
Greetings All!!
I am trying to use the following code in the clicked event of a datawindow:
if (GetRow()=CurrentRow(), RGB(255,255,255), RGB(192,192,192))
I am getting this error when...
I'm trying to migrate to Powerbuilder 9.0.1 (build 7119). For source control I'm using PVCS Version Manager 6.7.11 build c915.09. I was able to add everything to a new PVCS project (to not m...
Hi
I migrated my pb5.0 application to pb10. I am using ole db for database connection. I am not able to access return value of my procedure the way i used to get in pb5.0 with mss. below is ...
I recently upgraded to PB10 from PB8 and have successfully migrated a PB8 application to PB10. It did some renaming of some api functions for backward compatibility otherwise there was nothin...
We have a PowerBuilder 9 application and our first Russian (cyrillic) client running on Oracle9i.
We've built the Oracle database for them using the MSWIN1251 character set. In order for u...
Ive got a database that is based on Access. I am trying to customise it a little to add some fields to the forms. The forms are all pbl forms which i suppose is the powerbuilder format which i...
Hi,
I'm working on a third party PB app which has one resource file referenced in the Project object (in the main Resource File Name edit box at the top of the project window). The pbr ref...
Below is my code. I am getting three C0031: syntax errors on lines 86,86 and 88. I am unable to figure out why. Please help.
integer row_count, li_downtime, i, ll_cnt
date ldt_begin_d...
Hi Sandeep,
Or anyone else who can help me...
I used your suggestions and it works pretty well.
here is what I ended up with:
mle_body.text ='<table border="0" width="600" id="tabl...
Hi,
I am using ConnectToNewObject() function to start our internal C++ application.
The application works fine on some PCs and on the others it does not.
The error that i am receiving...
Greetings all,
I have a script where I need to read and write from two different databases at the same time. In my open event, I define sqlca and create a new transaction called sqlcafb. ...
Dear EE
I am using PB ver. 8 build 6028
Sybase anywhere ver. 7
I want to migrate my DB to SQL2005.
I did make pipeline from PB to SQL2005, and everything is working very well.
I found tha...