Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Fox > Re: Help in pag...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 3 Topic 794 of 861
Post > Topic >>

Re: Help in page frame

by tim_witort@[EMAIL PROTECTED] (Tim Witort) Aug 10, 2007 at 03:40 PM

Mike seemed to utter in news:1186706516.276436.70900
@[EMAIL PROTECTED]
> Hi,
> 
> I am trying to create a form for intake process. This involves
> capturing info on family members. Depending on the number of family
> members, the Pageframe1.pagecount is changed so on the fly I have as
> many pages as number of members in family.
> 
> How can I manage to 'bind' controls on each page with a unique blank
> record in the table so that informaiton on each unique family member
> goes as a separate record.
> 
> I have as many append blank as number of members in family. But looks
> like the controls on each page point to the SAME record. A name added
> on page1, appears on page2. I need to be able to add unique values
> from each page.

Simple.  In the activate of each page, just move the
record pointer to the corresponding record for that
page, then refresh the page:

   SELECT myTable
   LOCATE FOR rec_id = IDForThisPage

   This.Refresh()

-- TRW
_______________________________________
t i m  .  w i t o r t
_______________________________________
 




 3 Posts in Topic:
Help in page frame
Mike <mikm524@[EMAIL P  2007-08-09 17:41:56 
Re: Help in page frame
Cy Welch <cywelch@[EMA  2007-08-09 23:31:19 
Re: Help in page frame
tim_witort@[EMAIL PROTECT  2007-08-10 15:40:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 13:42:13 CST 2008.