Another issue...
Using the Company Location Lookup. Smart List form. All other Lookups I have used in this manner require a form.Procedures.Initialze.Invoke(ill named and poorly documented params). This one does not have the Initialize method, so how do you load the form with the values from the table?
companyAddress.Tables.SyLocationMstr.RangeRemove();
form.Tables.SyLocationMstr.Get();
form.Tables.SyLocationMstr.Fill();
nothing seems to work. Suggestions?
*This post is locked for comments