Re: Increase bScale in DBPARAMBINDINFO Error in PB 12.1 Ver 7000
Hi Clint; Your Date & Time formats are different than what I use.... SQLCA.DBParm =...
View ArticleRe: To view pdf file with zoom in zoom out
Please can you let me know how can I call pdf ocx control web browser controlPlease it would be very appreciateRegardsPol
View ArticleIncorrect number of subscript accessing external object property loadfile in...
Hi I used the following method to view pdf OLE Object Control -> Insert Control -> Then I select Adobe pdf reader. After that I wrote the following script in the open event of the form...
View ArticleRe: Incorrect number of subscript accessing external object property loadfile...
Hi Polanchan, I've tried the following code in both PB 11.2 and 12.6 on Windows 7 and I do not see the error message you are seeing. string ls_filenamels_filename =...
View ArticleRe: Incorrect number of subscript accessing external object property loadfile...
Hi Pat; FWIW: The LoadFile works great for me too! ie: THIS.Object.LoadFile ("C:\Dev\PB12\PCI_Images\Help\PCI_Images_Redaction_User_Guide_E.pdf") Regards ... Chris
View ArticleRe: Increase bScale in DBPARAMBINDINFO Error in PB 12.1 Ver 7000
Ok, I think that I found the issue. I did not apply any more changes to the DB Profile. Our app is over 15 years old and many hands at varying times have made modifications. I was working on a...
View ArticleRe: To view pdf file with zoom in zoom out
Copy u_web_browser from my sample app to yours and place on a window or tab. The following line of code will display the PDF: ole_1.of_Navigate(ls_filename)
View ArticleRe: Access to EBFs on sybase.com oddities
Hi Bruce: I'm trying to find the latest EBF for the 12.1 version of PB. The latest EBF I have is Build 7298. Can you direct me to where I can find this type of information. Since the SAP takeover,...
View ArticleRe: To view pdf file with zoom in zoom out
Many Thanks Roland. I was very desperate earlier but now I am getting hope I can finish this task Many Thanks again
View ArticleRe: Incorrect number of subscript accessing external object property loadfile...
Thanks Chris, It is working fine and many thanks for your help. Sorry for disturbing you to fix my issues also powerbuilder is my livelihood . many thanks againRegardsPol
View ArticleAttributes in Powerbuilder Net
Hi, I am trying to access the configSection of a web.config file using Powerbuilder.net to achieve something like this C# Example : using System;using System.Collections.Generic;using...
View ArticleRe: Using Manifest File in PowerBuilder 5
You need to create an external manifest file, and ensure that PowerBuilder does not try to generate an internal one in the executable. Forturnately, I don't believe PB 5 could do that. It only...
View ArticleRe: Getting IP Address in PowerBuilder 5
Attached is the object from my Winsock example. After you download, take the .txt off the end of the file and import it into your app. The following code should do it: n_winsock ln_wsString...
View ArticleRe: PowerBuilder 12.6 problem with Outlook
Martti and All, The CR I opened last week has been fixed. The fix should be in the next PB 12.6 EBF. (I don't know when it will be released !) I've been forwarded some additional information on the...
View ArticleQuestion about background tasks using SharedObject
I am using SharedObject functions to launch an object in a separate thread. I then Post call the function so that it can run without interfering with the foreground window. I am wondering what the best...
View ArticleRe: Question about background tasks using SharedObject
Hi Roland; FWIW: I use a "Thread Handler" NVUO running in my Main Thread. Each "Handler" controls one Sub-Thread. When the Sub-thread is running it can "poll" its handler as to whether to continue...
View ArticleRe: Getting IP Address in PowerBuilder 5
Hi, You can use an OLE Object, and get it via [OLE_object].object.LocalIP Source : Power Builder Developers HTH. Regards,Ali
View ArticlePB11 to PB12.5 classic on Win7
Hello, I'm fairly new to PowerBuilder so I may be missing something simple here. The team I work with currently uses PB11 but we are getting ready to upgrade to PB12.5 Classic. In doing some testing...
View ArticleRe: Question about background tasks using SharedObject
I ended up adding an instance boolean variable in the background object and a setter function. The button on the main window posts a call to the setter. The processing loop in the background object...
View ArticleRe: PB11 to PB12.5 classic on Win7
I'm not sure I understand well your question. You are trying to change from "3D" to "2D" in runtime or you change the property from the IDE? For me it works fine when I choose the appropriate settings...
View Article