Oops! The URL got wrapped. Here it is: http://www.brainbench.com/testcenter/brainbench/t1.jsp? core=/top/topbeta.jsp&moduleid=PowerBuilder%208.0 ... ...
All, I noticed that when we post messages by visiting the Group, long text is getting wrapped even if we uncheck the Wrap Text checkbox. However, if we post...
Hello any body got a script for getting data from a excel file to powerbuilder .. Example I want to copy the data from sheet1 column a row 1 …etc … etc… ...
I'm trying to have an application add a task to Outlook, and put specific information in the subject and description fields. I know I can call outlook and...
... __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com...
I have a program that can minimize into tasktray as an icon. I would to use a hot key, say CTL+ALT+W to bring my window up to normal when it is in the...
If using the enterprise manager i've already known, but in pb script ... From: "Steve W. Adams" <stevewadams@...> To: <PowerObject@yahoogroups.com> Sent:...
Ronald Delgeano
ronald_delgeano@...
Mar 4, 2003 4:23 am
2336
Try the Dynamic SQL (formats 1,2,3 or 4). You may still need to have the DBA's privileges to invoke those actions. Regards, ... PowerObject! ... ...
Hi to all I’m having problems on closewithreturn, When I do this it gets nothing, my datawindow (a_dw_header) iahs no value .. that why I get a runtime...
When your window gets closed all controls get destroyed. So your dw_header as well. And reference to this datawindow control becomes invalid. What do you try...
Hi all. I have just a quick question today. Are PBDs OS independent or must they be run on the same OS in which they were built? I have an old Win95B ...
Hi Guys, I have one (Window)object, which I can able to open from library painter, it doesn't gives any problem in run time too, where as when I try to...
try exporting and re-importing the source code. That usually finds the thing that is causing the problem... Steve W. Adams 916 984-6577 ... From: kutty siva...
I have had to do this same thing before. But standby..I need to dig around my PB source code to find it.... Steve W. Adams 916 984-6577 ... From: Addison Lu...
Addison/Steve, You could try using a Keyboard Shortcut assigned to the application executable. I usually assign shortcuts to: . Notepad (Ctrl+Shift+N) ....
We have tried building PBDs on a WinNt Machine and using it on a Win9x machine and vice versa but it works fine, and also im now building PBD's at a Win2k...
I've used nested cursors in a PB 5 application that was running on Oracle. When PB was upgraded 8 and Oracle converted to SQL 2000, I used the SQL 6.5 driver...
Its true the pbds are Os dependent, but the specific dlls of PB should be there in the machine in which the application is running. Please not that if the ...
Try this by exporting the window (.srw)and then import it to another pbl.. RJ ... __________________________________________________ Do you Yahoo!? Yahoo! Tax...
Jhun, when you "store the dw" into a structure, you store a reference to an object, not an object actually. After closing your window the datawindow control...
Thanks for the explanation, I created a range in the other window with the datawindow getting the values ... then after closing the window I want to use the...
You may do it in two ways. 1. Return your data from window explicitly with closeWithReturn( this, <your value> ). To return several values you have to create a...
If u are using external function in ur application then u can not deploy this directly to another OS for example Suppose Ur application is on WINNT OS u have ...
Jhun, Well! How about RowsCopy()? Or, SaveAs( Clipboard!) and ImportClipboard() ? The ImportClipboard() also gives us control as to the range of rows and cols...
If it's just the data, how about this from the help file: This example assigns all the data in dw_1 to the Any variable la_dwdata. The value assigned to...