Re: To save excel file xls from powerbuilder 11.2
What version of MS Office you have? Could you post the whole script from creating the oleobject and ConnectToNewObject. Is the value of l_str_dir pointing to an existing excel file? Move this...
View ArticleRe: To save excel file xls from powerbuilder 11.2
A few things: Are you sure this worked: ole_excel.WorkBooks.Open(l_str_dir)If it didn't, then the worksheet you're working with doesn't have a name yet, and without a name the Save function wouldn't...
View ArticleRe: How to Get UNC from a WCF service ??
Hi Lars ,I will take a look at it and revert thank you
View ArticleRe: How to Get UNC from a WCF service ??
Hi Bruce.I want the Q , which is a mapped drive on the server where the service is running.thank you
View ArticleRe: How to Get UNC from a WCF service ??
Isn't the mapping on the server also user specific? Is the web service running under the context of a user with that mapping rather than the service account?
View ArticleRe: How to Get UNC from a WCF service ??
Hi I tried this function ulong WNetGetConnection( string szLocalPath, & ref string szNameBuffer, ref ulong lpBufferSize) Library "mpr.dll" string ls_tmp, ls_unc,ls_return Ulong...
View ArticleRe: How to Get UNC from a WCF service ??
You might take a look at Roland Smith's netquery code example on his web site.http://www.topwizprogramming.com/freecode_netquery.html Search the function of_WNetGetConnection() in n_netapi.. Quick...
View ArticleRe: How to Get UNC from a WCF service ??
Yes Bruce , The mapping is user specific and the webservice is running with different account.If it was under the same account I believe I wouldn;t have any problems thank you
View ArticleRe: Synchronising databases
Hello, A veery good solution provided by Sybase is SQL Anywhere and Mobilink. I think a starting point is SQL Anywhere Developer Center http://scn.sap.com/docs/DOC-31795 and this Mobilink Getting...
View ArticleRe: Synchronising databases
Hi Larry; I wrote my own for the AirMan Mobile application using PB Classic pipelines. The Mobilink product that Kimon mentioned was my first thought for this -- but, the licensing costs were too...
View ArticleRe: How to Get UNC from a WCF service ??
Hi Zacharias, You could create a virtual directory in IIS and point it to the real folder. Then if you change the location of your files your code doesn't change. You just change the mapping of your...
View ArticleRe: Synchronising databases
We've been using this product worldwide for several years in hundreds of locations and it has worked very well for us. I'm not aware of the cost though (not my concern).
View ArticleRe: How to Get UNC from a WCF service ??
That might be a bit of a problem. A service account that a web service normally runs under has very limited access to local resourcs, particularly accessing user configuration settings like what...
View ArticleRe: SetItemStatus for all Rows?
If anyone cares these are my results. I ran numerous tests using GetFullState, Datawindow.Data, Object.Data, GetChanges, PSR, Data.Storage = Disk and combinations between them. If you keep everything...
View ArticleRe: Object.Data not returnable in thread?
This option would require me to know the structure of the DW which I would not know - but I am curious if the result set does get passed back correctly! I will try it. On a final note I am posting my...
View ArticleHow to implement INotifyPropertyChanged
Can someone please show me how to implement this interface? I keep getting the error: 'c__w_window' does not implement interface member 'System.ComponentModel.INotifyPropertyChanged.PropertyChanged'...
View ArticleRe: Strange Problem with WCF service
Hi Mark , Found out what was going on. It has to do with my web server. I 'll tell my technicians to have a look at it.In the mean time I have overcome this by putting the correct End point in the web...
View ArticleRe: SetItemStatus for all Rows?
Hello ChristopherI am writing for 2nd time since my initial commend disappeared after being a while in moderation. I hope you won't see it twice.The results of your tests are very interesting. I wonder...
View ArticleRe: Visual Studio Vs Powerbuilder
Hi Alessandro ; A good point about the Cirtix alternative. The only major flaw with products like that is that they do not allow you low level device control like Appeon Web and Appeon Mobile does....
View ArticleRe: Visual Studio Vs Powerbuilder
Hi Hans; 1) So I gave PB.NET a try in the isolated shell and ... went back to PB classic.=> Yes .. all my Canadian Federal government clients did the same! 2) Why does rendering/migrating to WPF...
View Article