Dear Gurus I am facing a strange problem in my server.we have different servers . in one of our servers we saw that sysattributes columns are different in both...
Hi Group, I have migrated my PB9 application to PB11. I am using PBDOM object to create an XML file. After migration XML encoding has hanged from UTF-8 to...
Ali, Do you read answers to your messages before sending the other ones? Steve Adams already kindly replied to this your questions in details: "We use DDE at...
PB 8.1 Vista My Client is using Vista with OpenOffice http://www.cdearth.com/openoffice-office-suite.htm Using OLEOBJECT connection from PB to Excel does not...
Steve actually has a fascinating question: can we use OpenOffice with PowerBuilder? And if so, then how it is done? OLE? DDE? Black Magic? Anyone out there...
From PB I need to validate if MS Office is actually installed on my client PC's before I go calling OLE functions that may not exist. (Sometimes they have...
Steve, The Common folder will be inside a version specific folder, e.g., 9.0 for Office 2000, 11.0 for Office 2003, 12.0 for Office 2007. Does it work if you...
Hi Barry, Thanks for responding. I am checking the existence of registry keys I finnaly did get get RegistryValues working to check for existence of keys: //...
Wouldn't it be easier just to go for it? If connecttonewobject(word.apllication) = -2 Then //is not installed ... -- ... Rich Frantz [Non-text portions of this...
Thanks for the idea Rich... Yes that's working a lot cleaner. Dohh so simple..Jeeez Steve ... From: "Rich Frantz" <richfrantz@...> Wouldn't it be easier...
Did you mean application with 2 Ps and 1 L ;-) ________________________________ From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On...
You will need to get the Lotus SDK so you can determine what the API's are. Once you have these, then create an external function in PB so that you can call...
Dear Gurus I have some sql code from where i am retrieving some data. After retrieving some data i got error select error:ct_fetch();use api layer:internal...
Santosh - I'm just guessing here, but it looks like you have a field defined as one data type, and the database column it references is actually another ...
Is it a datawindow you are trying to retrieve? This error normally comes when the datawindow column definition is having less width than the database. For...
Does anyone know where I could find a tutorial to learn how to use the treeview control ? I am not having any luck so far. Thanks Steve [Non-text portions of...
Steve, If you work with PB 10.5 or 11, try to use TreeView DataWindow instead of TreeView control. It's far more convenient and don't need any additional code....
hi all any idea how to use multi-threading in powerbuilder thanks ____________________________________________________________________________________ You...
We have immediate requirements for powerbuilder in Chennai. Requirement : Powerbuilder,oracle or sybase or sql server Qualification : BE/Btech/ME/M.Tech/MCA. ...
Salam to All. I have jpg image files. i want to store it to sql server 2000 . The image is grater then 32K . Can anyone help me how to do this? Please provide...
Ali, You should create a column of "image" data type in one of database tables, then store content of jpg file into "blob" variable using FileRead() function,...
Hi All, We have letter template module,in which we are using RTF datawindow, We provide the keywords such as(Name#,Age# etc.). At the time of execution it gets...
PowerBuilder does not support multi-threading. However, there are several ways I know of around this: 1. Create another exe and start it running. Have it...
I believe that you may be incorrect in PB not supporting multi- threading. I think it does, but may be a "definition" issue. PB allows up to 10 connections to...