Forum Post: RE: Searching an item faster
I apologize for the trouble I'm causing....:) I had already tried that, but getting a 429 (ActiveX component can't create object) when trying to add just a string to a STCollection class as follows:...
View ArticleForum Post: RE: TextBox with currency format
Ok, I solved, I but my regex code for this: ^R\$ ?([1-9]{1}[\d]{0,2}(.[\d]{3})*(,[\d]{0,2})?|[1-9]{1} {0,}(,[\d]{0,2})?|0(,[\d]{0,2})?|(,[\d]{1,2})?)$
View ArticleForum Post: Aply currency formating in textbox of datagridview
I maded one post about currency formating, and the question was answered, but I am now trying to put the system formatting within a field in a datagridview, so, I C# for me is more easy to make that,...
View ArticleForum Post: RE: Searching an item faster
I got it to work using populateNow, but it doesn't really seem any faster. Is there a way in .COM to determine if its really making a single network trip or making a trip for each CR ?
View ArticleForum Post: RE: Searching an item faster
Hi Anil, I got it working very efficiently. I was using a latebinding loop a little later in the code. What a difference between early and late binding. Anyway, thanks a bunch for all your help....
View ArticleForum Post: RE: Searching an item faster
ah good, the second argument you pass int populateNow is a VB Collection of names, not an StCollection.... I wrote a test (it's at the bottom of this post) Is there a way in .COM to determine if its...
View ArticleForum Post: RE: ISAM Data Limitation
Thanks Chris, you're a saver. Anyhow from my code of idxformat"4".... that means I could just "edit" my Cobol codes to $set idxformat"8" and everything would be just fine?? Eventhough the file is...
View ArticleForum Post: RE: ISAM Data Limitation
Just read these statements from this forum; Warning: do not set FILEMAXSIZE to 8 under any of the following circumstances: -- You are sharing files with applications using earlier versions of the...
View ArticleForum Post: RE: Does SilkTest 13.5 support Windows Server 2012 R2 and Windows...
Thanks a lot ! ST13.5 and ST14 support Windows 2012, not windows 2012 R2. For ST15 when will it be released, the 4th quarter of 2013 or the 1st quarter of 2014?
View ArticleBlog Post: Don't reinvent the wheel
#12DaysOfCOBOL - Day 8 Here's your day eight tip from the COBOL team. Don’t reinvent the wheel Save yourself time and trouble, because .NET and Java already include vast frameworks of code you can...
View ArticleForum Post: SAM
Anyone here using SAM? I am trying to compare and contrast it with Compuware's Server Vantage.
View ArticleForum Post: RE: VC 2.2
The missing assembies have nothing to do with Visual COBOL. They appear to be assemblies from the Microsoft.VisualBasic.Powerpacks product which can be downloaded from...
View ArticleForum Post: RE: Button_Click method - Determine what the mouse button was...
Try using the MouseDown event instead of the Clicked event of the button: Example: method-id button1_MouseDown final private. procedure division using by value sender as object e as type...
View ArticleForum Post: Calling stored procedures
Problem calling stored procedures. When executing a stored procedure I get a SQL error “A server cursor cannot be opened on the given statement or statements.” SQLCODE = -16937. I have a couple...
View ArticleForum Post: Silk4Net, target different window?
Hi Guys, I'm having difficulty targeting a second IE browser window opening up during the playback process. It gives me an error because the script is still focusing on the first window of IE. Is...
View ArticleForum Post: RE: Can see that new version is available after update.
This is what I did first :) I also see 14.0.0.6504 build number on about page.
View ArticleWiki Page: Set up networked licensing with COBOL Server 2.1 to run native...
Created On: 03 October 2012 Problem: Server for COBOL (formerly known as Application Server for Net Express) was using a different license mechanism and networked licensing (ASLMFNET). Is it possible...
View ArticleBlog Post: Make modern development your own
Day 11 - #12DaysOfCOBOL We're nearing the end of our '12 days of COBOL' campaign. We hope you've found our previous 10 tips useful for your own COBOL application development? Here's our day 11 tip......
View ArticleForum Post: 2 VC for Eclipse questions on remote environment
Hi all, 1) Is it possible to change the Listing directory created by Visual COBOL on the Remote environnement? 2) Because we are able to regenerate all the application programs on the remote target...
View ArticleForum Post: Picture in Excel cell
Hello, I would like to insert a picture into a EXCEL CELL. I found a thread in this forum that explains how to insert a picture into an excel sheet : create application of excel handle in hexcelapp...
View Article