A
Alan
I have a dialog that does a search and needs to return the search results to
the calling function. Especially if the seach is cancelled or produces no
result.
When a result is produced, I can handle that by updating a control on the
calling form, but unless I have hidden controls on the calling form, I can't
return a cancelled or no find result.
A return value would be handy if it exists, or can be created
Thanks
the calling function. Especially if the seach is cancelled or produces no
result.
When a result is produced, I can handle that by updating a control on the
calling form, but unless I have hidden controls on the calling form, I can't
return a cancelled or no find result.
A return value would be handy if it exists, or can be created
Thanks