Forum Post: RE: Relativity and connection string
reldbm32.chm Topic: Connection Strings (Advanced)
View ArticleForum Post: 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 ArticleForum Post: GridView
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 you Alguém tem um exemplo de GridView (Web aspx)...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 work Regards Yvon
View ArticleForum Post: RE: 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...
View ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: 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 ArticleForum Post: RE: GridView
Chris, thanks for the help but I could not understand where to put it in my project.
View ArticleForum Post: RE: 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 ArticleForum Post: RE: Error 9/004
The quickest would be possibly to raise an incident by MF Customer Care for further investigations on what happens... Yvon
View ArticleForum Post: RE: Default printer
Hi. Thanks for the solution. It´s work and resolve my problem. Regarding the type of code used think, maybe for my English, do not have me well explained. The application I'm doing is developed in...
View ArticleForum Post: RE: Relativity and connection string
Thank you Uwe. I had been looking under the Data Client folder.
View ArticleForum Post: Relativity and ODBC connections
New to Relativity and not finding documentation on all the various dll files and drivers. Can anyone give me a listing of the various dll files and drivers and how they are using them? From what I...
View ArticleForum Post: RE: Relativity and ODBC connections
Can anyone give me a listing of the various dll files and drivers and how they are using them? Why do you want this? The installation takes care of all the DLLs. I certainly hope you aren't planning...
View Article