
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Print exit module for Visual cobol
HI,
Can you please provide a sample print exit program suitable for Visual cobol. The current exit module developed in visual basic code works only with net express projects.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Are you referring to a printer exit routine that runs under Enterprise Server? That would be used with the Enterprise Developer product and not Visual COBOL.
If you are using Enterprise Developer then I will move this question to that forum where you will get a better response.
If you are referring to a different type of printer exit then please provide some more detail on what it is that you are looking for.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Iam converting Netexpress dialog system projects to Visual cobol solution. NX was using some VB code for printing purpose which seems not to work with Visual cobol when recompiled.
So iam looking for some sample/draft code to print reports in Visual cobol environment.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I don't see why the VB code would not work under Visual COBOL if it worked under Net Express. How is the VB code being called and what is the error that you are receiving?