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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 25862 - 25891 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25862
hi u can use saveas method of datawindows to export as excel sheet . or if required formated output use pbtoxls.dll freely avilable for powerbuider .   best...
prem kumar
pok_kumar
Offline Send Email
Dec 2, 2008
10:41 am
25863
We use this: http://www.desta.com.ua/pb2xls/ - Trevor...
Trevor Holyoak
kd7ghi
Offline Send Email
Dec 2, 2008
3:53 pm
25864
Hi Everyone, I have a situation in datawindow retrieve. Need your help. Ex. NAMES John Smith Michael The display should be: NAMES John, Smith, Michael I've...
J B
jb_bulls
Offline Send Email
Dec 4, 2008
2:55 am
25865
Hi....anybody have an idea how to refresh/update drop down datawindow data automatically without to exit the window and restart the process again. I want the...
aziella80
Offline Send Email
Dec 4, 2008
2:55 am
25866
Refreshing means Retrieving..   Just call dwc1.Retrieve(arg1, arg2, etc.) in the appropriate event.   Happiness Always BKR Shivaprakkash ... From: aziella80...
BKR Shivaprakkash
sivakrith
Offline Send Email
Dec 4, 2008
4:14 am
25867
You can use Getchild method From the help : DataWindowChild state_child integer rtncode rtncode = dw_1.GetChild('emp_state', state_child) IF rtncode = -1 THEN...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
Dec 4, 2008
8:41 am
25868
BKR Shivaprakkash, thanks for your respond.. Actually, the situation is let say I have: a) WINDOW-A to key in lookup data table, such as country code.. b)...
aziella80
Offline Send Email
Dec 4, 2008
1:11 pm
25869
Hi Everyone, I have a situation in datawindow retrieve. Need your help. Ex. NAMES John Smith Michael The display should be: NAMES John, Smith, Michael I've...
J B
jb_bulls
Offline Send Email
Dec 4, 2008
1:11 pm
25870
What you are talking about is PUSHING data to other windows. The easiest way to do that is to have an NVO that keeps a pointer to the objects that will have...
Olan Knight
olknight
Offline Send Email
Dec 4, 2008
2:15 pm
25871
If it works in SQL then just change the SQL of your datawindow to be that which works. Note that there is a maximum number of characters for each datatype, so ...
Olan Knight
olknight
Offline Send Email
Dec 4, 2008
2:19 pm
25872
... You can use getchild to make a manual retrive, at the moment you need like on itemfocuschanged event or itemchange.. or even on window get focus.....
Rolando
repeted
Online Now Send Email
Dec 4, 2008
9:47 pm
25873
You can achieve this also by using OpenUserObjectWithParm. I had done this years back where in 2 windows are open.. double clicking the row in the other window...
J B
jb_bulls
Offline Send Email
Dec 5, 2008
12:31 am
25874
LIST aggregate function is not supported in Ingres. It simply cannot be done in SQL. But i've tried this one and it works. Added a computed field in the...
J B
jb_bulls
Offline Send Email
Dec 5, 2008
3:15 am
25875
pb10.5 MSWord Version 11 I have a problem with the TypeText command shown below whereby some the string data that is represeted by the variable ls_letter_data...
girls3dog1
Offline Send Email
Dec 5, 2008
3:15 am
25876
I have never worked with Ingres, but if you can't do it in straight sql, datawindows can have stored procedure datasources so why don't you build your list in...
Rich Frantz
rich_frantz
Offline Send Email
Dec 5, 2008
3:22 am
25877
Window B's DDDW has to be refreshed, if it's open, whenever a new data is added through Window A.   What I used to do is,           Have a...
BKR Shivaprakkash
sivakrith
Offline Send Email
Dec 5, 2008
4:13 am
25878
I have that thought already. I've tried that one and I did made storec proc. But unfortunately, Ingres ODBC has "bugs" and powerbuilder crashes when using...
J B
jb_bulls
Offline Send Email
Dec 5, 2008
4:28 am
25879
Well, then use a standard datawindow and get the data in rows. Then in the pfc_postretrieve event you run through the data, create your string in a script, and...
Olan Knight
olknight
Offline Send Email
Dec 5, 2008
1:25 pm
25880
According to this link, the byte limit for TypeText is 16 kb. They also list several alternative insertion techniques: ...
Olan Knight
olknight
Offline Send Email
Dec 5, 2008
1:30 pm
25881
Thanks so much Olan! ?This site recommended using the .InsertAfter command instead of the memory limited TypeText command and it solved my problem.?Thanks...
wdolanaca@...
girls3dog1
Offline Send Email
Dec 5, 2008
3:26 pm
25882
Thank you guys for all your infinite support. Merry christmas and more Power to the Builder! JB ________________________________ From: Olan Knight...
J B
jb_bulls
Offline Send Email
Dec 6, 2008
6:34 pm
25883
Dear All, Thanks for your respond.... I'm successfully to solve this problem based on your suggestion.... once again, thanks again... ...
Nurazila Jamaluddin
aziella80
Offline Send Email
Dec 7, 2008
5:19 pm
25884
Hi guys, Hope All of you doing gr8.After so long time i am posting some message the issue is quite strange. I have a Datawindow from sybase Stored Procs. from...
Vikas
vikas_dhore
Offline Send Email
Dec 8, 2008
1:16 pm
25885
Datawindows have to interact with the print drivers to render print preview, and get page counts. The machines with the problem could have no printer...
Rich Frantz
rich_frantz
Offline Send Email
Dec 8, 2008
3:31 pm
25886
Hello, Using PB 10.5 SQL Server 2000 I want to retrieve data in a datawindow by executing a stored procedure, which accepts 3 parameters, one of which is a...
sivakrith
Offline Send Email
Dec 9, 2008
7:04 am
25887
Good day to all. I've got a datawindow with a group. With this datawindow I want to have a button on the Header Group. This button is used to modify the height...
yzarc remmargorp
seravan_cyber26
Offline Send Email
Dec 9, 2008
1:27 pm
25888
Hi there. You can use Number array retrieval argument. Select a.name, b.code From Table A Join Table B On a.column1 = b.column1 Where a.column1 = 'A' ...
yzarc remmargorp
seravan_cyber26
Offline Send Email
Dec 9, 2008
1:28 pm
25889
Hi All, I need a help from you The following is my table Structure( in Oracle10g) Column Name Data Type ... FILE_ID VARCHAR2 (20 Byte) FILE_NAME...
daffodil_cute
Offline Send Email
Dec 9, 2008
2:49 pm
25890
Thanks for your reply. This site gave me a good solution for the problem. http://www.sommarskog.se/arrays-in-sql-2000.html#iter-list-of-integers Happiness...
BKR Shivaprakkash
sivakrith
Offline Send Email
Dec 9, 2008
3:52 pm
25891
hi these might help you... http://vyaskn.tripod.com/passing_arrays_to_stored_procedures.htm ________________________________ From: sivakrith...
jessie domingo
dj_znyx
Offline Send Email
Dec 11, 2008
12:45 am
Messages 25862 - 25891 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