Re: REST Client Proxy Question
You notes show: REST client assembly: CalcPremrequest.dllWrapper assembly: restsvc_assembly.dll The wrapper assembly should already be strong named in the project. The assembly...
View ArticleRe: REST Client Proxy Question
Bruce - I tried doing that, I checked the 'Sign The Assembly' for the p_restsvc_assembly object and deployed the restsvc_assembly. But it gives me an error saying 'The Rest Client Assemblies are Not...
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Okay, here is where I am at: To Mark's point, I have: 1) Set the app pool identity to Network Service.2) Saved a simple datawindows using dw_1.saveas(filename, XLSX!, true). I 'see' the file under the...
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Hi Paul; Can you try adding GS's BIN folder to your machine's System Path?I have this set in my environment as well. Regards ... Chris
View ArticleRe: PB 11.5.1 application crash due to Win8 touchscreen
hi Bruce ,can you tell me how could you handle the gesture events in the PBthanks in advance
View ArticleRe: How to migrate PB web services and web applications from 2003 to 2008 MS...
Thanks, Chris. Unless I did something wrong, 'C:\Program Files\gs\gs8.71\bin' is already at the end of my PATH (see screenshot above) and I did reboot my system. Paul
View ArticleRe: Treeview popup menu in PB12.5 Winforms oddity
Oooops ... I should also have said that my framework also uses the Winform conditional code test as well - not just for the WPF environment ... #if defined PBWINFORM then /*action*/#else...
View ArticleAsynchronous WCF service using PB.Net
I need some help trying to figure out how to create a WCF in PB.Net using the AsyncPattern service operation attribute. I've create a BeginmethodName and EndmethodName pair of methods for my service...
View ArticleIs there any free or cheap alternative other than sybase open client to...
Is there any free or cheaper alternative other than sybase open client to connect to sybase ASE 15 from powerbuilder.
View ArticleRe: Is there any free or cheap alternative other than sybase open client to...
Maybe take a look at FreeTDS. http://www.freetds.org/
View ArticleRe: Is there any free or cheap alternative other than sybase open client to...
Hi M; FWIW: Open Client is FREE and the fastest way to converse with ASE! Regards ... Chris
View ArticleRe: how to get all data in a section from profile file?
This is what you need: integer li_fhandle, li_rcode = 1, li_sfound = 0, li_idx = 0, li_eqpos, istring ls_filename = 'C:\app.ini'string ls_line, as_key[], as_val[]string ls_section = '[General]'...
View ArticleRe: how to get all data in a section from profile file?
I think the POS(ls_section, ls_line) was interchanged, should be POS(ls_line, ls_section). One potential problem with this code is when there's a key that contains a value of '[' and ']'.Ex. Key1 =...
View ArticleRe: Is there any free or cheap alternative other than sybase open client to...
Open Client comes free with the ASE database server software. Your DBA should be able to provide you with the installer and help you get it configured.
View ArticleRe: how to get all data in a section from profile file?
Thanks for the observations Neil.
View ArticleCan't uncheck checkbox
I have a one character Y/N string column which is on a datawindow with a checkbox edit type. I can make the check appear by clicking the checkbox, but I can't make it go away by clicking it again....
View ArticleRe: Can't uncheck checkbox
Hi Laurel, Check the Data values for On / Data values for Off. You must have them both set to 1.
View ArticleRe: Is there any free or cheap alternative other than sybase open client to...
Ok,so I should get the PC client installed that means which is a part of sybase ASE .
View ArticleSyntaxFromSQL Surprise?
PB 12.1 I have a WebService created with 12.1. I was playing around with executing SQL using the SyntaxFromSQL call. I decided to try giving it an INSERT statement instead of a SELECT and low and...
View Articleoffice365 and wsdl
First time trying web services from PB 12.5 classic... Client is moving from groupwise email to outlook (cloud). Unfortunately things go slow here so I don't have an exchange server yet. I signed up...
View Article