473,608 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DataForm Pause

After showing a DataForm how do you pause the code from
continuing to run until the user clicks a button after
all the data has been entered ?
Thank you for your help!!
Nov 20 '05 #1
4 1032
what?

"Nitromuse" <an*******@disc ussions.microso ft.com> wrote in message
news:02******** *************** *****@phx.gbl.. .
After showing a DataForm how do you pause the code from
continuing to run until the user clicks a button after
all the data has been entered ?
Thank you for your help!!

Nov 20 '05 #2
* "Nitromuse" <an*******@disc ussions.microso ft.com> scripsit:
After showing a DataForm how do you pause the code from
continuing to run until the user clicks a button after
all the data has been entered ?


Disable the controls and check if all data is entered if the user enters
some data (that's a bad idea, I know, but I don't understand what's your
problem).

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3
"Nitromuse" <an*******@disc ussions.microso ft.com> schrieb
After showing a DataForm how do you pause the code from
continuing to run until the user clicks a button after
all the data has been entered ?
Thank you for your help!!


DataForm.Showdi alog?
--
Armin

http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #4
Cor
Hi Nitromuse,

When you look in the task manager you wil see that it is not really running.

Messages are send in your computer from your screen to the parts from your
program where you have the input.

When the user pushes a button on which you have placed an event (or
something else that throws an event) that part of your program does the
procedures that it has to do and stops again.

Only when you do something as
do until 1=2
loop

Then your program is constantly running (and if you do not something between
that blocked)

I hope this helps?

Cor
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1357
by: Peter | last post by:
Hello, Thanks for reviewing my question. I am getting the following error when trying to create a form using the DataForm Wizard: "The following error occurred: Value cannot be null. Parameter name: type. I follow the Wizard instructions by creating a new dataset, selecting the connection and I select the table. When I click the next button I get the error? Any ideas?
1
1280
by: Steve Teeples | last post by:
I've never done database code in C#. :( I've connected a dataform to a database and can reference all the items in the table. I want to filter the elements though based upon the value of a field. The field is call CategoryType of type unsignedByte. The value I wish to filter on it '19'. Where, within the properties of CategoryType, do I set the filter? I tried several things in "Expression" but filtering still doesn't occur. How...
0
853
by: TJS | last post by:
any examples available of how to use this free dataform component from Stephen Walther ? I'd like to know how it can be used in add /update/delete scheme http://www.superexpert.com/default.aspx?id=609
5
1823
by: needin4mation | last post by:
Hi, I have an asp.net 1.1 application that populates data from a database. When the user changes data, they have to hit a button to update the data. The data entry form (same form that is populated) is from several different tables. To the user, of course, this is not seen. Scenario: After the page is populated, assume a change is made to the form and the user hits update. The page then goes back, reads the database for that record...
1
2407
by: msmcg | last post by:
I built a dataform using the VB.net wizard. I have two tables, with one relation, Parent to Child, linked on one common key. The dataform loads the data fine, and when I click on the Add button, it appears to add a record (the record count goes up) but unlike single table dataforms, the form does not automatically move to the new record. In fact, though the record count increases by one (and you even get an error saying the primary key...
2
278
by: Larry Woods | last post by:
Has anyone noticed that the VS Dataform wizard doesn't gen correctly DISPLAYED results if you have an IDENTITY key defined for your table (normal stuff, IMHO)? If your dataset is empty the first "Add" will display TWO records on the resulting form. This is because they are creating a 'temporary' dataset with the changes; i.e., new record in this case, and then they MERGE it into the existing dataset, which has a new row defined by the...
0
996
by: Peter Newman | last post by:
im slowely getting to grips with this, but one thing im stuck on, is , the following Sub is auto generated by the Dataform Wizard. I have set the OleDbDataAdapter1 OleDbInsertCommand. what i dont understand is where or when it is called.. any ideas ? Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click Try Me.BindingContext(objOriginatingAccounts,...
4
1956
by: Ralph | last post by:
I am trying out the dataform wizard in visual studio using a sql server 2003 database. It seems to want to create ole db adapters and connections and commands. How do I make it use sql commands adapters and connections? This wizard could save time, however would prefer it used sqlconnection command and adapter. thanks in advance, sincerely
0
937
by: Meenu4vs | last post by:
Hi i'm using Visual Studio 2005 professional edition. I'm currently doing a customer maintanence project in C#.I need to use DataForm Wizard.I cannot find any DataForm Wizard From the Template.Tried to add from Add-in Manager,there also i couldn't find it. Can anyone help me ?
0
8071
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8488
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8360
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5489
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3977
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4039
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2482
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1345
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.