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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 9979 - 10008 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9979
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 ...
Madhu Akula
ak_madhu
Offline Send Email
May 1, 2004
8:34 pm
9980
Use Group1 in the pageComputed field. ... From: lakinhari [mailto:lakinhari@...] Sent: Fri 4/30/2004 10:11 PM To: PowerObject@yahoogroups.com Cc: ...
william.franklin@...
stwilliamfra...
Offline Send Email
May 2, 2004
6:08 am
9981
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....
Orna Peretz
orna_peretz
Offline Send Email
May 2, 2004
7:56 am
9982
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...
Orna Peretz
orna_peretz
Offline Send Email
May 2, 2004
8:02 am
9983
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...
Jun C. Santos
jhunsantos26
Online Now Send Email
May 3, 2004
12:50 am
9984
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...
Jun C. Santos
jhunsantos26
Online Now Send Email
May 3, 2004
1:59 am
9985
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...
Balu
balakrish78
Offline Send Email
May 3, 2004
10:34 am
9986
What doesn't work? This works fine for me (composite included): // // SaveAs: // integer li_saveasback string ls_filespec ls_filespec = 'c:\your_file_name_' +...
Metz Kenneth
klklasm
Offline Send Email
May 3, 2004
2:51 pm
9987
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...
Olivier Citeau
ociteau
Offline Send Email
May 3, 2004
3:31 pm
9988
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,...
Orna Peretz
orna_peretz
Offline Send Email
May 3, 2004
3:38 pm
9989
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 Adams
sa07071955
Offline Send Email
May 3, 2004
4:12 pm
9990
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...
David Moro Ramos
dmoro78
Offline Send Email
May 3, 2004
4:30 pm
9991
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) ... ...
aoextra
Offline Send Email
May 3, 2004
5:18 pm
9992
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...
aoextra
Offline Send Email
May 3, 2004
5:23 pm
9993
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...
CG
chandrakant_g
Offline Send Email
May 3, 2004
5:46 pm
9994
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...
CG
chandrakant_g
Offline Send Email
May 3, 2004
5:47 pm
9995
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@...
Send Email
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...
Winston Bautista
wins2nb
Offline Send Email
May 3, 2004
10:36 pm
9997
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...
Mad Man
santiago_gaston
Offline Send Email
May 4, 2004
3:23 am
9998
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...
Irwan Mulia
irwanmulia
Online Now Send Email
May 4, 2004
4:39 am
9999
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...
vas2862
Offline Send Email
May 4, 2004
5:37 am
10000
i' try it....thanks... ... first ... column ... that...
lm_laurente
Offline Send Email
May 4, 2004
8:30 am
10001
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...
Zak Taemur
taemurz
Offline Send Email
May 4, 2004
8:40 am
10002
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.......
itguru76
Offline Send Email
May 4, 2004
8:42 am
10003
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...
Srikanta, Ashwin
ashwin_srikanta
Offline Send Email
May 4, 2004
8:50 am
10004
Hi...Im currently studying PFC Can anyone explains to me the difference, of using ff. dw_1.of_retrieve() & dw_1.Event pfc_retrieve ...
lm_laurente
Offline Send Email
May 4, 2004
8:53 am
10005
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...
lm_laurente
Offline Send Email
May 4, 2004
9:13 am
10006
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...
lm_laurente
Offline Send Email
May 4, 2004
9:25 am
10007
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...
lm_laurente
Offline Send Email
May 4, 2004
9:33 am
10008
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...
Olivier Citeau
ociteau
Offline Send Email
May 4, 2004
10:04 am
Messages 9979 - 10008 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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