JD2775 Posted February 4, 2011 Posted February 4, 2011 Hi all, I have a fairly simple need (I think) but I cant figure it out. I have a layout with fields from one table. Field1 Field2 Date Both Field1 and Field2 will have barcodes scanned into them, then a "submit" button underneath them. What I want to have happen is after the data is submitted I want Field1 to clear but NOT Field2. There will be a button next to it saying "Clear Field2". However unless done manually, I dont want to value to change in Field2 (but the records are still being created with each "Submit". Also, is there a way to have a sort of table on the bottom of the layout show the last 3 records that have been scanned in, Field1, Field2 and the Date. This is a very simple database, with one table and these 3 fields, and accompanying buttons. It's all we need it for. It will be used in FMGO on an iPod touch. Thanks
JD2775 Posted February 4, 2011 Author Posted February 4, 2011 Hi all, I am not sure why this post got moved to this forum, the question really has noting to do with FMGO. Oh well, hopefully it will get seen...
Lee Smith Posted February 4, 2011 Posted February 4, 2011 Hi JD I am not sure why this post got moved to this forum, the question really has noting to do with FMGO. Oh well, hopefully it will get seen... Oh really? Please read the topic descriptions before you post your questions. The original Topic you post to has restrictions as to what should be post in it. Sense your original ended by saying It's all we need it for. It will be used in FMGO on an iPod touch. Please address any more concerns about this action to me by Private Mail, and I can review your request to see if it would benefit by another move. Lee
Russell Barlow Posted February 4, 2011 Posted February 4, 2011 Hi all, I have a fairly simple need (I think) but I cant figure it out. I have a layout with fields from one table. Field1 Field2 Date Both Field1 and Field2 will have barcodes scanned into them, then a "submit" button underneath them. What I want to have happen is after the data is submitted I want Field1 to clear but NOT Field2. There will be a button next to it saying "Clear Field2". However unless done manually, I dont want to value to change in Field2 (but the records are still being created with each "Submit". Also, is there a way to have a sort of table on the bottom of the layout show the last 3 records that have been scanned in, Field1, Field2 and the Date. This is a very simple database, with one table and these 3 fields, and accompanying buttons. It's all we need it for. It will be used in FMGO on an iPod touch. Thanks To answer the first question. Modify your submit script to do the following. Before creating new record: Capture the field contents of Field2 to a SetVariable script step. After creating new record: Use SetField to set Field2 to your Variable named from above direction.
JD2775 Posted February 4, 2011 Author Posted February 4, 2011 To answer the first question. Modify your submit script to do the following. Before creating new record: Capture the field contents of Field2 to a SetVariable script step. After creating new record: Use SetField to set Field2 to your Variable named from above direction. Thank you Russell, I will try that out. Lee, I tried to message you but I got back "The member Lee Smith can not receive new messages".. Thanks
Recommended Posts
This topic is 5041 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now