Re: GetFileOpenName default location is different for short filename and long...
I have an example of the Windows API function: Topwiz Software - GetFileName
View ArticleRe: tag datwindow property object not functioning in background color
Hi Philip, It is possible that the background.mode doesn't match the result of the expression. If the column background colour is set to transparent the background.mode="1" Solution could be to set the...
View ArticleRe: Computer Info gathering
Here is some code that will get the serial number from a hard drive. OLEObject ole_wshAny la_resultString ls_SQL, ls_code ls_SQL = "Select * from Win32_LogicalDisk Where DeviceID = 'C:'" // define...
View ArticleRe: tag datwindow property object not functioning in background color
Yes Thanks, That is the conclusion I came to...I went about it another way, but now I am getting the below error. Going to post it now ---------- Compiler: Errors (10:41:49...
View ArticleRe: GetFileOpenName default location is different for short filename and long...
Chris,Tried with aFlag = 514, 18 and other combinations as well. Just does not want to retain the last location. Will use GetCurrentDirectory() as initdir for now. Thanks for your help. SM.
View ArticleRe: Web Service Help
Rick, I couldn't tell what is missing sample. Here is the sample that I am using:CREATE SERVICE "Samples/TestSoapOP1" TYPE 'SOAP' AUTHORIZATION OFF USER "DBA" DATATYPE ON AS call sp_techo(:i,:f,:s);...
View ArticleRe: GetFileOpenName default location is different for short filename and long...
I found where Windows stores the last location in the registry. It is by file extension, not program. The data is in a binary format so no chance of manipulating it yourself. MRUKeys - winreg-kb - Most...
View ArticleRe: PowerBuilder 10.5.x Software
Hi Paul. Actually the issue with Powerbuilder 10.5 has nothinhg to do with Telerik. Telerik and webforms were introdiced in PB 11. I believe there was another issue with some database drivers that...
View ArticleRe: PowerBuilder 10.5.x Software
Hi André. I believe 10.5 is before sysam introduction, so you do not need a license key! Andreas.
View ArticleRe: How/where to by PowerBuilder 12.5/12.6
March 25th has now passed. Are there any recent updates or clarifications anybody can give regarding one's ability to purchase PowerBuilder?
View ArticleRe: Random crashes in powerbuilder 11.5 application
Hi René; Good thought. Changing the "default" printer might be a good idea & test (if that is possible). Also, a bad DBMS driver can take you "out" just as randomly as well in my experience. You...
View ArticleGetting error response while trying to access REST webservice through...
Hi Team, I am trying to access a rest webservice through powerbuilder 12.5(.net).The rest webservice is secured through basic authentication.I am passing the userid and password through powerbuilder to...
View ArticleRe: Problem with Powerbuilder MAPI / Mozilla Thunderbird / Tobit David
Hi Stefan,Engineering did get back to me and they will implement a fix to check whether the default client supports Extended MAPI and if not, use SImple MAPI. I've opened CR 781930 to add this check...
View ArticleRe: PB Support
I guess SAP believes in the adage "Good marketing is getting people to buy things they don't need".
View ArticleRe: How to force ToolBar Text
Now that's a good catch and I will need to verify. Thank you,Richard
View ArticleRe: How to force ToolBar Text
Hi Richard; FWIW: PB Uses the standard O/S toolbar font by default. The only issues I would anticipate are when you are using remote access software like Citrix, Terminal Server, and/or RDP that...
View ArticleVPN connection to Sybase is slow
I am using PB 12.5 connecting to ASE 16 Linux on an server running on an Amazon box. The connection is via a VPN tunnel. When I use interactive sql in PB and do a query like "select * from TABLE1" it...
View Article