Re: Building Powerbuilder application on diffrent operating systems
The OS of the build machine makes no difference. However, I would be surprised if such an old OS is supported by the IDE (and 2003 sounds questionable as a client OS).
View ArticleSybase CodeExchange is gone
Hi, I thought about dumping some examples from old CodeExchange site from sybase to re-host it on github last weeks. Seems there are all gone now . Is there a link to get into the old portal?Is there...
View ArticleRe: Sybase CodeExchange is gone
Hi Ben; Yes, seems like they took it offline recently ( www.sybase.com/developer/codexchange ). So sad, Regards ... Chris
View ArticleRe: Sybase CodeExchange is gone
I guess they couldn't spare the electrons to keep it up and running. Dooshey.
View ArticleError R0035 - PB 12.5 - java
I try to run this command: java -jar "C:\programa.jar" Using: OleObject ole_wshinteger iRetstring scmd ole_wsh = Create OleObjectiRet = ole_wsh.ConnectToNewObject("WScript.Shell")if iRet<0 then...
View ArticleRe: Error R0035 - PB 12.5 - java
Hello Victor,You can try capturing a more meaningful error message. See...
View ArticleRe: machine code for powerbuilder 12
Looks like you have trouble with the Richtext Control :-(
View ArticleRe: fixed sized width
The only chance to set custom tab stops seems to be "edit source" or to modify the datawindow source during runtime. sad sad sad.
View ArticleRe: Problem to modify fields in datawindow
Hi Gabriel; Is this a WebForm application? If so, that feature is now EOL & not supported. Regards ... Chris
View ArticleRe: Building Powerbuilder application on diffrent operating systems
Paul - we have a PB 12.5.2 app running on Server 2003 R2 just fine. What of 12.x doesn't run?
View ArticleRe: Building Powerbuilder application on diffrent operating systems
I didn't say it wouldn't run, I said it wasn't supported... One does not imply the other. All that means is, if you have a problem with that particular setup, and you call SAP Tech support, all...
View ArticleRe: Building Powerbuilder application on diffrent operating systems
Mis-interpreted your post. Yes, support / run are totally diff critters altogether.
View ArticleRe: Problem to modify fields in datawindow
thank Chris, allways very helpful one more question, where I can see an example of a grid DataWindow type where the user can click on each row confirming an operation?regards
View ArticleRe: Problem to modify fields in datawindow
1) Use the SelectRow ( 0 ) to remove highlighting2) Use the SelectRow ( row ) to highlight in the clicked (or RowFocusChnaged) event3) TIP: Make sure the Tab stops are all set to zero or the DWO is...
View Articleto get selectionchanged into tabpage 2
I given the following command this.tab_1,selecttab(2)this.tab_1.setfocus() But it does not work. Any help appreciated ThanksPol
View ArticleRe: to get selectionchanged into tabpage 2
If this happens in the open event of a window, try to post this functions or do a yield() before.Tip:Declare a user event ue_postopen() in the window and do a postue_postopen() in the open event.In the...
View ArticleRe: to get selectionchanged into tabpage 2
Following on from Arnd's great suggestion, what is the return value of the SelectTab call? ie does it indicate that it actually has succeeded?Also, are you playing around with redraw at all? Probably...
View ArticleRe: How to get active page tag name in a variable in cb_1 clicked event
Hi Ken; Yes, that would work as well ... for example: vc_tp_master lo_tplo_tp = THIS.Control [THIS.Selectedtab]if IsValid (lo_tp) = TRUE THEN MessageBox ("FYI", lo_tp.ClassName ( ) )END IF...
View ArticleRe: easiest EAServer replacement?
Thanks Chris,I have one final question. I have a single PBL holding my NVOs and datastores. In PB.NET - should I use a WCF Service Target or a .NET assembly target so that I can deploy to IIs and call...
View Article