Thanks a lot for this input Ashwin. Regards Ak. ... because , ... check out any ... for that, ... years ... 7.3. They ... poses ... subject=Unsubscribe> ... ...
10010
Susan Emmons
semmons_1
May 4, 2004 11:09 am
Just wondering whether your error is anything to do with not having the same number of columns (missing date_of_birth in select after ELSE) in both select...
10011
Susan Emmons
semmons_1
May 4, 2004 11:11 am
CG, We use a same method here, except we use a permanent table as Oracle 7 does not cater for temp tables. We also periodically clear the 'temporary39; table of...
10012
mypbnet
May 4, 2004 11:56 am
Hi All I have a query :) We have to migrate an application ( presently its in PB6.5 ) to PB 9.0 with migration , we have to make some changes for performance...
10013
Santonu Mukherjee
santanu@...
May 4, 2004 12:21 pm
Hi, Yes we may be right. I also found both are same in terms of time taking. but using dot notation will take less scripting than get and set item. in that ...
10014
Bora, Mintu (CAP, CORP)
mintu.bora@...
May 4, 2004 12:38 pm
No,the databases are on different servers. (Also,I host my PB application on a Citrix server.) Regards, Mintu ... From: lm_laurente...
10015
Olivier Citeau
ociteau
May 4, 2004 12:42 pm
NO ! You say "Its mentioned at many places ..." I say : in wich places ? getItem and SetItem are : - faster - more stable Once, i correct a PB app that crashed...
10016
CG
chandrakant_g
May 4, 2004 1:10 pm
I have noticed too that casting is a problem with the dot notation. If you want to do something like: li_int_var = dw_1.Object.intcolumn[1] you have to do a...
10017
Bora, Mintu (CAP, CORP)
mintu.bora@...
May 4, 2004 1:16 pm
Thanks a lot, Olivier. Using a MINUS seems to be a good option. I will explore dblinks.Though I have used db links in Business Objects,I don't have any idea of...
10018
aoextra
May 4, 2004 2:19 pm
you can do this via sql, whatever database youre using there's always a case statement so try that. Now regarding the different database you can use...
10019
aoextra
May 4, 2004 2:28 pm
I've done the same study before and really getitem / setitem is so much faster than dot notation but you can only tell the difference if you have atleast 500...
10020
'VISWESH' (Vi...
vas2862
May 4, 2004 3:26 pm
May 4, 2004 @ 10:26AM CST Hi members! did you get a chance to receive any e-mail from me sent last night (midnight as per CST). i did posting the message from...
10021
Zehrung Joe R CONT NOCA
joez1941
May 4, 2004 3:26 pm
Using PB 9.0.1 build 7151 I have a number of graph data windows that have been working great until now. They were developed in 6.5 - migrated to 8.0.3 and now...
10022
Zehrung Joe R CONT NOCA
joez1941
May 4, 2004 3:50 pm
Is there a way to figure how much memory a user should have on their PC for the best performance for a PB application? Thanks joe r zehrung 707-863-7141...
10023
Mad Man
santiago_gaston
May 4, 2004 4:10 pm
Hello, No, I have PB 6.0 and I need to know I will buy PB8 upgrade for my PB 6.0. regards Santiago lm_laurente <lm_laurente@...> wrote: Yap, in PB8 in...
10024
Susan Emmons
semmons_1
May 4, 2004 4:19 pm
Your 'more than one row returned' error (assuming you are using Oracle) may relate to the inner select returning more than one row when only one is expected. ...
10025
Olivier Citeau
ociteau
May 4, 2004 4:41 pm
Hi, there are only two reasons that you cannot migrate : - still using Windows 3.1 - use DPB (distributed powerbuilder) In either case, you always can migrate...
10026
Barry Johnson
johnson987b
May 4, 2004 6:00 pm
Santiago, What operating system do you plan to use for development and for deployment? (PB 8 does not support Win95). I recommend getting onto Windows 2000 or...
10027
Doug Stone
pbdabbler
May 4, 2004 8:08 pm
Does anyone have a URL for a "Powerbuilder Version / Deployed Platform Compatibility Grid" ? Thanks, Doug ... From: Barry Johnson...
10028
Fredy Bustamante
ripox
May 4, 2004 9:42 pm
How to know if the program is runing in pb or exe?? Español: Como saber si el programa esta corriendo desde exe o desde pb. Saludos, -- Fredy Alexander...
10029
Jurguen Z.
jupian
May 4, 2004 9:54 pm
you can use cumulativeSum( #x for all ) the idea is use this in the group that you are using ... De: PowerObject@yahoogroups.com Fecha: 05/01/04 01:45:15 ...
10030
Mustapha labri
mustapha_labri
May 4, 2004 10:14 pm
Hi all, Don't forget that GetItem and SetItem methods are typed (string, number, date ...). I guess with the dot notation PB has to cast to the correct type...
10031
Kelley Daniel
dskelley123001
May 5, 2004 12:05 am
There has got to be a better way but you can use the Windows API Declare a local external function on a user object function string GetCommandLineA () Library...
10032
Fredy Bustamante
ripox
May 5, 2004 12:32 am
Thanks! -- Fredy Alexander Bustamante Analista Programador DTI, URL Guatemala ... From: Kelley Daniel To: PowerObject@yahoogroups.com Sent: Tuesday, May 04,...
10033
Michael W Bailey
cs18356
May 5, 2004 12:56 am
Daniel, I use different Windows API calls for this purpose. GetModuleFileNameA returns the fully qualified path and file name of the application executable. If...
10034
Jenny.Diep@...
jdpbgmel1
May 5, 2004 1:18 am
Hi, is there a way to change log in passsowrd, when you sign in the this group. (i forgot my password and has requested a new one, but i want to change to one...
10035
email2mathew
May 5, 2004 7:06 am
Hello PB Guys! Can we do something like in Acrobat Reader document `Click & Drag' Page? I wound like to implement this feature for the DataWindow (used for...
10036
Olivier Citeau
ociteau
May 5, 2004 8:27 am
You have no password related to this group. Instead, you have a "Yahoo!" password. Please contact Yahoo. ... ===== Olivier Citeau Paris, France Yahoo! Mail :...
10037
Olivier Citeau
ociteau
May 5, 2004 8:31 am
Michael, Daniel, here is a third solution in order to know if "the program is runing in pb or exe" : IF handle (getApplication()=0) THEN // pb ELSE // exe END...
10038
william.franklin@...
stwilliamfra...
May 5, 2004 8:44 am
Oliver , A slight correction in the code IF handle(getApplication()) = 0 THEN // pb ELSE // exe END IF The meaning of this is when you run an application from...