need complete bound form examples

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has anyone seen any COMPLETE bound form examples? By complete, I mean a form that has Add/Edit/Delete capabilities. Every example I've seen on the 'net, in books, and in the VB.Net Resource Kit discusses basic record navigation only.

If there are no examples on the internet, maybe someone could recommend a good book that covers this subject in detail

.... maybe Microsoft is hinting that we should not use bound controls ???? They were useless in previous versions, maybe the same is true for .Net. (sorry for the editorial comment but this has been a pet peeve of mine for years)

thanks in advance
 
Hello,

You can run the Data Form Wizard and create Add/Edit/Delete capabilities.
When you get to the page of the wizard that asks how you want to display
your data, select 'single record in individual controls'. Then specifiy you
want Add, Delete, and Cancel buttons on the bottom of the same wizard page.

Run the Data Form Wizard by selecting Add New Item from the 'Projects'
menu. Select Data Form Wizard and click Open...


Hope this helps,

Steve Stein
--

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| Thread-Topic: need complete bound form examples
| thread-index: AcP9OXEZEHGGepdSTPSzvh1KLYI4sg==
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
| From: =?Utf-8?B?c2tvb3Ry?= <[email protected]>
| Subject: need complete bound form examples
| Date: Fri, 27 Feb 2004 05:56:05 -0800
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.languages.vb
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:185179
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
|
| Has anyone seen any COMPLETE bound form examples? By complete, I mean a
form that has Add/Edit/Delete capabilities. Every example I've seen on the
'net, in books, and in the VB.Net Resource Kit discusses basic record
navigation only.

If there are no examples on the internet, maybe someone could recommend a
good book that covers this subject in detail.

.... maybe Microsoft is hinting that we should not use bound controls ????
They were useless in previous versions, maybe the same is true for .Net.
(sorry for the editorial comment but this has been a pet peeve of mine for
years).

thanks in advance.


|
 
Back
Top