Subject | IB_Grid? |
---|---|
Author | Paul Schmidt |
Post date | 2001-01-18T19:02:50Z |
Greetings:
Thanks to Nick and Svein (and anyone else who sent a message I
haven't received yet ) for the fixes for my other problems, now I
havre another challenge, I have the following tables:
CREATE TABLE PHASE (
PHASE_ID INTEGER,
PROJECT_ID INTEGER,
NUMBER INTEGER,
DESC Varchar(50));
PHASE_ID is connected to a generator, I use the value, but do not
want to display it.
CREATE TABLE TASK (
TASK_ID INTEGER,
PHASE_ID INTEGER,
NUMBER INTEGER,
DESC Varchar(50));
There is a table called Project, on the edit dialog for project, I
have a Grid of PHASE records with the same PROJECT_ID, this part I
have, with column titles and everything. Now the problem, if I have
three PHASE RECORDS: 1, 2,3 and Pick 2, I want to put up a dialog,
that contains a grid of all of the TASK records with the PHASE_ID of
the PHASE record in my grid, along with the other fields like NUMBER
and DESCRIPTION.
I can think of ways of doing this kind of thing, but not sure if they
work under IBO.
I don't see an obvious way of doing this, I am really new to IBO, and
maybe this is obvious and I just didn't see it.
Thanks,
Paul
Paul Schmidt,
Tricat Technologies
Email: paul@...
Website: www.tricattechnologies.com
Thanks to Nick and Svein (and anyone else who sent a message I
haven't received yet ) for the fixes for my other problems, now I
havre another challenge, I have the following tables:
CREATE TABLE PHASE (
PHASE_ID INTEGER,
PROJECT_ID INTEGER,
NUMBER INTEGER,
DESC Varchar(50));
PHASE_ID is connected to a generator, I use the value, but do not
want to display it.
CREATE TABLE TASK (
TASK_ID INTEGER,
PHASE_ID INTEGER,
NUMBER INTEGER,
DESC Varchar(50));
There is a table called Project, on the edit dialog for project, I
have a Grid of PHASE records with the same PROJECT_ID, this part I
have, with column titles and everything. Now the problem, if I have
three PHASE RECORDS: 1, 2,3 and Pick 2, I want to put up a dialog,
that contains a grid of all of the TASK records with the PHASE_ID of
the PHASE record in my grid, along with the other fields like NUMBER
and DESCRIPTION.
I can think of ways of doing this kind of thing, but not sure if they
work under IBO.
I don't see an obvious way of doing this, I am really new to IBO, and
maybe this is obvious and I just didn't see it.
Thanks,
Paul
Paul Schmidt,
Tricat Technologies
Email: paul@...
Website: www.tricattechnologies.com