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...
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...
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...
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...
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...
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....
Does someone know a good SQL editor for Sybase/PowerBuilder procedures?...
ecastello@...
Apr 1, 2004 5:21 pm
9523
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 ...
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,...
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...
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 ... ...
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. ...
... 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...
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,...
what is PBVM90.dll??? that is Dynamic Link from Powerbuilder builder 9.0 you can find into your pc folder: program files\sybase\shared\.... thank you. alim ......
alim
alim@...
Apr 2, 2004 4:47 am
9532
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...
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...
ravi.sudha@...
Apr 2, 2004 7:39 am
9535
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. ...
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...
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...
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...
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: /***********...
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...
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...
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....