Hi All, I need your help to know if it is available to use APIs coded with VB.net 2003 or VB.net 2005 in PowerBuilder application with PB8. If no, will it be...
You're welcome. Actually, they were talking about this a couple of months ago in the Sybase Newsgroups. But I have no idea it was included in the EAS 6.0 Dev...
Try to look at PBNI functionality. I'm not sure at the moment whether it's already supported on PB8. AFAIK, PB9 up supports it. Try to look at samples at...
FYI - Another beginners error I've seen is when a developer creates an object then references the TYPE directly RATHER than using a variable populated with a...
Hi All: I am using PB 10.5 with Oracle 9i. In my application I open Outlook and I need to insert an email address in the Outlook BCC line instead of the TO...
hi Rich: When I tried ole_mailitem.recipients.add(ls_address, 3) I got a syntax error but when I tried ole_mailitem.recipients.add (ls_address).type = 3) I...
Are you sure you created your mailitem correctly and not something silly like a meeting item or inbox item? This is mostly from memory, so it may not...
HI Rich: ole_mailitem.bcc=ls_address worked. Thanks a lots. Your help is much appreciated. Allan. ... silly ... BCC ... correct. You'll ... having a pb ... ...
A very reputed multi-national company is looking for people who migrated to .NET from a PB background. Solid .NET experience is needed. The openings are in New...
I fully agree with others' feedbacks as well. First of all, better we follow the naming convensions when we name variables/objects. Hence you may choose to...
Is there any good market book/wesite tutorial to start learning c# from scratch please?! Thanks! Regards, Viswésh ... available to ... tests ... free!...
Hi Jinuj, Just a few questions: 1. Do you know if this job could be done remotely? 2. If not, where is the job located? 3. You said "My role ends there." but...
Hi, I have been developing for stand-alone environment on Windows XP using POwerbuilder 6.0 Desktop version and SQLAnywhere 5.0. I know that my version is...
Hi, First of all you need to upgrade your desktop version either to professionnal or enterprise version. Since pb desktop can only connect to desktop dbms. ...
Thanks. I presume ASA refers to SQLAnywhere, is it right? sorry, not sure on abbreviation here. ... professionnal or enterprise version. ... dbms, it will be...
Yes, Sybase changed it's name. But now, it seems that they call it again "sql anywhere" http://www.ianywhere.com/ Of course, I would advice you to migrate to a...
1&2) Sorry if I did not clarify enough. The jobs are in India (as mentioned in the original post). 2) I did not want to publish the company details since I am...
Hi All, Powerbuilder SE/SSE/TL- immediate openings at (chennai)Covansys. if interested ,kindly send your updated CV. Thanks, Thiruppathi_ Recent Activity 11 ...
I can find plenty of examples in VB as to how to change the date of a file. However I am having problems translating the VB concepts to PB. I am trying to set...
http://www.allapi.net/apilist/SetFileTime.shtml If you have issues translating API calls fromVB to PB, check out our file section (System directory), it has...
Hi All, Can anybody tell me is there any script which I need to write for PowerBuilder 9.0 or PowerBuilder 10.5 so that MKS can be used as a source control...
PB 8.0.4, build 10923 + MSSQL Server 2000 I have a DWO with columns that are hidden (physically) by the detail band, yet they continue to show up in "preview"...
hi, you're detail band might be set to autosize=on. if it's not required to resize accordingly based on the objects plotted (applicable if you need some...
Hi guys ! I'm trying to print a DW based in a SQL statement & only one row is retrieved. I inserted an OLE (datastrip) which contains a picture into the DETAIL...
Use "getmodulefilename" api function http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getmodulefilename.asp it will work only in...