Re: In PB7, Stored Procedure disabled when new column has been added
Hi Bruce, Sorry for the confusion. The confusion happened because initially I got the question from the sales guy and he gave me the wrong information. Today, I reached the support guy at customer...
View ArticleRe: In PB7, Stored Procedure disabled when new column has been added
I think ( guess ) all you need to do is to do a straight select (no cursor) where the pbdbms stuff was.
View ArticleRe: In PB7, Stored Procedure disabled when new column has been added
Thanks a lot. I'll share the straight select (no cursor) idea and I hope it's acceptable. - JH
View ArticleCall a virtual MS Outlook via OLE
Hi Guys, I need help on calling MS Outlook via OLE. It is MS Outlook 2010. The li_rc = oleOutlook.ConnectToNewObject("Outlook.Application") returns -2 which indicates "Class name not found". I also...
View ArticleRemote Procedure Call not firing
We use remote procedure calls all over our application. All of them are defined in n_tr. When we designed this section of the application, it was back when we were using ASA6. Calls worked...
View ArticleRe: Call a virtual MS Outlook via OLE
App-V isolates the running application in a sandbox. You can't talk to it. You should look at other means (e.g., SMTP) to send email if that's what you were using Outlook for.
View ArticleRe: call java class from power builder
See this: Use a Java class (PB9) As well as this earlier thread here: call java program from powerbuilder
View ArticleRe: OLEDB connection
Hi Julián; The default value is driver specific and applies to the connection time. So for example in SQLServer, if you do not specify the TIMEOUT=nnn value it defaults to 30 seconds, for Access its...
View ArticleRe: OLEDB connection
Hi Chris and Ted, Thanks for your answers. We are working with SQLServer. I forgot to mention that in my original post. I've already check the documentation provided in the Help button but I didn't...
View ArticleRe: OLEDB connection
Hi Julián ; Q1: What do you mean by connection time ?A1: When processing the Connect Using SQLCA command Q2: If the PC disconnects from the network for an eventual network problem SQLCA keeps trying...
View ArticleRe: OLEDB connection
Thanks Chris. I will give it a try. Best regards________________AUS Julián TagarroNeoSistemas SRL
View ArticleRe: fixed sized width
that is how we have {applicant_type1} {applicant_name1} {applicant_type2} {applicant_name2} there is a tab between {applicant_type1} and {applicant_name1} but when you replace with data...
View ArticleRe: Call a virtual MS Outlook via OLE
Thanks Abdallah. It's one of the challenge for me to find out the hostname. The client is a remote client and their IT Infrastructure is kind of security tight. The hostname could also change at any...
View ArticleRe: Call a virtual MS Outlook via OLE
Thanks Bruce. The requirement is to just display the Outlook Client window with a pre-attached document but not send the email yet. The user will send the email manually as they still have to type more...
View ArticleRe: fixed sized width
Use a fixed width font appropriately padded with spaces... Lucida Console or (last resort: Courier New / Terminal)
View ArticleRe: fixed sized width
that is what i have tried, the fixed lenght wth padded sapces, but sapce, uppercase and lowercase make the fixed lenght not working 100%. in old pb8 you can set fixed width to the inputfield but...
View ArticleRe: Error while running powerbuilder 12.5 application
Hi Arnd / Chris , I have gone through one article which mentioned that msvcr100.dll and msvcp100.dll are also required...
View ArticleRe: machine code for powerbuilder 12
Hi Jenny; Your consultant is absolutely correct! In order to compile into machine code, your PowerScript coding practices have to be superior. The fact that you have errors in the m-code points to...
View ArticleBuilding Powerbuilder application on diffrent operating systems
Hello everybody, we are planning to migrate our Powerbuilder applications mainly written with PB9.5 to Powerbuilder 12.6 end of next year. Parallel to that some other applications will be upgrade to...
View Article