Field changes prompting save

2013-05-14 Thread Bert Shuler
I created a sub-stack with my fields, and I am using a sqlite db to populate them. It has the standard next record and CRUD type buttons. When I close the substack via the X (windows form close), it prompts me to save.  I want to do the saving to the DB, and the substack should not prompt to

Re: Field changes prompting save

2013-05-14 Thread Robert Brenstein
On 14.05.2013 at 7:14 Uhr -0700 Bert Shuler apparently wrote: I created a sub-stack with my fields, and I am using a sqlite db to populate them. It has the standard next record and CRUD type buttons. When I close the substack via the X (windows form close), it prompts me to save. I want to

Re: Field changes prompting save

2013-05-14 Thread Peter Haworth
Write a closeStack handler for the substack that issues a save command. It's kinda working around the issue rather than fixing it but does avoid a user prompt. Pete lcSQL Software http://www.lcsql.com On Tue, May 14, 2013 at 7:14 AM, Bert Shuler bertshu...@yahoo.com wrote: I created a