What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested PowerBuilder Solutions: 126 - 150 of 591
 
Hi all,   I have a problem here.  My senior was using a program to update some images (JPEG) file into Oracle database table as BLOB data type.  According to him, he was using OLE which cau...
Hello Experts, I am developing a PB application with about 3 other users.  We are connected together via LAN and I have implemented source control using Microsoft's VSS6.  We are working in...
Hello Everyone, I am trying to create a new column in a datawindow, but it doesn't seem to work. There are no errors (that I see). Here is my code: ***** //dw_1.Modify("create col...
I have datawindow object with retrieval argument on DateTime column. I am passing datetime variable when retrieving my datawindow. It works fine when retreving at design time and also in run t...
HI !! I have a composite datawindow d1_base.  This has 3 datawindows nested in it.  All 3 datawindows have 2 arguments inv_id , and inv_date.  These are also declared in d1_base.  Now in m...
Hi all, 1. I want to call Oracle Stored Procedure thru my PB application. Can you please tell me how i can do this? I am using PB 8.0.1 with Oracle 8.1.7. I want to call a store proc tha...
Hello, I am trying to access the sql server via Powerbuilder using windows authentication. Everywhere I read it keeps referring to integrated security. How do you set that up. My ini file l...
hi experts! this is in connection with my previous question... http://www.experts-exchange.com/Programming/Programming_Languages/PowerBuilder/Q_21349512.html before i was able to inse...
Hi, I'm using Powerbuilder 10.5 and SQL SERVER 6.5 I'm getting this error "SQLSTATE = 22005 [Microsoft][SQL Native Client]Invalid character value for cast specification" I'm getting this ...
Hi! I want to know how to create windows in powerbuilder with skins based on a bitmap texture. Thanks for your help
Existing pb5 application with dbms = MSS (Msoft) SQL Server 6.0 INI FILE ENTRIES ARE :- [XXX] DBMS=MSS DataBase=XXX ServerName=XXX FLOW OF CONTROLL :- Login Window w_login has followin...
Recently upgraded Oracle 9i on backend.  Testing the PB application we have which is version 6.5.  When trying to do log in on client machine I am getting a ora-06502 error before I even get t...
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...
I need to list file name, size, modified date for all the files in a directory.  I know PB has a function that will populate a list box with the names of files in a directory, but I need the s...
hi all i am having a  problem with item change event i want to sotp chaging the new value in a datawindow on some coditioni return 1 from the event it stops but also gives default error messa...
Hi, PB 10.5 I'm getting Powerbuilder Application Execution Error (R0006). Error; Invalid Datawindow row/column specified at line 80 in itemchanged event of object dw_ucc of w_scan_items. ...
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 Powerbuilder 10. How can I get the machine IP address and MAC address by using script in Powerbuilder?
Dear experts, I am trying to control MS Outlook using ole automation with Powerbuilder 10 and I would like to ask for an expert advice regarding ole error handling in general. I have r...
I want to know , if I am doing right. -- Procedure written in Sql sErver 200 CREATE proc usp_test_commit as begin tran mytran set nocount on delete from temp1 if @@error<>0 goto fail...
I use the following VB code within an Ole word object of Powerbuilder.  It saves the file correctly; however, I would the SaveAs dialog box to stay open before saving the file so that the user...
I have a table namely security. It has two columns user_name, menu_class_name. I want script/function which will load any menu (deeply nested)created in powerbuilder into treeview contro...
Hi, this is urgent, please i am trying to connect to the oracle 9i server from my pb application. but i am getting an error DBMS not supported in your current installation. what is the r...
Hi, I want to declare/create two dimensional array of variable size. I know that in PB you can only create single dimensional array of variable size. How to do for two dimensional. Any o...
i am using a datawidow to deal with a table which contains a identity field. i dont care to show this field on the screen but i want this field to auto-increment its value by one when i insert...