Smart Data Field on Dynamic Filter

Posted by dreslp on 24-Feb-2004 12:52

Has anyone been successful in using a smart data field, such as a lookup for a filter viewer that would be able to publish filterdataavailable to a tree view? When I run it currently, the field is coming up as not enabled.

IE - Create a dynamic viewer with a decimal field. Then attach a dynamic smart lookup to it, then attach it to a tree view (after making the code to publish the query) - then run it, the dynamic lookup field is not enabled. Any ideas?

All Replies

Posted by Admin on 25-Feb-2004 03:01

You will have to enable the lookup by running enableField in the lookup

i.e. RUN enableField IN h_dynLookup.

where h_dynLookup is a handle to the lookup.

This thread is closed