RE: Relativity and connection string
Interesting Tom - I don't have that file. Â I have the relcs and the relsad entries but not the reldbm
View ArticleRE: GridView
I would recommend that you use the same method to populate the grid with records from a COBOL data file that you would when you get the data from a database, create a List or Collection object...
View ArticleGridView
Does anyone have an example of GridView (Web aspx) without using the database?I'm using Cobol native files, is to populate a GridView that way?Thank youAlguém tem um exemplo de GridView (Web aspx) sem...
View ArticleRE: Relativity and connection string
It's installed with the data manager and should be here:Â C:\Program Files (x86)\Micro Focus\Relativity Data Manager\reldbm32.chm.Â
View ArticleRE: Visual Cobol 2.1 on Windows 10
Ok, thank you.Just to clarify in relation to that web page you mentioned above, if, for example, I select Product: Visual COBOL for Visual Studio, Product Version: 2.1, and Windows 10 does not appear...
View ArticleRE: Visual Cobol 2.1 on Windows 10
If the product version and OS compatibility combination does not appear in the chart then it means that it has not been tested and is therefore not supported by Micro Focus. It does not mean that it...
View ArticleRE: Default printer
Hi,You could use the MS API GetDefaultPrinter ( msdn.microsoft.com/.../dd144876.aspx) .COBOL code snippet...   special-names.     call-convention 74 is stdcall....WSS:   78 LENGTH-pszBuffer...
View ArticleRE: Default printer
Hi Ivon,Thanks for the answer.I need more help: how am new to VC do not know how to use Winspool.lib to link the application.Can you send me an example?ThanksAlberto Ferraz
View ArticleRE: Default printer
in a MS VS Native project, right clicking in project->properties. You should see this text-box 'Link with these libs"... Just add these the full pathname of winspool.lib ( delivered in MS SDK...
View ArticleRE: Default printer
Hi again,I tried to find my project in this field to enter the .LIB but the property is not.I have a demo withdrawal of the net that has this option and is registered to the Winspool.LIB.How do I...
View ArticleRE: Default printer
I would understand you are using a managed project. Correct?Than I would believe we should not use the MS native API, but some .NET class to do the workRegardsYvon
View ArticleRE: Default printer
Right, I'm using a managed project created by Visual Studio with Visual Cobol.What is the alternative then? So I can not use the MS native API?Do you know why my project does not have the "COBOL LINK"...
View ArticleRE: Default printer
"The project was imported in NexExpress and was converted. Is it because of this that has the "COBOL LINK"?"This project to which I am referring is that imported the net (enumprint) and that has the...
View ArticleDefault printer
Hello,How I can detect which is the default printer in windows?I've done various experiments and should not walk away.If you use PC_PRINTER_INFO PC_PRINTER_OPEN after the printer is set by default...
View ArticleRE: Default printer
The COBOL Link tab of the Properties Pages will only exist for native projects as managed code projects do not have a link step. When creating an executable for a native project, each separate program...
View ArticleRE: Default printer
I guess a bigger question here would be why are you using managed code? Is this intentional? If you are bringing code over from an existing Net Express program then perhaps you should stay with native...
View ArticleRE: GridView
Chris, thanks for the help but I could not understand where to put it in my project.
View ArticleRE: Error 9/004
Good morning, I did what you said I moved the full name of the file to a variable and accused the mistake again, is there any way to make a log file that shows all that user made when it entered the...
View ArticleRE: Error 9/004
The quickest would be possibly to raise an incident by MF Customer Care for further investigations on what happens...Yvon
View Article