It's a bit unusual to want to have more than one record on separate
pages. Do you plan to allow the user to edit more than one page at a
time, or is it likely that the page tabs will be used as navigation,
but really only one record is edited at a time?

Since you don't provide any more specifics, I'll make up my own to
make my point :)

In an address book interface, the tabs are A through Zed as you'd say.
when you click on "K" you'll want to see "K" entries. But in reality,
you've really only got one form, one record pointer, and one record to
edit. There's a bunch of different ways this can be be wired up behind
the scenes so that the user believes there are many pages, but in fact
only one data entry form. (Float the form in from of the pageframe,
for example.) (By the same measure, many records can be simultaneously
in edit mode with proper multiple record locks and table buffering,
but I'm stretching the example.)

So, Chris, what is it you are trying to accomplish?


On Mon, Mar 7, 2016 at 9:33 AM, Chris Davis <[email protected]> wrote:
> Hi All
>
> Just a pointer if possible.
>
> I want to create a form with one page frame and an unknown number of pages.
>
> Each page will be identical and editing one record out of a view.
>
> How am I best managing the data in this instance?
>
> Typically we would develop visually, add a view into the data environment and 
> set control sources.
>
> Could I make use of the data environment class?
>
> Other ideas?
>
> Thanks
>
> Chris.
>
> Chris Davis
> Acton Gate Systems Limited
>
> Hilton Hall Business Centre
> Hilton Lane
> Essington
> West Midlands
> WV11 2BQ
> M: 07966 020473
> *: [email protected]
> Web<mailto:[email protected]%0bWeb>: 
> www.actongate.co.uk<http://www.actongate.co.uk/>
>
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>   text/plain (text body -- kept)
>   text/html
> ---
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cacw6n4vfbwbque1f2cuvywsqsovypov8ge_zkbuyk94h5wu...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to