roh_8_it_3
Registered User.
- Local time
- Today, 15:27
- Joined
- Feb 15, 2005
- Messages
- 79
hi all,
i am trying to find a solution for this.I have a continous form which displays records..for every record there is a command button which opens the other screen for that particular record.
when ever i hits the enter key the command button opens the another form for the 1st record in the continous form.I want to disable this.
i set the default property to no but it not working .I also tried to to do it by vb code like
cmd.default=False
on the page load but it still not working.
any solution for this pls.
thanks
i am trying to find a solution for this.I have a continous form which displays records..for every record there is a command button which opens the other screen for that particular record.
when ever i hits the enter key the command button opens the another form for the 1st record in the continous form.I want to disable this.
i set the default property to no but it not working .I also tried to to do it by vb code like
cmd.default=False
on the page load but it still not working.
any solution for this pls.
thanks