hi, your problem occurs because your code is interpreted like this employee_name = 'A'Alan' so i suggest try to use a double quote instead of a single quote...
Hi, Try either to connect using Native MSS or ODBC. Treat it as an MS SQL 2000 database. BTW, 'technically', PB 9 does not support MS SQL 2005. On Wed, Apr 30,...
thx guys, but any way, its very technical. the user doesnt know its program run by pfc or not, what they know is the application go fast, reliable, resolve his...
Hi Ian, all is fine, thanks for asking. I hope everything is OK from your end as well. I want to maintain a healthy discussion on this sensitive topic so that...
Hi All, I am successfully opening a vb.net application with multiple arguments from powerbuilder app: run("C:\shell\myvbdotnetapp " + is_destination+ ' ' +...
Mike - When you execute the RUN command via the CMD prompt the first parameter is the name of the executable. Here's how I start a Java application from within...
Hi PowerBuilder gurus, I am struggling to create a web application in PowerBuilder 11.2. I have tried to create a target from existing and tried with a 1 test ...
Hi Sharief, First of all, do you have .NET 2.0 Framework installed on your PC? If you do look through Checklist below (from Sybase Online books). Regards, ...
Thanks for your code on retrieving the handle: I should have thought it is similar to retrieving the handle on a file created in powerbuilder. I have declared...
FUNCTION ulong FindWindowW (long classname, string windowname) LIBRARY "user32.dll" Function long SendMessageW (long hwnd, long wmsg, long wparam, long ...
I was almost on my last nerve, because nothing was working: had a 0 return regardless of what I did. I finally check the application name showing in the task...
Hi everyone, Do you know how to disable the close button in title bar? I have to keep the min box and max box but to disable the close bottun. Thanks in...
Hi Tai, As far as I know, you cannot disable it but you could remove it at al. Just uncheck ControlMenu CheckBox on General Tab of window properties. Regards, ...
Tai, 1. Declare a boolean window instance variable (ibAllowClose) and initialize it to False. 2. In the script for the button or event that is supposed to...
Hi, I found out that we can use the external function from Windows to disable the clsoe button. Here's the code: Declare external function - Private Function...
AOA All, i have a problem to view picture in datawindow object using picture control. i use Power Builder 8.0 version with Sql server 2000. I store in database...
Hi all, Well, i'm trying to install SourceSafe with our app in pb9. All goes well until I decided to get latest version at workspace... Well, I was waiting for...
You really want to go to the sybase source control newsgroup where Paul Horan hangs out for this topic. ... -- ... Rich Frantz [Non-text portions of this...
Yep... could you pass me the link, please? I'm googling for hours and maybe I don't see his post... ... [Non-text portions of this message have been removed]...
http://groups.google.com/group/sybase.public.powerbuilder.source_control/topics?lnk=gschg ... -- ... Rich Frantz [Non-text portions of this message have been...
Hello Friends, Is there any way to change the System time ? Susankhya ... Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ...
Ok, I see the post... sorry for the inconvenience. regards On Wed, May 7, 2008 at 8:54 AM, David Moro Ramos <david.moro@...> ... [Non-text portions of...
Hi guys, I encountered a script like this in one of the powerbuilder scripts that I am currently analyzing (maintaining) dw1.Object.protect_value[ll_curr_row,...
Use the following method: os_systemdatetime lstr_systemtime lstr_systemtime.wyear = year(date(zaman)) lstr_systemtime.wmonth = month(date(zaman)) //...
Not for nothing, but how can you be in the script and NOT have the PB help? With nothing open, File, Run, Tools, Window, Help big as day. Second, from the...
Is protect_value the name of a column? You might try to find the Datawindow Reference in the Sybase online books. http://sybooks.sybase.com/nav/base.do ... To:...
Hi all: I'm using Pb10.5 with Oracle 9i. I have a DropDownListBox that I populated by entering the items in the DDLB. How do you retrieve the selected text? I...