E
|
ete author 7/29/2007 |
I found out how to do it; In the Visual Editor pane, I clicked on the item in List View, and switched to HTML view. |
E
|
ete author 7/29/2007 |
The following SQL code works; |
E
|
ete author 7/29/2007 |
However, the lookup control only works if AJAX is enabled, and I want the standard lookup control instead. Where is the code the program uses to create the lookup control? I will also need to limit the number of items it returns; I can't have 100's of items in the lookup control, and will limit it to the last 20 entries or so. I found it; in commonfunctions.php. I was able to make the needed SQL changes to limit the lookup to entries that the user is qualified in using. Would be a good idea if there was a checkbox or something so I can check off whether I want the lookup entries to be limited by a security policy or not. |