How to define the recodsettype property when loading the form

M

Marco

Hi.

How to define the recodsettype property when loading the form.

Sometimes I want that the forms loads as Dynaset and sometimes as Snapshot.


Regards,
Marco
 
K

Klatuu

The correct way to handle this is to use the Allow Edits, Allow Deletes,
Allow Additions property of the form. You can set them in the form's load
event.
 
Top