You get white ash on buring it
I put in an ebook.
You get white ash on buring it
I put in an ebook.
It would be really better if you posted the design of your relevant form along with the form elements name so that it would be easier for us to copy paste your code and try it out. Something like this :
[lbl_average] [txt_average]
[lbl_total] [txt_total]
[btn_calculate] [btn_exit]
BTW your code is so confusing and jumpled, that it is difficult to point out errors as such.
Be a bit more descriptive while describing your program and the errors you are facing along with the function which causes the error. What was the expected result etc etc...
Crappy lousy expensive courts filled with lawsuits, PATHETIC.
the members posts.
a strict moderator
If I ask how many patiënts have to be operated, the program should create a variable for each patiënt that can contain their individual data.
A simple, crude, sample program:
#include <iostream>
#include <vector>
int main()
{
using namespace std;
int count = 0 ;
vector<int> vec_int ;
cout << "Enter the number of patients you want: " ;
cin >> count ;
getchar() ;
for( int i = 0; i < count; ++i )
{
vec_int.push_back(i+1) ;
}
cout << "\nNow displaying the contents: \n" ;
for( int i = 0; i < count; ++i )
{
cout << vec_int[i] << endl ;
}
cin.get() ;
return 0;
}
If your form name is "frm_MDI" you could try: frm_MDI.ActiveForm
to get the current form which is active.
Hope it helped, bye.
CRAPPY lousy expensive apples filled with lawsuits, eaten
Outside or inside, you seem to be talking a lot about the weather conditions.
packaging -> cramped
this discussion has
Most of all (Fuel)
Years of experience in software development makes Jack a boring man.
You get a sour tooth. ;)
I put in some Sulphuric Acid.
Surplus lousy expensive apples filled with cyanide, EATEN.
not where needed.
tyrant -> hypocrite
Should I be referring to you as Mr. Joeprogrammer then? :mrgreen:
Grr.. revamped. ;)
Down inside of you (Fuel)
the kind of
(yeah)One Last Breath (Creed)
Yes, it is funny how that works sometimes; originally when entering college for software engineering I was sure I wanted to work for the D.O.D., then after a year or two I was very attracted to database design and was sure that is what I would do. Now I am developing for a video game company-- I never really ever considered this as a future path or even thought I would want to do it (I was lucky to sort of just fall into it and was hired), but I love it. It's a great job, challenging, and quite fun.
The same has happened with me. Wanted to go in Electronics, landed up in Computer Science...and now enjoying it.;)
It is vitally important to work one's way up after first learning the fundamentals no matter the field of study but it seems especially so in the Sciences.
Amen to that....
Grr... not you, too! ;)
:mrgreen:
Yep, if you ever need to delete one of your own bad posts or get it edited for some reason, using the "Flag bad post" is the quickest way to contact the moderators. Although I don't have personal experience with this, I've heard mods see it a lot faster when you report it this way.
Correct...A thread or post quickly catches our attention if it is marked as bad post since one of the primary duties of the Moderator is to handle all the reported posts of his concerned forums.
weapon -> killings
Unexpected behaviour can be very well expected from me.
Hey there my friend, welcome to Daniweb. :D
I have requested the thread be moved to the appropriate forum for quick response. ;)
A famous place known as Mumbai in India...
gadget -> hatchet
Several lousy expensive flyers filled with cyanide, DYING.
iPhone -> gizmo
Several lousy expensive flyers filled with PRIDE, floating.
Can't say without seeing the code and its problematic part....
cinema -> expensive
Several lousy EXPENSIVE flyers filled with air, floating.
With arms wide open (Creed)
Pearl Harbor -> good movie
which never dries.
Questionable things should be surely questioned.
Me against the rest of the world is not a fair setting...
On a day like today (Bryan Adams)
some manners. Is
amazing -> sugoi (japanese for amazing)
rude to someone !
chocolate -> wow
Several LOUSY frequent flyers, filled with air, combusting.
You get to hear B12
I put in some soda.
High tides are not good for swimming.
Just Feel Better (Santana feat Steven Tyler)
How can I run some code when I click on an arrow of a data control?
Drag the ADODC control onto the form (by importing the component Microsoft ADO Data Control ActiveX Control using Project -> Coponents), double click on it.
Write all the code you want in its "WillMove" event. For more help, post a concrete explanation and example from your side.