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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 16101 - 16130 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16101
FYI. Please post onto: powerobject@yahooGroups.com ... PowerObject! Shahzad <shahzad1435@...> wrote: hi all, i need to show sr# with group header but...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 1, 2005
2:19 pm
16102
PB 8 I would like to have text displayed as I move the mouse over a drop down list box to provide more detail about the individual list box items. The text...
girls3dog1
Offline Send Email
Aug 1, 2005
2:24 pm
16103
Go to the yahoo.groups, then files, then PowerBuilder and look for the file PB6-Tooltip PowerScript.pbl. This is what we used to do basically what you are...
David Ray
yarevad
Online Now Send Email
Aug 1, 2005
9:31 pm
16104
Click <http://now.eloqua.com/es.asp?s=184&e=552D3B79368E458F8B85952267A6CF5C&elq=B F653C4E560F4048BCE9D0E23B532529> here if your email program has trouble ...
Viswanath, Keerthana
vkeer
Offline Send Email
Aug 2, 2005
6:52 am
16105
Hi all, I've a dw, big enough to have horizontal scroll bar. I want to know if is posible to scroll horizontally to the first column of the row, of course from...
David Moro Ramos
dmoro78
Offline Send Email
Aug 2, 2005
11:34 am
16106
Thanks. I'll check it out. ... From: David Ray <daveray@...> To: PowerObject@yahoogroups.com Sent: Mon, 01 Aug 2005 14:31:30 -0700 (PDT) Subject:...
wdolanaca@...
girls3dog1
Offline Send Email
Aug 2, 2005
11:42 am
16107
integer li_filenum,i string ls_barkod,ls_adres,ls_temp li_FileNum = FileOpen("C:\orhan.txt", lineMode!,Write!, LockWrite!, Replace!) for i = 1 to...
Orhan _
ory013
Offline Send Email
Aug 2, 2005
1:06 pm
16108
David - Use the HorizontalScrollPosition property of the dw. Example: // Scroll to the left side of the dw dw_1.Object.DataWindow.HorizontalScrollPosition = 1...
Olan Knight
olknight
Offline Send Email
Aug 2, 2005
1:55 pm
16109
hi all, i need to show sr# with group header but with getrow() it does not work. so plz tell me is there any other way to do so? thanks in advance...
shahzad1435
Offline Send Email
Aug 2, 2005
1:57 pm
16110
FYI. PowerObject! Be a Part of the PowerBuilder 10.5 Beta Team! Bell-bottoms have made a comeback, concert t-shirts are de rigueur even though they cost a lot...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 2, 2005
2:53 pm
16111
You can get some idea from this site. http://support.businessobjects.com/communityCS/FilesAndUpdates/pb_rdc9.exe.asp PB can handle RDC component also. Let me...
Suresh Moorthy
sureshms78
Offline Send Email
Aug 2, 2005
4:52 pm
16112
Hi all: How do you preview SQL in datawindow. I'm using PB 7. thanks in advance, Allan DeSouza Systems Analyst Ministry of Education and Training Corporate...
allan.desouza@...
desouzal2004
Offline Send Email
Aug 2, 2005
5:40 pm
16113
Look at the event list for the datawindow control. It will jump right out at you. ... Rich Frantz Keane Inc. ________________________________ From:...
Frantz, Richard (DOB)
rich_frantz
Offline Send Email
Aug 2, 2005
6:00 pm
16114
Hi Richard, I see the event there but what code do I put in there to display the SQL? Allan DeSouza ... From: PowerObject@yahoogroups.com...
allan.desouza@...
desouzal2004
Offline Send Email
Aug 2, 2005
6:10 pm
16115
Put your code in the datawindow's SQLPreview event ... From: allan.desouza@... To: PowerObject@YahooGroups.com Sent: Tuesday, August 02, 2005 13:39 ...
Barry Johnson
johnson987b
Offline Send Email
Aug 2, 2005
6:15 pm
16116
I've been using PFC for many years now, and I use sqlspy, but if memory serves, you just need something to stop the execution so that you can put in a...
Frantz, Richard (DOB)
rich_frantz
Offline Send Email
Aug 2, 2005
6:15 pm
16117
Yipe, That's it. Great! Thanks a bundle! Allan DeSouza Systems Analyst Ministry of Education and Training Corporate Management and Services Information...
allan.desouza@...
desouzal2004
Offline Send Email
Aug 2, 2005
6:22 pm
16118
I put this into the SqlPreview event of the DW control works great. messagebox("SQL Error",sqlsyntax) This I use for error trapping: IF sqldbcode <> 0 THEN ...
steve.adams3@...
sa07071955
Offline Send Email
Aug 2, 2005
6:49 pm
16119
Has anyone noticed any strange behaviors in a PowerBuilder 8.0.3 (build 9704) application on Citrix Metaframe Server client accessed through RLS? Some...
Shekar C. Reddy
powerobject
Offline Send Email
Aug 2, 2005
7:13 pm
16120
What you'll want to do is use the ScrollToRow to get to the row and the SetColumn if the tab order of the 1st column isn't the lowest. Dave Hi all, I've a dw,...
David Ray
yarevad
Online Now Send Email
Aug 2, 2005
10:22 pm
16121
More information is required to address the issue. What is "sr#" ? Where does the value come from ? Any column can be placed in the group header. Dave hi all, ...
David Ray
yarevad
Online Now Send Email
Aug 2, 2005
10:25 pm
16122
David, The following the command should do what you want: dw_control.Object.DataWindow.HorizontalScrollPosition Setting this value to 0 will cause the window...
Merritt, Bruce
bpm9648
Offline Send Email
Aug 2, 2005
10:37 pm
16123
Hello Friends, Where can I get /find Runtime dll's (pbvm100.dll etc.,)for the PB 10.0 I could not find these files in the PB 10.0 installation directory (after...
cvellaic
Offline Send Email
Aug 3, 2005
3:20 am
16124
Hi, All How can i use IN operator in datawindow with retreival argument. When I write a sql in data window like: select * from Group_Master where Group_Code IN...
abhi_boss25
Offline Send Email
Aug 3, 2005
4:48 am
16125
Hello! for DataWindow Control in event sqlpreview() argument: sqlsyntax ... http://response.sybase.com/forms/ITSGPowerBuilder10-5Betav1Buzz ... ...
Vasyliv Nykolay
vmv_gaz
Offline Send Email
Aug 3, 2005
4:51 am
16126
Hi I found the DLLs for PB 10 in the Shared folder: d:\sybase\shared\powerbuilder Please look into the shared directory. Thanks Keerthana ... From:...
Viswanath, Keerthana
vkeer
Offline Send Email
Aug 3, 2005
4:54 am
16127
Hi Abhishek Your retrieval argument should be an array . James ... From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On Behalf Of...
James
jpdcanada
Offline Send Email
Aug 3, 2005
5:12 am
16128
Hi In the datawindow, declare the Retrieval Argument as Array Type and use it in the SQL of the datawindow. Pass the array as retrieval argument to the...
Viswanath, Keerthana
vkeer
Offline Send Email
Aug 3, 2005
5:15 am
16129
hi all, I have two question. 1) I try to write a select statement in pb function.I use three tables in select statement. But data not convey to variables.I...
sule cinkir
suletr2002
Offline Send Email
Aug 3, 2005
8:31 am
16130
You select can return more one row a) use select top 1 or b) create cursor or c) create datastore for dwobject of you select regards ... ...
Vasyliv Nykolay
vmv_gaz
Offline Send Email
Aug 3, 2005
9:10 am
Messages 16101 - 16130 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