Search Results for 'script'
-
Search Results
-
Topic: Opening defaults
I see the keys that will do the following on the Mac, but not on the iPhone.
I assume this is probably doable with Scripts, because I don’t see any menu items that does this.
Attached is a screen shot on my iphone of my last database “default view” for a file (FORM) which is akin to your creating an advanced search. Once one of these options is set when the file is opened, it would open with the selected options under a “STARTUP” menu.
I’m specifically interested in the options on the picture which is when the FORM is opened it opens with the last record open for editing.Topic: Simple previous
I’ve applied your “previous_field” script to several Forms and been quite successful, but this is about as simple as you can get and I can’t figure out what I’ve missed. See attached.
Also, does it matter where the script is used: 1) the script in the field window or 2) the script in the Script tab? Is there any difference between the two in the code?
Topic: Formatting text in fields
New user here; replacing old FileMakerPro with Tap Forms. I’m accustomed to “formatting” text within fields, especially for Notes and descriptions and such. That is, bolding words, adding line breaks, etc. I cannot perform any actions within a Text “Notes” field other than typing new text.
This might be a problem with my computer: a 2014 mac mini running High Sierra 10.13.6.; Legacy 32 bit software I can’t yet afford to replace; inexpensive keyboard; who knows?
Any advice would be appreciated!
Yours,
BuckyTopic: Blank value
I can’t find a way (probably not possible) to return a value of “BLANK” instead of a zero.
Is there a way in this equation?
(IFNOTEMPTY(Purchased;MONTHS(Purchased;TODAY());0))/12
Thanks.
Maybe, use the results of this field, call it into another field and and Script it there with an if statement if it is zero, leave it blank?
All those zeros are distracting from seeing my data.Thanks.
Topic: Copy Record to Form
I ran across a Script function defined to copy a record from form to another.
function Copy_Record_To_Form()See attached. I have two forms, each with hundreds of records which I add to frequently. The problem is they were made at different times for different reasons and both contain much of the same information. Is it possible to fill out a new record in one of the records and somehow copy the information that is common to both to the other Form? Going in one direction from one to the other, depending on which form gets filled out first and then need to fill out a record in the other form?