Topic: New Entry or Not New Entry ? Thtas' the ...

Hello Dimitri

To bounce on a question composed yesterday about adding a new entry, it's possible to uncheck option 'Enable Auto Execution of The query" by script ?.
Is it a script which allows or not this option with a dialog box, ie "Do you want another entry - (Yes/No) ?

If Yes, the form is showed again when the previous entry has been saved
If No, the form is closed and the grid appears again with all entries

I don't know if I'm clear

Thanks

Yann Yvinec

PS : for new ideas to MVB : to add ActiveX to use SWF.

Re: New Entry or Not New Entry ? Thtas' the ...

I'm not sure understand what you want to do, but you can uncheck it:

Form1.TableGrid1.dbAutoExecute := False; 
Dmitry.