Hi,
PB 10.5
I have a datawindow on a window that gets populated based on criteria that a user chooses. I need some way of letting the user select certain rows that need to be deleted. I w...
suppose that i have the following tables
aa
aa_1 integer
aa_2 integer
aa_3 integer
aa_bb integer
bb
bb_1 integer
bb_2 integer
bb_3 integer
bb_aa integer
...
I am using PB6.5 and oracle 9i (client 7.3)
I create one datawindow with the below SQL
SELECT OBJECT_TYPE,
(SELECT COUNT (1) FROM USER_OBJECTS
WHERE OBJECT_TYPE = UO.OBJECT_TYPE AND ...
I am writing a powerbuilder app that needs a second transaction object.
The connect string is supplied via an ini file.
The Transaction object works fine until I add code to update a datawin...
I'm having a problem using this Microsoft WinInet function in my PB Code. Here is what's happening:
I successfully FTP into a server with that has 2 subfolders under the root, lets call the...
I downladed PB 11.1 from sybase subscriber network and tried to install on my machine.
I unzipped the files.
I ran "autorun", installshield,
then selected "standalone seat- local license"
...
I have an insert statement from powerbuilder, that is throwing a database error. This started happening after PB9 to PB11 migration of the application. It was working fine in PB9. Does it have...
I am trying to find a method in PowerBuilder to go to a particular row of a data window. I want to jump to the first letter of the alphabet then second etc.. from my list.
STRING LS_S...
I changed a text column limit on a datawindow from 7 to 8 (I changed SQL server Db column length as well), then run this application, enter a text with length of 8 and got an error:
Item 1...
Why am i getting "error calling external object function eval" while calling ole_1.Eval('') ?
I am able to run the same code without any error in two of my computers in our office.
but in s...
We are upgrading from PowerBuilder 8 to PB 11 and from Oracle 9 to Oracle 10g.
I am getting an ORA-1830 "ORA-01830: date format picture ends before converting entire input string" error on PB...
We have some reports we're running and they are run in Print Preview Mode. They are normal reports based off a tabular datawindow. The problem is when we have 2 or more pages of data and use t...
I have a powerbuilder application that connects to oracle 9i db using one db account/schma. All users have one account in an application table and user enters the userid/password into pb scree...
Does anyone know how to implement authentication in PB using an oracle procedure or function.
I want the PB login window where user enters his userid and password to send the userid, passwo...
Using PowerBuilder 10.2.1 Build 9004, is there a way to print the first page of a report to the first/top tray of the printer and then print all other pages to the second tray? The first tray ...
Is there a way to implement server authentication for a Power builder client application that uses one db account for all users. Currently we have user table and when user logs into PB the cli...
Hi
I have just migrated from PB 8 to PB 11 and all embedded stored procs fail with cast errors.
I have tried playing with CallEscape and all sorts of other params with no luck.
I am ...
Here's what I'm trying to do:
I have a datawindow with two fields: SITE and DESTINATION_ID . SITE is not tied to any values in a table, but DESTINATION_ID is tied to a DESTINATIONS table. ...
I have created a PDF file and it already stored in a folder. Now I need to print this file from Powerbuilder ( suppose that this file contains terms and conditions ) after I print a voucher fr...
with the following commands i make enter key to behave like tab.
Send(Handle(this),256,9,Long(0,0))
is it is possible to make the enter key to behave like double click thru an appropiate ...
Just wondering if anyone here has done a migration from 6.5 to 11. Any advice, documentation, problems or issues encountered.
I want to know if the user presses the tab key.
First I am retrieving rows in a script and then I am using dw_1.SaveAsFormattedText(ls_client_path,EncodingANSI!,",","'") to write a text file.
This text file is read by a batch prog every ...
Hi,
PB 10.5
How can I get a count of how many text files are contained in a certain folder on my C:/ drive?
thx,
Dave
system shd allow the user to create an instance for an user object and destroy da instance whenever da user required and nt req.
eg.
in a window user can add button lk add, modify, del...