Re: how to show that there is a detail record





excuse my dumbness, but I cannot find a way to create a field, which
only contains the information that there are detail datasets or not. I
need more explanation or a snipplet if possible.
In the IDE right click on your dataset.
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
.