Microsoft Visual Basic 6.0 for PC Logo

Related Topics:

Posted on Aug 24, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Problem in Visual Basic 6.0 application

I have developed one application using MS Sql Server and Visual Basic 6.0. Now user enters the data and press save button on same time, bill no is saved and both data is getting clubed and single bill no is generated instead of two different billno so please guide me how to handle this problem.

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Expert 284 Answers
  • Posted on Aug 26, 2009
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Oct 20, 2008
Answers
284
Questions
0
Helped
114498
Points
810

You need to run your program in debug mode and step through the code one line at a time. Have a look at the values in your variables and see if they mach what you expect.

This is one of the skills of a programmer. When things don't go as expected you need to be able to figure out what went wrong.

If you don't have or can't use a debugger you can create a debug mode in your program perhaps with a command line variable or a value in a config file. When debug mode is turned on your program will output lots of information to a log file with details of module names and variable values. This is also useful if later on a user is having problems you can instruct them to turn on debug mode and send you the output.

Hope this helps.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

221 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3869 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...