Looking for Help with DataGridView

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 10 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Looking for Help with DataGridView

Post by jvierra »

I am giving you bits you asked for but no trying to do the whole thing for you. My only interest is to put together a simple demo of how to use linked tables. I have still not attacked using a table relation and an adapter. This allows for sinking based on the relation.

Updates are done either manually by reacting to changes or via a batch when a post button or event says to save the changes.

In an adapter based scenario you would use an "UpdateCommand" on the data adapter:

http://msdn.microsoft.com/en-us/library ... pdate.aspx
This topic is 10 years and 6 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked