How can I run some code when I click on an arrow of a data control?

Recommended Answers

All 3 Replies

Hi,

Try try writing ur code in Validate Event.

This Event occurs just before changing the currenct record.

Regards
Veena

How can I run some code when I click on an arrow of a data control?

Drag the ADODC control onto the form (by importing the component Microsoft ADO Data Control ActiveX Control using Project -> Coponents), double click on it.

Write all the code you want in its "WillMove" event. For more help, post a concrete explanation and example from your side.

Got it. Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.