Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Double entry forms
Message
 
To
23/07/2002 17:51:59
Ron Hodge
Sebrex Systems, Inc.
Dacula, Georgia, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00681712
Message ID:
00681878
Views:
20
When you create a data bound form, you bind it using the syntax
Dim dt As DataTable = GetDataTable()

MyTextBox.DataBindings.Add("Text",dt,"myFieldName")

Function GetDataTable As DataTable
   * Put code here to return the DataTable you want this form to bind to.
   * You could check the logon to determine which table to access or some
   * other criteria.

   Return MyDataTable
End Function
>Cathi,
>We don't want to copy the tables. We want the data entered manually, by two different operators, so errors in reading the apps or entering the data can be resolved by a report comparing the two tables.
>
>What I'd like to do is use one form for this, switching which table I use, on bound controls, so I don't have to maintain changes across two forms.
>
>Thanks.
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform