Re: WCF - dealing with concurrency
Hi Chris So how are we supposed to implement multithreading with no global variables in a wcf? I'm dealing with that because if I trigger more than one my wcf webservice method (no matter if a use...
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
OK, after trying this on 4 diff PC (Win 7 Pro's) finally got one to load the Reg values under the Source Control Providers path. Copied those to my Development PC(pc1) that has PB12.1 classic along...
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
Look in this key:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SourceCodeControlProvider\InstalledSCCProviders The value for TFS is the HKEY_LOCAL_MACHINE location for provider specific settings. PB Native...
View ArticleHow to use MS Team Foundation Server as Build and Unit Test Server
Hi, does anyone use the TFS build service for PowerBuilder to realize continuous integration with unit testing? best regards Benjamin
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
yup exists and it is pointing to the correct locations.
View ArticleRe: Program to read csv file
Variation of Manuel's good idea: // dynamically build a datastore with 64 string columns for importdatastore ldsinteger liCol, liColCount = 64long lRow, lRCstring lsDWstring lsColA = '...
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
There is also information in the following registry location: HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\12.5\Workspace\<path to workspace file>\SourceControl
View ArticleRe: PB12.5 Classic - What is the best path to interface with MS Outlook
Like you I find it much easier to find .NET code samples for dealing with Office than PowerBuilder code. So I learnt how to call .NET code from PowerBuilder (Calling .NET from PowerBuilder | Tom...
View ArticleDoes Powerbuilder generates code ?
HI All, Would it be a correct statement if I said that I use Powerbuilder to generate code ? Thank you
View ArticleRe: Does Powerbuilder generates code ?
PowerBuilder does generate code. However, the statement, although true, seems vague to me. If you are referring to the code that PowerBuilder generates when a developer uses the PB IDE to create PB...
View ArticleRe: Does Powerbuilder generates code ?
That's perhaps a matter of opinion, and perhaps technical definition, but I would say no. At some level, every computer programming language is an intermediate, and what eventually gets created is...
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
OK, this is what really can drive a person.Decided to go back and remove everything about TFS,TE and the MSSCCI. re-ran all the steps in the same order as I did before and now the MSSCCI install acted...
View ArticleemailSmtp non-visual: fine in classic, issue in pb.net?
All, I’ve been attempting to get use the emailSMTP non-visual from TopWizProgramming.com in a test project. In PB 12.5 Classic works just fine. But the PB.Net version always gives me a failed send...
View ArticleRe: Does Powerbuilder generates code ?
Hi Yuriy; PB keeps all its object definitions in its own descriptor syntax stored in a PowerBuilder Library (or PBL). Along with this, it generates a p-code language run time code (also stored in the...
View ArticleRe: PB 12.5 with EAS 5.5
Update: 8/16/2014,SamV, I am recoding this for any other developers going through such upgrades in the future. We did complete our PB 12.5 upgrade project. What a journey? There were lot of technical...
View ArticleRe: PB12.5: Fileexists function fails on Win7x64
Update 8/15, SamV: I am adding these comments here for any other developer that may face similar issue Just to recap, the problem was in a PB object that did OLE to Word to open templates with...
View ArticleRe: EAServer 5.5 - Java version
Update 8/15, SamV: I resolved this issue by upgrading the JVM inside EAServer to Java 1.5.0_22. Though this is not the supported version in EAS 5.5, we decided to try it. Worked out OK. I did upgrade...
View ArticleRe: PB 12.5 on Windows 2000 SP4
Update: 8/15, SamV We did upgrade to Windows 2008 for Deployed EAServers successfully. The challenge was the more restrictive license policy from MS. We ended up getting Datacenter license. (on...
View ArticleRe: PB 10.2 > 12.5
Update: 8/15, SamVWe finished our upgrade to Pb 12.5 recently. Meant a lot of setup and infrastructure changes (s we were running on really old software). We currently use PVCS 8.02. We decided against...
View ArticleDestroy() in Events list
I have a user object placed on a window(w_1). This user object displays Destroy() in event list(screenshot attached). Script in this event was Call u_parent::destroy In the parent script, some of the...
View Article