If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Form Help Involving Custom dialog Box

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-03, 15:44
vbhelpme vbhelpme is offline
Registered User
 
Join Date: Oct 2003
Posts: 7
Form Help Involving Custom dialog Box

I currently have a form and am encountering 2 problems:

1) When I click on the form, a parameter query dialog box pops up before I can actually get to the form. How do I get rid of that parameter query dialog box w/o it affecting the information that I will need later on? Apparently that dialog box when the information of date ranges are entered, the corresponding records are displayed (which is what I want, but not at that point).

2) When I get into the actual form and click on one of my command buttons (let's call it CB1), a custom dialog box that I made pop up which is correct. However, it doesn't pass the information along to retrieve the right records. So when I click cancel on the custom dialog box, the same parameter query dialog box pops up to ask for the date range and if the information is entered here, the right records are pulled up.

What I need to happen is only for 1 dialog box to pop up once I get into the form and click on the corresponding command button: it can be the parameter query box or the custom dialog box I made and it needs to retrieve the appropriate records once the date ranges are entered. Now I created the custom dialog box using Visual Basic, which I am slowly starting to learn. I know therein the VB code is the answer to my problem, but I'm not sure what to look for or do. Can anyone help me?
Thanks in advance!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On