Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Adding numbers to a field from a filemaker button


Ron

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use