Hi,
in the magritte tutorial excercise the report is created with:
MAReport rows: self persons description: MAPersonModel description
The result is a table with
- an home address column displaying the street but not the complete
address
- a phone numbers column displaying the "kind" fields separated by
commas but not the numbers
Why is that?
How do I get the complete address?
Exercise 13 filters the columns to only display firstName, lastName,
email, and nationality.
How would I go about displaying the number field of the first phone number?
Thanks,
Florian
--
If c++ had garbage collection most programs would delete themself upon
execution.