Hi Terry,
There are some changes happening under the skin for the wizard - primarily to try and work around some limitations in the IDE (which may indeed in turn be created by me. time will tell.)
>> 1. Menus are created but the browses are not attached to the menus (They used to in 605)
that's a bug - I'll fix that.
>> 2. A lot of recursives caused by the browses being used as lookups.
This is itself is not a problem. The Webtemplates have hooks for "parent" procedures, which the IDE sees as "children" in the app tree. It marks it as recursive (which it usually isn't) but either way it's fine.
>> Is it your intention in the future to automatically create select lookups or possibly drop lookups with the wizard
no, probably not. Creating a separate browse for a lookup is unnecessary. It bloats the code, and makes long-term a maintenance a pain. there's no reason the same browse (optionally with conditions) ca't do both roles.
Drops are easy to change-to if the field is set as a lookup - and there's no way to automatically make a good decision (that I can see) of when to use one, and when the other, so I'll leave that as something you can change after the wizard generates. Unless you can think of something?
>> 3. The browses locators are now set by default above the browse whereas the netwebbrowse defaults to below the browse. No big deal but maybe one of the settings on the wizard could be a default location?
sure, I do plan to offer more browse, and form, options as we go.
Cheers
Bruce