Re: How to setup printer for oleobject?
Thanks. ActivePrinter looks like fine but with some weird thing happening.One thing is:If I run pb app directly, with pdf printer, following code will not give me Save As dialog window to save the...
View ArticleRe: Is there a way for a PB app to write a file to a handheld computer...
My assumption would be that the easiest way would be to write a COM component in C# to provide the 'bridge' between the device and PB. This way you may be able to communicate via Bluetooth as well as...
View ArticleRe: Get mileage from google maps or mapquest from powerbuilder win32 app
Have you looked at this?https://developers.google.com/maps/documentation/distancematrix/ (The Google Distance Matrix API)
View ArticleRe: Is there a way for a PB app to write a file to a handheld computer...
I looked at the Trimble website and it says that the Ranger 3 uses Windows Mobile 6.5 for the OS. If that is true, I think you can use RAPI. I have an example:...
View ArticleRe: Is there a way for a PB app to write a file to a handheld computer...
On Windows 7 you'll need 'Mobile Device Center' installed. This replaces ActiveSync from XP. RAPI.DLL is part of the install. Description of Windows Mobile Device Center
View ArticleRe: Powerbuilder 12.1 and web service deploy problems
It appears that this is the solution that I will use. I'll include the endpoint within the ini file and use the third parameter to override the endpoint contained in the dll.
View ArticleRe: Consuming WCF from COM object
I do not add assemblies into the GAC.I use regedit /codebase. All the functions of OLE objects work correctly, except for wcf client invokation. I honestly do not know where to look for the problem....
View ArticleRe: How to setup printer for oleobject?
Word prints in background by default but you can change this. Or you check the PrintBackgroundstatus before you destroy the oleobject.See here for more details: How to find out whether Word has...
View ArticleRe: PowerBuilder Classdefinition not threadsafe?
Additional information:To avoid the problem I now use a mutex to serialize the access. It works almost good!But now Powerbuilder crashes only sometimes at access of variablelist...
View ArticleRe: PB12.5 Classic - What is the best path to interface with MS Outlook
Hello Roland, I have a question on using office 365 word .What are the parameters to be used in ole object to connect to office365 word ? also , could you help me out with any reference documents with...
View ArticleRe: Consuming WCF from COM object
Then I would suspect a missing dependency. You might try using Process Monitor to see what the application is trying to access when it fails. Another useful tool specific to assembly loading errors...
View ArticleRe: PB12.5 Classic - What is the best path to interface with MS Outlook
We are only using Office 365 for our mail server. I have no idea about anything else.
View ArticleThe request failed with HTTP status 404: Not Found
I get this error message "The request failed with HTTP status 404: Not Found" when I execute the line in (red) below. I can access the WSDL when I paste the URL in IE. I have created a web service...
View ArticleRe: The request failed with HTTP status 404: Not Found
The endpoint should be: ws_1.endpoint = "http://50.246.106.202/ViaCardLoadingWS/CardLoadingService.svc"Leave the "?WSDL" off the end, that's only to show the WSDL. The endpoint the service lists on is...
View ArticleRe: Consuming WCF from COM object
Thank you, BruceBut I decided that it would be much faster to just rewrite the WCF client in C#. After 30 minutes of coding everything worked correctly...
View ArticleRich Text Edit Footer
I am running into an Issue in a Rich Text Edit where i can see the footer, but i can't access it. I have tried to double-click on it and also the ShowHeadFoot command. The weird thing is if i...
View ArticleRe: WCF Proxy ended in a multithread call to another webservice
Anyone? . BTW, I used same logic on a process for massive file uploading and works fine... the only difference is the 3rd-party webservice that this one invokes, but it also calls a webservice.
View ArticleRe: Program to read csv file
Hi Polanchan, Here's a very basic sample to read a CVS file (actually any text file): datastoreds_filelongll_Row, ll_RowCountstringls_filename = '' ds_file = CREATE datastoreds_file.DataObject =...
View ArticleRe: The request failed with HTTP status 404: Not Found
Any suggestions would be welcomed.
View Article