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.

Messages

  Messages Help
Advanced
Messages 18801 - 18830 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18801
hi i have typical problem while filtering the datawindow using the strings i put the code in the editchanged event which filters the detail datawindow based on...
santhosh
santhosh7311...
Offline Send Email
Mar 1, 2006
9:25 am
18802
Alim - The PFC libraries are available as an installation option on your PowerBuilder discs. Insert the PB disc #1, set up to install PowerBuilder (yes,...
Olan Knight
olknight
Offline Send Email
Mar 1, 2006
2:00 pm
18803
Santosh - Since your code already supplies the quotes for the search string, the only reason to enter a quote IN the search string is if the data contains a...
Olan Knight
olknight
Offline Send Email
Mar 1, 2006
2:05 pm
18804
it's a not too much tested sql: i suppose there are code and id (serial) fields, maybe instead of id field u can use the rowid function (i try it on informix) ...
Tóth Péter
powertps
Offline Send Email
Mar 1, 2006
5:13 pm
18805
I am trying to run this script and getting an error message because I am trying to use a MAX date in a nested select statement. does anyone have a solution to...
mike
mike2cu2
Offline Send Email
Mar 1, 2006
7:17 pm
18806
1. Take this script and use it to create a datawindow. 2. Replace the DATE parameters in the script with retrieval arguments. 3. Test the dw, If it works then...
Olan Knight
olknight
Offline Send Email
Mar 1, 2006
7:50 pm
18807
hi Olan, thank you very much. I found in my CD. by the way, do you ever used n_cst_queue ? if yes, can you give me some tips ? best regards, alim ... ...
@alim
alfen_lim
Offline Send Email
Mar 2, 2006
12:28 am
18808
im working on WMS, we always use the FIFO method but most of the time this can be done by just sorting the criteria, in your case the field is the date...
Ricardo Abainza
rick_abainza
Offline Send Email
Mar 2, 2006
2:10 am
18809
hi, i have noticed that you have used cpmplete_date in place of completed_date correct that mistake i think it will solve your problem select distinct...
laxman kadam
kd_laxman
Offline Send Email
Mar 2, 2006
5:10 am
18810
In my application the dataobject `d_guest_search_result2' is used to display the guest. I have use a stored procedure for the result set. The dataobject have...
faroqe_kvp
Offline Send Email
Mar 2, 2006
9:45 am
18811
Faroqe, The column bkr_seq datatype is a varchar2 or number, I believe it is varchar 2, in that case the expression can be something like this. ...
taha abbas
taha_82
Offline Send Email
Mar 2, 2006
10:47 am
18812
Hi, I am developing a program in which I retrieve n add rows and then copy to another datawindow & then update it gives error of database Give me hint how i...
vikas_dhore
Offline Send Email
Mar 2, 2006
10:48 am
18813
The column bkr_seq datatype is a number. ... something ... used to ... column ... working; ... statement....
faroqe_kvp
Offline Send Email
Mar 2, 2006
11:27 am
18814
Hi All, It's my pleasure to be a part of Power builder group. I visited many sites who are providing the good solutions in Power builder. After seeing this...
mercury_11111
Offline Send Email
Mar 2, 2006
12:07 pm
18815
Tell us what database you're using, what error you get, and what version of PB you're using. Barry Johnson ... From: vikas_dhore To:...
Barry Johnson
johnson987b
Offline Send Email
Mar 2, 2006
12:44 pm
18816
hi, disable retrieve rows as needed property of datawindow coz, that disables your filtering bye laxman faroqe_kvp <faroqe_kvp@...> wrote: The column...
laxman kadam
kd_laxman
Offline Send Email
Mar 2, 2006
1:03 pm
18817
I guess you can always check the return value for setfilter. also suggest to do one thing, first you set the filter and then retrieve and see the result. ...
Shantaram Nishtala
nvss_shantaram
Offline Send Email
Mar 2, 2006
1:52 pm
18818
Hi all! I just want to know if its possible to get data from a series of rows and put it in an array. like select fname, lname from table into fname[],lname[] ...
Jefferson Lim
weekendwarri...
Offline Send Email
Mar 2, 2006
1:57 pm
18819
Yes, this is easily done with a datawindow/datastore, however it is too much to type. Look up "dot notation" in the Help, and the follow the link to the...
Frantz, Richard (DOB)
rich_frantz
Offline Send Email
Mar 2, 2006
2:07 pm
18820
Hi Jeff, It is not possible, but you could populate your arrays from DataStore based on your SQL in one assignment or in a loop from cursor. However, if your...
Mikhailovsky, George
gmikhai
Offline Send Email
Mar 2, 2006
2:30 pm
18821
Dear Group members, I have a problem in Powerbuilder ver 6.5 which I wonder if someone can help. My application was using SQL Server 6.5 as the back-end. I...
Kiron Kaikini
kironkaikini
Offline Send Email
Mar 2, 2006
2:46 pm
18822
If you want to do that in SQL, check out your DBMS's "BULK" operation. For example, in Oracle there is the bulk collect clause that lets you put multiple rows...
Dazhi
dazhig
Offline Send Email
Mar 2, 2006
2:48 pm
18823
Hi guys !! I receive an error message saying "INVALID ROW RANGE AT LINE 0 IN FUNCTION MY_FN OF OBJECT MY_FN" I realized the function is corrupted ,is there...
nobody here76
nobody_here76
Offline Send Email
Mar 2, 2006
3:15 pm
18824
Is there a way to minimize response windows? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
Angelo Anolin
angelo_anolin
Offline Send Email
Mar 2, 2006
3:25 pm
18825
how were u able to say it is corrupted? the erorr message u posted tells you that the row either returned null, 0, or a row that is inexistent in the...
Angelo Anolin
angelo_anolin
Offline Send Email
Mar 2, 2006
3:27 pm
18826
possibly it is corrupted. you can try to rebuild, if not you can export it to .srf file, which will have most of your code. nobody here76...
Shantaram Nishtala
nvss_shantaram
Offline Send Email
Mar 2, 2006
3:59 pm
18827
Hi Kiron, Check this link http://support.microsoft.com/kb/867880 "Microsoft distributes Microsoft SQL Server 2000 fixes as one downloadable file. " Hope it...
David Brunstein
david_brunstein
Offline Send Email
Mar 2, 2006
4:00 pm
18828
What for? If it would be minimize instead of closed, user can do nothing in the application? If you want to minimize it and allow user working, use popup...
Mikhailovsky, George
gmikhai
Offline Send Email
Mar 2, 2006
4:04 pm
18829
But keep in mind that you have to create DataWindow or DataStore to use dot notation. Or use cursor and populate arrays in a loop... ...
Mikhailovsky, George
gmikhai
Offline Send Email
Mar 2, 2006
4:11 pm
18830
Kiron, Change your DBMS for connection to SQL Server 2000 from ODBC to OLEDB and this will fix your problem. Regards, George ________________________________ ...
Mikhailovsky, George
gmikhai
Offline Send Email
Mar 2, 2006
4:13 pm
Messages 18801 - 18830 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