
Multiple Browses on TAB'ed Browse Screen -Reply
Definitely use the format command. First click on the tab in the
properties for the browse procedure window (small button next to the Window
button and copy the list at .... line. Go to the embeds and select Control
Event Handling before generated code, then select Currenttab, and then
select Newselection. Paste the code in that box using the example format
below:
Case Choice(?CurrentTab)
OF 1
OF 2
OF 3
OF 4
END
(Don't use the same fields, just the format of the layout. Find the field
number (you must have already complied the procedure to get this. Normally
at the bottom of the window declaration. Use the same numbers on your
fields.)
Okay maybe this will help, maybe not. I just found out I am not very good
at giving instructions.
:)Bruce L. Scheffer
Those who do, do; those who don't, teach those who do...
I can't do either!
Quote:
> Hi there
> You could try using the format command just before you
> open your browse box on the diffirent tabs. I know that you
> can store preferences about the width of the diisplayed fields
> that way so I suppose that you would be able to format it to
> get the desired sequence as well.
> Haven't tried it yet but have a look. You could look at the
> source that is created for your browse to give you a hint as to
> what I mean.
> Hope this helps
> Cheers
> J. Fick van Deventer