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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 25950 - 25979 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25950
Hi All: I have an PB Application in 10.5 using Oracle 9i which has several tabs. In one tab you can add programs name and on another tab I have a dropdown...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
Jan 2, 2009
6:24 pm
25951
Allan, The dropdown datawindow gets its rows by retrieving from the database (or by sharing data with another datawindow into which data has been retrieved)....
barry.johnson@...
johnson987b
Offline Send Email
Jan 2, 2009
7:24 pm
25952
Hi Barry: I have a click event with the following script. This will active when the user clicks on the field (program_rec_id) which will display the dropdown...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
Jan 2, 2009
7:49 pm
25953
Allan, There must be a retrieve somewhere in the application that populates the dropdown originally. The retrieve below will need the same arguments, if there...
barry.johnson@...
johnson987b
Offline Send Email
Jan 2, 2009
9:33 pm
25954
hi Gurus, I using dropdownDW and they had 2 Column but when I using web client (web enabled) browsing and only first column when I click the dropdownDW. but I...
@alim
alfen_lim
Offline Send Email
Jan 5, 2009
1:57 pm
25955
Russ & Don - From a previous thread >>>> If you have issues translating API calls from VB to PB, check out our file section (System directory), it has already...
Olan Knight
olknight
Offline Send Email
Jan 5, 2009
3:00 pm
25956
Hi Barry: I tried putting the retrieve in but I'm getting a -1 return on the retrieve statement. (Please see syntax below). string ls_string integer...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
Jan 6, 2009
2:56 pm
25957
Hi Barry: I got it working thanks. I mistyped the row_name when defining the child datawindow. Thanks for all your help. Much appreciated. Allan DeSouza *:...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
Jan 6, 2009
3:25 pm
25958
... If you use the PFC, you can use the file service (n_cst_filesrv) in wich you will find every thing you need and particulary the method called...
patrice.domange
Offline Send Email
Jan 8, 2009
9:10 pm
25959
Hello, PB 10.5 SQL Server 2000 I designed one report with vertical lines (foreground) and total in Footer band. It's perfect in my printer (inkjet), but when...
sivakrith
Offline Send Email
Jan 10, 2009
10:21 am
25960
Hi Shiva, It may happen becauese of the property of the line which you have drawn in the DW. Try out the folowing solution it may help you, Right click on line...
aswinkumart
Offline Send Email
Jan 12, 2009
1:12 pm
25961
Hi.. Anyone have any idea how to use this ODBC API function : SQLSpecialColumns ?? I need to get list of columns name for uniques indexes of a specified table....
mulyadi_ibrahim
Offline Send Email
Jan 12, 2009
1:13 pm
25962
Hi,   Can anybody help me attaching multiple files in my MAPI Application.     Regards,   Purna Add more friends to your messenger and enjoy! Go to...
Purna Mahanta
mohanta69
Offline Send Email
Jan 12, 2009
1:15 pm
25963
I'm having issues figuring out how to change the font size of the legend in a pie graph I'm building. I can/have changed the font of the title but can't figure...
semirgj
Online Now Send Email
Jan 12, 2009
1:16 pm
25964
Hi Aswin, I think the line's layer should be only band to work properly, so that the vertical line meets this horizontal line perfectly.   (vertical line's...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jan 12, 2009
1:32 pm
25965
Try this MailSession lms_session MailMessage lmm_message MailFileDescription lmf_file_description MailReturnCode...
barry.johnson@...
johnson987b
Offline Send Email
Jan 12, 2009
1:58 pm
25966
Text tab, Choose Legend in the Text Object dropdown. ... -- ... Rich Frantz...
Rich Frantz
rich_frantz
Offline Send Email
Jan 12, 2009
3:23 pm
25967
HI When building an exe, I am getting a message box for every bmp entry in the pbr file. Does anyone have an idea on how to resolve this issue. Sudhir Kumar ...
Kumar, Sudhir
sudhir_os
Offline Send Email
Jan 12, 2009
9:54 pm
25968
Do you have a separate Dir for the resources ? if so, is the resource file in the same directory as the .bmp's ? then add the path to your system file path. If...
steve.adams3@...
sa07071955
Offline Send Email
Jan 13, 2009
11:32 pm
25969
Hi... Anyone have any idea how to embed Google Maps into powerbuilder application?? The Sybase website has a screen shot of a PowerBuilder app that interfaces...
mulyadi_ibrahim
Offline Send Email
Jan 14, 2009
3:14 am
25970
Hi, I'm using PB9.0, I need to call a .NET web service from my PB client application. I have gone through some PB help article, as per the article I need to...
prabu poongavanam
prabustays
Offline Send Email
Jan 14, 2009
3:23 am
25971
Firstly understand what a mash-up app is look under Wikipedia Mashup (web application hybrid) Then before you try to re-invent it. I would contact Sybase and...
steve.adams3@...
sa07071955
Offline Send Email
Jan 14, 2009
4:54 pm
25972
As I recall, they used this as an example of using web services. I believe the code is available at the Sybase Code Exchange site (I think that's what it's...
Trevor Holyoak
kd7ghi
Offline Send Email
Jan 14, 2009
5:02 pm
25973
Here you can see how to do this "in less than 10 minutes": :-) http://pbdj.sys-con.com/node/193229 Regards, George ________________________________ From:...
Mikhailovsky, George
gmikhai
Offline Send Email
Jan 14, 2009
5:31 pm
25974
I found it: http://downloads.sybase.com/codexchange/powerbuilder/869/pbGMap.zip - Trevor...
Trevor Holyoak
kd7ghi
Offline Send Email
Jan 14, 2009
7:29 pm
25975
Hello, Using PB 10.5 SQL Server 2000 OLE DB When I try to save a very long string in a TEXT field, I could not save it fully. It's storing only 32766 bytes...
sivakrith
Offline Send Email
Jan 15, 2009
1:35 pm
25976
Hi BKR Shivaprakkash, What SQL do you use for updating? You have to use UPDATEBLOB instead of update for TEXT column. Regards, George ...
Mikhailovsky, George
gmikhai
Offline Send Email
Jan 15, 2009
2:17 pm
25977
Hey, so I'm writing an application in a nonPFC PB 9.0 and I need to get the volume name from a removable media that our users insert into various drives....
semirgj
Online Now Send Email
Jan 15, 2009
11:47 pm
25978
Hello George, What I try to update is the dwsyntax in a Text field.  I used a dw for this.  It's working fine even the storing is ok. I checked it with...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jan 16, 2009
4:24 am
25979
Try this External function Function boolean GetVolumeInformation (string lpRootPathName, ref string lpVolumeNameBuffer, ulong nVolumeNameSize, ref ulong...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jan 16, 2009
4:59 am
Messages 25950 - 25979 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