Forum Post: RE: One more C# WPF to Cobol
Something is wrong!? I Change the Source: declare GridList as list[type WPFGridZeilen] set self::TryFindResource("cvsOptions") as type CollectionViewSource::Source to GridList...
View ArticleForum Post: RE: call x'91' function 35
We figured out that this was an internal issue. Thanks
View ArticleForum Post: RE: One more C# WPF to Cobol
I got it to work but I had to make a few changes. First comment out your own FindResource method in the source so that it will not be called. It is always returning null and I am not sure why it is...
View ArticleForum Post: RE: CBL_DIR_SCAN_READ
I do agree that a sample in the docs would be nice for all of these calls. I would just like to point out that the parameters to these library routines are clearly marked as either On Entry or On Exit...
View ArticleForum Post: Linq do SQL database
Hi ;) It's possible to use Linq connection with Visual Cobol ? Like this: http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx...
View ArticleForum Post: RE: CBL_DIR_SCAN_READ
I agree that the documentation for this area would be enhanced by a sample. I will see if this is something that we can provide in a future release. Thanks
View ArticleForum Post: RE: Printer Browser
Hi Jerry. Apologies for the problems caused by the documentation for this routine not being as clear as it could be. We will look to provide some clearer descriptions for the parameters for these...
View ArticleForum Post: RE: Linq do SQL database
Unfortunately, not in any usable way at the moment. The Linq to SQL feature relies on converting lambda expressions into expression trees (instead of delegate instances) which are then passed to the...
View ArticleForum Post: RE: One more C# WPF to Cobol
E-mailing me directly with product problems is not the correct way to receive product support. Please post the problems directly to the Community Site forum so that everyone can see them or open up a...
View ArticleForum Post: RE: One more C# WPF to Cobol
OK! Now it works how i Need!!! Many Thanks !!!
View ArticleForum Post: Incorrect SQL statement
I am getting a "COBES0100 : Incorrect SQL statement syntax near: RESULT" when I try building my project. RESULT is a column name in one of my tables. This code is coming over from Acucobol, where It...
View ArticleForum Post: RE: Incorrect SQL statement
Put the column name in quotes like "RESULT" in the query or use a table alias with it like: EXEC SQL SELECT A.result INTO...
View ArticleForum Post: RE: Incorrect SQL statement
Thanks Chris That worked and thanks for the quick response.
View ArticleForum Post: RE: JDBC Connection sharing between java and cobol
Btw. This example could be placed in the documentation for your product as well
View ArticleForum Post: RE: JDBC Connection sharing between java and cobol
And you have to name your connection explicitly with exec sql bind connection myconnection to :myconnection end-exec so that you can release it with : exec sql unbind connection myconnection end-exec...
View ArticleForum Post: RE: JDBC Connection sharing between java and cobol
Thanks for the suggestion. We're already working (with Chris) to improve the documentation that was mentioned earlier in this thread, and an example is something we'll be looking at. Thanks
View ArticleForum Post: Error with tracking logs when build
I frequently get this warning when I run or build a Visual COBOL native or managed project in Visual Studio 2012: "Forcing a rebuild of all sources due to an error with the tracking logs. Not a valid...
View ArticleForum Post: RE: Error with tracking logs when build
Hi Phil, Are you running Visual Studio 2012 standalone or are you using TFS or some other source control system with Visual Studio? Can you please open up a support incident with customer care for...
View ArticleForum Post: RE: Error with tracking logs when build
I'm running Visual Studio 2012 and Visual COBOL 2.2. I've installed Tools for GIT but am not using Team Foundation Service GIT for our application. I don't get this error if I set up a demo project...
View Article