Hi Adam,
Thanks for your post, I have gotten farther for what I need to setup.
This is what I have so far:
TestInstall
Utils_RecordBrowserCommon::install_new_recordset('test_test', array(
array('name'=>'Test 1', 'type'=>'text', 'param'=>20, 'visible'=>true ),
array('name'=>'Select 1', 'type'=>'select', 'visible'=>true, 'filter'=>true, 'param'=>'test_test::test_1')
));
If it was less than 20 records it shows the exact data that test_1 displays.
Once it past that, it does the auto completion, however it displays the record ID rather than the test_1 field.
I did a search 'autoselect' and also 'QF' but I couldn't come up with something simple just to show the field.
Please bare with me, I did read the Documentation on the RB but I can't find information about setting up the QFfields and display callbacks. (i know how to assign it to the fields, but not display or generate simple things).
can you post a quick example what I need to do so I can break it down and learn from it?
thanks,
jjjj12212