Database: Passing values between cards in a stack

2003-12-08 Thread Melvin Cox
in back on the track M.C. Original Message Follows---- From: "Melvin Cox" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Database: Passing values between cards in a stack Date: Mon, 08 Dec 2003 02:05:34 + MIME-Version: 1.0 X-Originating-IP

FW: Database: Passing values between cards in a stack

2003-12-08 Thread Melvin Cox
I neglected to mention that my initial attempt had been to use global variables. For some reason, I could not get this to work. Sorry for an confusion on this point. M.C. Original Message Follows From: "Melvin Cox" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC:

Database: Passing values between cards in a stack

2003-12-07 Thread Melvin Cox
currently attempting to get this functionality via a group of hidden fields, replicated from my main card and an "on openCard" statement which populates the fields. Is there a better (ie. more reliable or more easily implemented) way to do this? Many thanks,

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
eturn code 0 (SQL_SUCCESS) HDBC051812F8 HSTMT * 0x0012F17C ( 0x05181818) ----- Melvin Cox Original Message Follows From: B

Re: Database - Update from Data Entry/Query form

2003-11-25 Thread Melvin Cox
ase Central" utility, I have confirmed that the my user id has full update permission on the table in question. I would most sincerely appreciate any thoughts from the group on this. My evaluation/application development efforts have ground to a halt Many thanks, Melvin Cox O

Re: Database - Update from Data Entry/Query form

2003-11-23 Thread Melvin Cox
y script is expressed as: "revSetSQLOfQuery "PeopleUpdate", tSQLQuery" I have also tested with the "revExecuteSQL" call. Is there a better means of executing the update? How should I approach "Add" button functionality? Your suggestions are most sincerely apprecia

Re: Database - functionality for front end application

2003-11-21 Thread Melvin Cox
the selectedChunk of me into tChunk put upper(me) into me select tChunk end Capitalize -------- Many thanks for pointing the way forward! Cheers, Melvin Cox Original Message Follows From: Jan Schenkel <[EMAIL PROTECTED]> Reply-To: How to use Rev

Database - functionality for front end application

2003-11-17 Thread Melvin Cox
o the field: === on keyDown theKey if the length of me >= 10 then beep else pass keyDown end keyDown === Any assistance in these areas is most sincerely appreciated. Melvin Cox BCM Productions

Re: Database - functionality for front end application

2003-11-16 Thread Melvin Cox
unrev.com/mailman/listinfo/use-revolution>,<mailto:[EMAIL PROTECTED]> List-Archive: <http://lists.runrev.com/pipermail/use-revolution> List-Post: <mailto:[EMAIL PROTECTED]> List-Help: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://lists.runrev.com/mailman/listinfo/use-revolutio

Database - functionality for front end application

2003-11-15 Thread Melvin Cox
o the field: === on keyDown theKey if the length of me >= 10 then beep else pass keyDown end keyDown === Any assistance in these areas is most sincerely appreciated. Melvin Cox BCM Productions ___