Hi,
I would like to construct a simple facility within a vb form to display some values. Reading data from a simple Access table with two columns (incomings, outgoings) to display a chart showing these two values.
How do I go about this please?
Many thanks to those who reply,
Gareth
Hi guys, I want to read data from an access table into my chart, the thing is i can only seem to plot one line unless I poorly hack the database table.
How do I go about this?
Cheers
Gareth
I have my code which finds a record in a datagrid, using an adodc. What I want is my other adodc to point to the record that the first one is.
Private Sub Command3_Click()
surfynd = "Surname=" + Chr(39) + RichText1.Text + Chr(39)
Adodc1.Recordset.Find surfynd
Text1.Text =...
Hi, I would like some help on creating a procedure to call a trigger.
I would like to not allow inserts of students onto attendances of offerings that would give a count above a maximum.
So say an offering has a cap of 20 students, i want to be able to stop any inserts if the limit is reached.
I have an access table which contains employee information. In this table each employee has a line manager which relates to another employee in the same table. I can get VB to display the employee heirarchy via a tree view, and can change an employees line manager.
All line managers take a cut...
Hi people.
I am doing some very basic objects work, trying to help a real life problem so to speak.
I have an array of pointer properties, which are storing residential, and commercial buildings.
I would like to get 3 more functions working properly, and any heplful souls i will give more info...
Clear my queue before i read data into it from a file?
It will read in the data correctly except i have an extra bit off info which im sure is there because i havnt cleared the queue first.
Heres my code:
case 'R' : cout << " read in data saved to file \n";
Plane_save =...
ok heres how it looks now:
void main()
{
int mort_int;
float mort_float;
string mort_name;
int loan_int;
float loan_float;
string loan_name;
int save_int;
float save_float;
string save_name;
mortgage(mort_int[MAX],mort_float[MAX],mort_name[MAX])...
OK i done this wings (thanks for replying by the way) and i get these errors now:
Error 24:Undefined symbol 'mort_int' in function main()
Error 24:Undefined symbol 'mort_float' in function main()
Error 24:Undefined symbol 'mort_name' in function main()
Error 25:Undefined symbol 'loan_int' in...
Sorry i forgot to mention that the errors i am getting are:
Error 24:Expression syntax in fuction main()
Error 25:Expression syntax in fuction main()
Error 26:Expression syntax in fuction main()
Thanks
Gaz
PLease can anyone debug my program for me!:
#include <iostream.h>
#include <fstream.h>
#include <string.h>
const int MAX_SIZE = 20;
const int MAX = 10;
typedef char string[MAX_SIZE];
void mortgage(int mort_int[MAX],float mort_float[MAX],string mort_name[MAX]);
void loan(int...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.