Re: how to show that there is a detail record
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Sun, 28 May 2006 18:37:15 -0500
excuse my dumbness, but I cannot find a way to create a field, whichIn the IDE right click on your dataset.
only contains the information that there are detail datasets or not. I
need more explanation or a snipplet if possible.
Choose to add all field. These are your existing fields from the SQL query you
wrote. Next right click and create a new field. This will be your calculated
field.
Next write an OnCalc fields event for this dataset.
In the code for this event check if the fields joined from the detail table have
values then detail dataset has data. Set the value of the calculated field
accordingly
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: how to show that there is a detail record
- From: Detlef Ross
- Re: how to show that there is a detail record
- References:
- how to show that there is a detail record
- From: Detlef Ross
- Re: how to show that there is a detail record
- From: Brian Bushay TeamB
- Re: how to show that there is a detail record
- From: Detlef Ross
- Re: how to show that there is a detail record
- From: Brian Bushay TeamB
- Re: how to show that there is a detail record
- From: Detlef Ross
- how to show that there is a detail record
- Prev by Date: Re: Runtime adding files to database via a TADOConnection - how?
- Next by Date: Re: how to show that there is a detail record
- Previous by thread: Re: how to show that there is a detail record
- Next by thread: Re: how to show that there is a detail record
- Index(es):