October 13, 200520 yr What is wrong? I need global repetition field in which I like to create month names. Doesn't works. Way? ino :qwery: If anybody have suggestions, answer can be in any fp 5 - 8 ... test.zip
October 13, 200520 yr I dont understand what you are trying to do here. First of all your loop is wrong. Where are you getting the values for the months? Are you just trying to set a global field of 12 with values? Sorry, I dont follow.
October 13, 200520 yr Author Hi mr_vodka, Why loop is wrong ? It’s formally work, but what I like to have: one repeating field (12) with month name in. That I need for creating value list of month names in any language for one Calendar db. Give me idea how I can implemented loop witch will feel that repeating field with month names if you know? Ino Ps. Sorry for my written English I’m not so good in it!
October 13, 200520 yr If you want to have a certain type of value list come up for different languages, why dont you try something like this. languages.zip
October 13, 200520 yr Author Hi mr_vodka, That is nice but that isn’t what I need... I need automatic way to create Value list in any system language witch is possible. Why, because I use this Value list for creating calendar picker witch have an Let function with calculate calendar dates, and if you most wrote in Value list month name that isn’t that. I like to create in one global repeating field (12) month name thru Script Maker then also in Script Maker create one field with is possible to be chosen as field for value list named months - automatically. ino
October 13, 200520 yr You could also use a one record preferences table which contains a non-global field for entering the month names (a global cannot be used for a value list since it cannot be indexed). You should be able to use either a non-repeating field with carriage returns separating the values or a repeating field with one value for each repetiton. You can then create a value list based on this field.
Create an account or sign in to comment