Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 24859 - 24888 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24859
The following contract position is open for immediate consideration. Please send your resume, in MS Word format, to: hr@... [hr at...
alwalsh45
Online Now Send Email
May 1, 2008
9:03 pm
24860
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...
jessie domingo
dj_znyx
Offline Send Email
May 2, 2008
5:08 am
24861
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,...
Arman Porciuncula
ArmanPorky
Offline Send Email
May 2, 2008
9:36 am
24862
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...
P ä P ä J ...
fransanton
Offline Send Email
May 2, 2008
12:33 pm
24863
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...
Gabriel Abulencia Del...
yeyi_yehoo
Offline Send Email
May 2, 2008
12:33 pm
24864
Hi All, I am successfully opening a vb.net application with multiple arguments from powerbuilder app: run("C:\shell\myvbdotnetapp " + is_destination+ ' ' +...
mike
mike2cu2
Online Now Send Email
May 2, 2008
12:49 pm
24865
You hit the nail in the head, fransanton, at the end of the day, as long as it works and addresses the requirement, users/business do not care =)...
Gabriel Abulencia Del...
yeyi_yehoo
Offline Send Email
May 2, 2008
12:51 pm
24866
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...
Olan Knight
olknight
Offline Send Email
May 2, 2008
3:22 pm
24867
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 ...
shariefpareed
Offline Send Email
May 2, 2008
9:46 pm
24868
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, ...
Mikhailovsky, George
gmikhai
Offline Send Email
May 2, 2008
11:49 pm
24869
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...
mike
mike2cu2
Online Now Send Email
May 5, 2008
1:47 pm
24870
FUNCTION ulong FindWindowW (long classname, string windowname) LIBRARY "user32.dll" Function long SendMessageW (long hwnd, long wmsg, long wparam, long ...
Olan Knight
olknight
Offline Send Email
May 5, 2008
2:13 pm
24871
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...
mike
mike2cu2
Online Now Send Email
May 5, 2008
3:20 pm
24872
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...
ngtaipang
Offline Send Email
May 5, 2008
3:37 pm
24873
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, ...
Mikhailovsky, George
gmikhai
Offline Send Email
May 5, 2008
4:14 pm
24874
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...
Michael W Bailey
cs18356
Offline Send Email
May 5, 2008
4:36 pm
24875
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...
ngtaipang
Offline Send Email
May 5, 2008
5:19 pm
24876
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...
shahid_se1
Offline Send Email
May 6, 2008
12:11 pm
24877
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...
David Moro Ramos
dmoro78
Offline Send Email
May 6, 2008
2:15 pm
24878
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...
Rich Frantz
rich_frantz
Offline Send Email
May 6, 2008
3:46 pm
24879
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]...
David Moro Ramos
dmoro78
Offline Send Email
May 6, 2008
3:57 pm
24880
http://groups.google.com/group/sybase.public.powerbuilder.source_control/topics?lnk=gschg ... -- ... Rich Frantz [Non-text portions of this message have been...
Rich Frantz
rich_frantz
Offline Send Email
May 6, 2008
4:16 pm
24881
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. ...
Susankhya
susankhya2003
Offline Send Email
May 7, 2008
5:46 am
24882
Ok... could you please forward the link to the specific POST? Thanks again ... [Non-text portions of this message have been removed]...
David Moro Ramos
dmoro78
Offline Send Email
May 7, 2008
6:54 am
24883
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...
David Moro Ramos
dmoro78
Offline Send Email
May 7, 2008
6:55 am
24884
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,...
Angelo Anolin
angelo_anolin
Offline Send Email
May 7, 2008
8:22 am
24885
Use the following method: os_systemdatetime lstr_systemtime lstr_systemtime.wyear = year(date(zaman)) lstr_systemtime.wmonth = month(date(zaman)) //...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
May 7, 2008
11:38 am
24886
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...
Rich Frantz
rich_frantz
Offline Send Email
May 7, 2008
1:11 pm
24887
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:...
barry.johnson@...
johnson987b
Offline Send Email
May 7, 2008
1:34 pm
24888
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...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
May 7, 2008
3:19 pm
Messages 24859 - 24888 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help