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 =...
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.