hi guys, Im Blaire from Philippines. Working on PB5.0 in Gestalt Consulting for 2 years, and Winterpine Group up to now. I am migrating all our programs into...
How can we help? ... From: progman_07 <progman_07@...> Subject: [PowerObject] Re: Welcome - Intro - PowerObject! To: PowerObject@yahoogroups.com Date:...
Hi all, Can anyone please guide me ,that HOW CAN I CAPTURE PICTURE IN .JPEG FORMAT FROM WEBCAM DIRECTLY. PLEASE ITS URGENT. Thanks & Regards Prashant Dey ...
Stephen - Basically, you select data from the database and create the datasource file, then use OLE commands to merge the main document and data source file. ...
Easiest way to explain this is by looking at the attached image of the output. Basically have one computed field that calculates the number of days between two...
Hi Stephen, If Word 2002 SP3 or later is installed (including Word 2003 &Word 2007) additional security features included in these versions must be disabled on...
Hello all, I am upgrading a client's PB 6.0 to 11.0 I have run into an issue with the command OpenSheet(). On Vista (which is also my development machine) the...
Hi Prasant You can go through with <Capturing Image From Webcam> folder in file section of powerobject. Hope your problem will be solved Sachin ... ...
Unfortunally, powerbuilder is not compatible with Linux today ! It has been a time where PB where compatibles with windows, solaris, hp-unix & Mac OS. But I...
Do you deploy on XP machine executable build upon Vista ? If yes, you should better build the executable on a XP machine and then deploy it on XP machine. To...
Thank you for sharing this! Olan ... Hi Prasant You can go through with <Capturing Image From Webcam> folder in file section of powerobject. Hope your problem...
Yes Patrice, it used to be like that with pb6. Anyway, Powerbuilder and PB apps are running just fine using Wine in Linux http://www.codeweavers.com/services/ ...
I'm not new to programming, but only an intermediate PowerBuilder developer (a novice in many parts though). This should be a walk in the park for most of you...
Thanks for your reply i will get back soon ... From: Olivier Citeau <ociteau@...> Subject: [PowerObject] Re: Migrate application from XP to Linux To:...
Hi David, Try either dw_1.GetSQLSelect() or dw_1.Describe("DataWindow.Table.Select"), both are listed in the online help. BTW, you should pick up what's being...
dw_1.GetSQLSelect() will give you the SQL Statement and dw_1.SetSQLSeelect(ls_sql) will assign the new sql statement, for this to work, you should not have...
Hi David, Is your datawindow using a stored procedure? ORA-01007 usually happens when there are mismatches on the SELECT INTO statement inside the stored...
What would cause the pfc_save process to fail in executable but work perfectly in development? For some reason...the insert of a new row doesn't work after I...
Thank you. The [w_report.dw_1.getsqlselect()] worked great. It's hard to find things like that in the documentation when you don't know what they're called! ...
In the PFC_SAVE event in the PFC, either put in a bunch of LOGGING code or a bunch of MessageBoxes to track where your processing takes you and the result of...