But what if we want to save the PSR file??? I'm looking to save a composite report. I tried by saving in PSR and then assign to dw control and then tried to ...
Definitely! I have 2 computers - one with PB 6.5, 7, 8 and the other with 7, 8, 9 and they all work fine. I use 2 because I need different builds for testing....
Better yet... if you use PB 9 you can SaveAs PDF. That would surely look exactly as a print of the datawindow. In previous versions you will need additional...
I have both .. Pb 7 and 8 in my pc ... but its ok ... JHUN C. SANTOS Programmer / Analyst Software Division iRemit Global Remittance 26/F Discovery Center 25...
Hi to all Just need some advice on my program requirement I need to transfer data from a table ex (a_data_table) to a history table (a_history_data_table) For...
Hi group, By any chance can i add a Hprogress or graph control in the tool bar. My req. is like every time on clicking this control, a backend process would...
What doesn't work? This works fine for me (composite included): // // SaveAs: // integer li_saveasback string ls_filespec ls_filespec = 'c:\your_file_name_' +...
Hi Jun, Sorry that i cannot answer because : it depends of your requirement. For example, i had the following requirement " when user update a table, make a...
Hi all! Did anyone develop an application using panes? I mean something like what the PB painters look like - dynamic "windows" that can be moved around,...
Great Idea - to have a web page with every PB link.. I have a ton of them in my favourites... I will send them to you if you want.. Steve ... From: David Moro...
Steve, please send me your links amd a little description to my mail. And to the other people, what are you waitng for? ;-) Regards ... De: Steve Adams...
Have you consider using a trigger, if you use a trigger you dont need to modify you window interface. HTH, aris extra ... table (a_history_data_table) ... ...
yes you can but it is not straight forward. what you need to do is to get the handle of the toolbar then make the parent of the control you want to add to be...
This is an update on this thread. Many thanks to Jim, Orna and Aris, I have managed to implement a viable solution for my report requirement. My revised app...
This is an update on this thread. Many thanks to Jim, Orna and Aris, I have managed to implement a viable solution for my report requirement. My revised app...
PB 8.0/ Oracle . I need a comparison report. A report that looks at two tables in two different databases and lists out the differences in values Say, Table 1...
Bora, Mintu (CAP, CORP)
mintu.bora@...
May 3, 2004 6:50 pm
9996
simply issue an sql statement whether on sqladv or within your program.... insert into history_table select * from a_table; ... assuming that both table has...
Hello, I need to know if could I upgrade PB 6.0 to PB 8.0 ? Regards Santiago Barry Johnson <barry.johnson@...> wrote: Yes, but watch out with Win 98...
Hi Bora, I suggests using stored procedure for the logic instead retrieve the two tables using datastore and loop for each record. Then you can return the...
my dear PB Gurus! I've an issue in creating dw object in Sybase Adaptive Server Anywhere. Can anyone of you help me relove the issue please?! Through Sybase...
Orna I think there is something in the PB example application that comes with PB. Its not exactly what you want but its more like Explorer panes instead. Good...
Hi, Can anyone tell me if source control for Powerbuilder using VSS poses any problem ? I have been plagued by views that the two do not gel well together.......
Hello Aakash, Well yes and no. Yes because it is very user friendly and No because , if you forget to do a Getlatest version every time you want to check out...
Yap, in PB8 in tool tab, there is an icon "Migration Assistant" you can use it, to find out supported/ unsupported methods.... but be sure to get Patch for...
Hi.. based on my experience its better to do it in the back-end, coz of control, speed, accuracy.... ... table (a_history_data_table) ... stored procedure a...
does your database reside in same server or not? ... lists out the differences in values ... (in database 1) , values in table 2(database 2) ... all records...
Since you use Oracle, you may use some specific features. Use "MINUS" SQL Clause (specific Oracle) And, use a dblink between the two dbms. ... écrit : > PB...