Question How to use datagridview

Hello Guys,

I'm currently working on a project to migrate our ERP from OE10.2 & OE11.7 in 32Bits to OE12.8 64Bits.
My main task is to established a process to convert a Browse into a datagridview.

I'm currently able to display a multitable request.
I'm not able to display the second temp-table of a prodataset.

Also, I'm working on recreating each interaction we would have with it:
- Popup Menu on right-click
- Hiding and showing column at runtime
- Creating record
- Updating record
- Deleting record

And use new functionnality like a
- drill-down table,
- Sorting by clicking on column header,
- ...

I'm searching since a week, and it is a little hard to find example, and detail explanation of how to do it.

So I'm asking to you guys if you have example. The main point in this is to established a process of step to follow to convert an appBuilder window into a .NEt window with a datagridview in it.

Best Regards, And thanks for your help,

BobyIsProgress
 
Converting an AppBuilder window into a .NET window is pretty straightforward as outlined here:


Other options:


I have not worked with a .NET datagridview so cannot really help with that, but I do have a very old example of one and this is attached which will run against the Sports2000 database. Unfortunately, it does not have the option to create, update or delete records and these are very old workings and there will likely be newer methods but hopefully it points you in the right direction. The documentation may help here:

 

Attachments

Back
Top