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...
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)....
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...
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...
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...
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...
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...
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 *:...
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...
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...
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....
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...
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...
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 ...
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...
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...
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...
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...
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...
Here you can see how to do this "in less than 10 minutes": :-) http://pbdj.sys-con.com/node/193229 Regards, George ________________________________ From:...
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...
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....
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...