Sometimes we need to loop through values at the form level. The following code loops (for loop) the SalesParmTable in the CloseOk() Form method.
//Create Lines
for (localSalesParmTable = salesParmTable_ds.getFirst();
localSalesParmTable;
localSalesParmTable = salesParmTable_ds.getNext())
{
....Implementation....
}
Showing posts with label Windows Forms. Show all posts
Showing posts with label Windows Forms. Show all posts
Monday, July 11, 2011
Tuesday, March 8, 2011
114 windows forms tutorials - Thanks Joe Stagner
The following is a great resource on tutorial for win forms.
http://www.msjoe.com/2011/03/windows-forms-training-videos-114/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+MSJoe+%28MSJoe%29
http://www.msjoe.com/2011/03/windows-forms-training-videos-114/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+MSJoe+%28MSJoe%29
Subscribe to:
Posts (Atom)