Ron Posted May 5, 2005 Share Posted May 5, 2005 Hi gentleman... I have built a point of sale system and have buttons to enter the cash tendered. When I click on the "1" it adds 1 to the fields. If I then click "2" it overwrites the 1 and adds the 2? The result should be "12"? Could you please help? regards Ron Link to comment Share on other sites More sharing options...
aaa Posted May 5, 2005 Share Posted May 5, 2005 For button 1 such: Set field [Your_field,Your_Field&"1"] For button 2 such: Set field [Your_field,Your_Field&"2"] Link to comment Share on other sites More sharing options...
comment Posted May 5, 2005 Share Posted May 5, 2005 For ALL buttons: Set field [Your_field ; Your_Field & Get(ScriptParameter)] Then all buttons run the same script, with differing script parameters. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.