glyph1
Programmer
- Jun 15, 2007
- 26
Using Crystal Reports for VS .Net
DB: SQL 2000
I have a details section that has data from a seperate table than the fields in the sections above and below.
I need to print all fields in the section based on a selection criteria. For example:
while (recordNumber = specifiedRecord)
do
(line1) print field.firstName + field.lastName + field.birthDate
(line2) print field.birthCity + field.birthState
recordNumber = (nextRecord)
end loop
Just some basic pseudo code, if you can help me that would be GREAT! Thanks in advance!
DB: SQL 2000
I have a details section that has data from a seperate table than the fields in the sections above and below.
I need to print all fields in the section based on a selection criteria. For example:
while (recordNumber = specifiedRecord)
do
(line1) print field.firstName + field.lastName + field.birthDate
(line2) print field.birthCity + field.birthState
recordNumber = (nextRecord)
end loop
Just some basic pseudo code, if you can help me that would be GREAT! Thanks in advance!