Re: Database - Update from Data Entry/Query form

2003-11-27 Thread Melvin Cox
My update statement is now fully functional. My sincere thanks for the assistance provided. Happy Thanksgiving, Melvin Cox - Jan Schenkel janschenkel at yahoo.com Wed Nov 26 04:13:57 EST 2003

Re: Database - Update from Data Entry/Query form

2003-11-26 Thread Melvin Cox
: Brian Maher [EMAIL PROTECTED] Reply-To: How to use Revolution [EMAIL PROTECTED] To: How to use Revolution [EMAIL PROTECTED] Subject: Re: Database - Update from Data Entry/Query form Date: Tue, 25 Nov 2003 19:00:59 -0500 MIME-Version: 1.0 (Apple Message framework v606) Received: from mc7-f4.hotmail.com

Re: Database - Update from Data Entry/Query form

2003-11-26 Thread Brian Maher
Hi Melvin, You may want to send the entire trace log to the RunRev folks for analysis along with your sample stack. There is definitely a problem. Brian ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Database - Update from Data Entry/Query form

2003-11-26 Thread Jan Schenkel
--- Brian Maher [EMAIL PROTECTED] wrote: Hi Melvin, You may want to send the entire trace log to the RunRev folks for analysis along with your sample stack. There is definitely a problem. Brian Well, I looked over his test stack ; is that close enough ? :-) I guess the confusion

Re: Database - Update from Data Entry/Query form

2003-11-25 Thread Melvin Cox
Revolution [EMAIL PROTECTED] To: How to use Revolution [EMAIL PROTECTED] Subject: Re: Database - Update from Data Entry/Query form Date: Tue, 25 Nov 2003 02:58:14 -0800 (PST) MIME-Version: 1.0 Received: from mc6-f15.hotmail.com ([65.54.252.151]) by mc6-s21.hotmail.com with Microsoft SMTPSVC(5.0.2195.6713

Re: Database - Update from Data Entry/Query form

2003-11-25 Thread Brian Maher
Hi Melvin, Turn on ODBC tracing and see what SQL statement (and errors, if any) are being generated. Sincerely, Brian Maher ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Database - Update from Data Entry/Query form

2003-11-24 Thread Jan Schenkel
--- Melvin Cox [EMAIL PROTECTED] wrote: I have successfully implemented a Query By Example call from a button on my data entry/query form. I am, however, having problems implementing an Update (Modify) statement. The script for the Update button uses global variables to hold the

Re: Database - Update from Data Entry/Query form

2003-11-23 Thread Melvin Cox
I have successfully implemented a Query By Example call from a button on my data entry/query form. I am, however, having problems implementing an Update (Modify) statement. The script for the Update button uses global variables to hold the value of each field within a row at the time that row