Instance of a form

  • Thread starter Thread starter Wan
  • Start date Start date
W

Wan

Hi,
I have two instances of a form populated with two different
records. If I click on 1st form instance after opening up the 2nd
instance the dataset is pointing to recordset from instance 2. I
would like to know how to keep the correct dateset base on the form
instance selected.

I looked into form mouse_down event, but I'm sure that's another way
to solve this issue. Thanks in advance.

Wan
 
Probably you should consider using different datasets and not same one.
Thanks Alex for the reply. I was kind of thinking that create a new
dataset
for each new form instance. Hopefully, I will get additional feedback
on this.

Wan
 
Wan,

I don't understand you, recordset dataset, what are you using. (And some
more information, instances of a form, are this two complete different forms
and how did you show them?).

Cor
 
Back
Top