Search Results for 'script'
-
Search Results
-
Hi,
I have 3700 records from a comic book puzzle collection database
I want to add an index field for classifying boxes according to the collection theme
examples:
Asterix = AST
Lucky Luke = LLK
etc…
I would like this field to have a three-digit sequential number and to be notified if it is already used for a theme
Example: AST001 is already used, I must use AST002
Is a script possible for this kind of request?
Thanks in advanceHi,
My movie media database takes the value of the IMDB id field (eg tt0433442) and does a lookup via the omdb API to retrieve that movie’s data – actors, director etc – and populate the record. That works fine but some of my older records are missing the id, in which case the lookup fails of course.
So I’ve added some code to my script that checks whether the id field is blank and if so calls a function that uses the standard Prompter script template and that asks for the id and populates the id field so the rest of the code won’t fail.
The prompt and setting of the id field value works OK, but I see from the console that the rest of the script is still running (and failing) even before I’ve input the id into the Prompter dialogue box and clicked ‘Go for it!’. Is that by design or am I missing something?
Thanks
I’d like to get this app for the iphone. Since this is mainly targeted to Mac users, what limitations will I run into just using it on an iphone/ipad. Like will I be able to do any scripting / formulas?
Hi,
is there a way to add text to a text field of multiple records? In My example I am sending out mailings and want to note that in those records which will get the mailing.
The field is set up as a text field and has the selection thing, where I can choose from the list. The first two mailings I just filld the field by dragging the yellow dot in a spreadsheet-style.
Ticking off over one thousand records individually is quite time consuming.
I thought I could select those records and then select from the list to add it. But that’s not possible.
My attempt to do a script failed miserably, my brain seems to work the other way around.
Any Ideas how this could be done? Or has anyone already done a script fot this kind of operation?
Thanks
Stephan