Hello.

I am creating a utility class that operates on addresses.
I have a utility function that wants a table map Address as in parameter.

I can write

void myFunc(AddressMap _address)
{
   ...

   useAddress(_address.Address,
        _address.ZipCode,
        _address.City,
        _address.Country);

  ...
}

, but how do I call it?
E.g. from the CustTable form?

Is it possible at all to pass a map as a parameter?
And, how can I check is a map i associated with a table?

Regards,

  Andreas Paulsson









Yahoo! Groups Links

Reply via email to