July 23, 200619 yr Can Scriptmaker open my Customer ID value list , choose the selection I want and add that selection to a field?
July 23, 200619 yr Hi Set field[yourTable::yourField; GetValue("CustomerIdValueList"; yourChoosedNumber)] didn't work ?
July 30, 200619 yr Author there is no function "getValue" that i'm aware of. Did you mean GetNextSerialValue
July 30, 200619 yr You probably looked for it in the list of Get Functions, I do that too. This one is in the list of Functions. However, notice the difference in how it looks: [color:blue]GetValue(listOfValues;valueNumber) whereas, the Get Functions look like this. [color:blue]Get ( CurrentDate ) HTH Lee
July 30, 200619 yr Author Guess I must be brain dead today, but when I list "all Functions by name" in the specify calculation window I don't find GetValue in the list.
July 30, 200619 yr Author Ahhh, I was was in my Developer 7 and not Filemaker 8. Sorry for the confusion
July 30, 200619 yr If you wish to have something that works in both FM7 and FM8, you can find or build a custom function (using Developer 7) that accomplishes the same thing.
Create an account or sign in to comment