It's hard to give up the fine-level control of where objects are placed on the window; this is one of the reasons I find Java GUI's so annoying to code....
9541
Shekar C. Reddy
powerobject
Apr 2, 2004 9:04 pm
http://story.news.yahoo.com/news? tmpl=story&u=/ap/20040402/ap_on_re_us/spring_forward Most Americans are about to get an extra hour of evening sunshine for...
9540
Jim Espaillat
delphinusc
Apr 2, 2004 8:57 pm
The timestamp limitation is a PB bug I've run into while doing the same sort of PB to EAS communication. Basically, there's no way to set the value of a...
9539
Austin Phillips
a4u2t0
Apr 2, 2004 7:08 pm
I hope this helps: http://info.sybase.com/resolution/detail.stm?id_number=10876360 If for some reason the link is down, here is the code snippet: /***********...
9538
Olan Knight
olknight
Apr 2, 2004 6:00 pm
John - You are not alone. I have seen this, as well. The Resize simply does not expand the window to the fullest possible size. We have sometimes been forced...
9537
Olan Knight
olknight
Apr 2, 2004 5:33 pm
Ben - This sounds like resource contention. Are these two apps using anything shared - like a shared set of libraries or files on the drive? Olan ... Hi All, I...
9536
Mikhailovsky, George
gmikhai
Apr 2, 2004 2:27 pm
Honestly, I don't know what 'Rs' means, and PB probably doesn't, too. It interprets 'Rs' as just two letters instead of a special symbol. To handle this...
9535
Olivier Citeau
ociteau
Apr 2, 2004 7:44 am
Yes, i agree. Anyway, when your DBMS is Sybase ASE it is better to have "go" as a statement terminator. Whereas PB use ";" Anyway, it is possible to use PB. ...
9534
ravi.sudha@...
Apr 2, 2004 7:39 am
Hi PBians, I am observing a strange behavior of application when it is run on Window XP. The problem is all the main menu items are right justified when I...
9533
Nestor Jaba-an
nutsbox
Apr 2, 2004 7:19 am
... From: "Jim Espaillat" <solutions@...> To: PowerObject@yahoogroups.com Date: Wed, 31 Mar 2004 21:33:06 -0000 Subject: [PowerObject] Re: PB...
9532
email2mathew
Apr 2, 2004 6:00 am
Hello All, I have been developing an application in PB 6.0. Recently I migrated this to P.B 8.0. After migrating, the resize service not working properly. It's...
9531
alim
alim@...
Apr 2, 2004 4:47 am
what is PBVM90.dll??? that is Dynamic Link from Powerbuilder builder 9.0 you can find into your pc folder: program files\sybase92;shared92;.... thank you. alim ......
9530
Chetan Bhavsar
crbhavsar
Apr 2, 2004 4:35 am
Hi, PBVM is Powerbuilder Virtual machine , it creates the PB runtime environment. I never observe any temp files in PB . On Mon, 29 Mar 2004 20:25:53 +0530, G,...
9529
chris_gin
Apr 1, 2004 10:13 pm
... This doesn't use the Windows currency symbol though does it? The reason we are looking to use [currency] is for this reason, but you seem to be stuck with...
9528
Jeff Leaver
jeff_leaver
Apr 1, 2004 9:28 pm
Try editpad pro. www.jgsoft.com. Its free. Kelley Daniel <Daniel.Kelley@...> wrote: www.ultraedit.com has a great text editor that you can download...
9527
Merritt, Bruce
bpm9648
Apr 1, 2004 8:37 pm
After you create the outlook mail item you need to get the attachment object and add the file. Something like ole_attach = oleitem.Attachments //Attach file. ...
9526
aoextra
Apr 1, 2004 8:08 pm
does ISQL that comes with the installation not enough for you, I think it has more than enough features from a developers stand point. HTH, Aris Extra ... ...
9525
Kelley Daniel
dskelley123001
Apr 1, 2004 5:51 pm
www.ultraedit.com has a great text editor that you can download an extra file with the key words for Transact SQL. You can try it for 45 days for free. This...
9524
Jim Espaillat
delphinusc
Apr 1, 2004 5:25 pm
Sorry, I stand corrected. My suggestion works when there's one column, but even then not with the password flag set. I did some testing and I discovered that,...
9523
tynmansystems
Apr 1, 2004 5:23 pm
Hi Ben, I didn't DO anything to specifically connect the two. Its PowerBuilder magic! When I was reading the PowerBuilder documentation about OLE, I was ...
9522
ecastello@...
Apr 1, 2004 5:21 pm
Does someone know a good SQL editor for Sybase/PowerBuilder procedures?...
9521
Orna Peretz
orna_peretz
Apr 1, 2004 5:03 pm
I think that if you leave the TO recipients list empty and call the MailSend function then the default mail service will open the message just as you want it....
9520
aoextra
Apr 1, 2004 3:08 pm
The following SQL will give you the session id that was created for you when you connects to database in informix, it also includes the userid that you use and...
9519
aoextra
Apr 1, 2004 2:58 pm
Was this working before or its just a test case in PB8 If its just a test try to see what build you have for PB8 you might not have the latest patches which...
9518
aoextra
Apr 1, 2004 2:54 pm
Try using begin work or begin transaction instead of autocommit = false. HTH, Aris Extra ... sqlca.autocommit...
9517
Vishnu Yahoo
ivishnukumar
Apr 1, 2004 2:06 pm
Dear PBians, I want a small help , I have an e-mail button in my report viewer ,
currently it sends e-mails using our PB's mail session object with the...
9516
Mikhailovsky, George
gmikhai
Apr 1, 2004 2:03 pm
It's not a problem. Use $###,##0.0000 instead of [currency]. George ... From: chris_gin [mailto:chris_gin@...] Sent: Thu 4/1/2004 12:22 AM To:...
9515
pparuchuri@...
pvparuchuri
Apr 1, 2004 1:06 pm
I do not know about database security. But you can define the settings in web.config file and access them using ConfigurationSettings class in ...
9514
Orna Peretz
orna_peretz
Apr 1, 2004 10:10 am
This is definitely not the solution. GetText() refers to the current column and not the password column in specific. Maybe you can try using the ****** format...
9513
Orna Peretz
orna_peretz
Apr 1, 2004 10:08 am
You can also add a session_id (or user_id, or connection_id - depending on your needs and the DBMS you're using) to your temp tables, in case they're not real...