Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Browsing all 4356 articles
Browse latest View live

Monitoring a folder

Need to convert this program in C# for Cobol can anyone help me to understand what I need is to make a routine that it is reading a particular folder and when you input files it shows me, this routine...

View Article


RE: COBCH0852 System error - unexpected error while generating IL code

This sounds like a compiler bug. Could you please open up a support incident with Customer Care and attach an example to the incident so we can test this in-house?What product version are you using?

View Article


COBCH0852 System error - unexpected error while generating IL code

I ran into this error as I was defining my file. My file has 1435 fields and I got this error right around the 850 feild. If I use just 849 fields defined it works fine. Once I use the 850 field I get...

View Article

RE: Listing a Folder's contents

Here is a small program that I wrote that will recursively list all folders, subfolders and files within those folders using native Visual COBOL.Use and modify as required: identification division....

View Article

RE: COBCH1623 error when attach method

Hi Phil,What does the method signature for link__CreateReportHeaderArea  look like in COBOL?

View Article


COBCH1623 error when attach method

This line of code gives the error "COBCH1623: Anonymous method or method group cannot be cast to type DevExpress.XtraPrinting.CreateAreaEventHander.":ATTACH METHOD link__CreateReportHeaderArea to...

View Article

RE: COBCH1623 error when attach method

      method-id link_CreateReportHeaderArea final private.      procedure division using by value sender as object e as type CreateAreaEventArgs.          goback.      end method.Intellisense shows me...

View Article

RE: COBCH1623 error when attach method

Is it just a typo that you have two consecutive underscores in the name in the ATTACH statement or is that the actual problem?"link__CreateReportHeaderArea"

View Article


RE: COBCH1623 error when attach method

Here is the COBOL code I wrote for subscribing to the event:   $set ilusing"DevExpress.XtraPrinting"   $set ilusing"DevExpress.XtraPrinting.Links"   $set ilusing"DevExpress.XtraPrintingLinks"...

View Article


RE: Monitoring a folder

Here is the COBOL equivalent: $set ilusing"System" $set ilusing"System.IO" $set ilusing"System.Security.Permissions" class-id Watcher.Watcher. working-storage section. method-id Main public static....

View Article

How do I connect Visual COBOL to SQLWizard?

I got MySQL installed, but I think it would be more convenient for me to use the SQL I already got.

View Article

RE: How do I connect Visual COBOL to SQLWizard?

I am not quite sure what you are asking for here.In Visual COBOL you can connect to databases that have an ODBC driver for native code or an ADO.NET provider for .NET managed code or a JDBC connection...

View Article

RE: Monitoring a folder

Thanks, helped a lot, but if I need to set a folder (directory), as could be done, already much but thank you. Always remembering that the translation is Google

View Article


RE: COBCH1623 error when attach method

I did have an extra underscore in my code but after removing it I still get the COBCH1623 error.

View Article

RE: Error 26

Hello Tye Huggins,Someone will reach out to you by email from Micro Focus Customer Care to help resolve your issue.

View Article


Error 26

I was trying to test out some code in regards to the date in Visual Studio Cobol and I temporarily changed my system date on my computer. Now when I try to start VS I get "Unable to obtain the...

View Article

RE: Monitoring a folder

     declare watcher as type FileSystemWatcher = new FileSystemWatcher("C:\temp", "*.txt")I could do with that came a fixed folder, but can not convert to windows form you could help me, thank you.  

View Article


RE: Monitoring a folder

I think you would have to set those properties in the constructor as follows::declare watcher as type FileSystemWatcher = new FileSystemWatcher(property Path="C:\temp", property Filter="*.txt")

View Article

RE: COBCH1623 error when attach method

Please open up a support incident with Customer Care for this as we will most likely require a cutdown example.Thanks.

View Article

RE: Monitoring a folder

Thanks, tried to convert to form windows but I can not.

View Article
Browsing all 4356 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>