ino Posted October 13, 2005 Posted October 13, 2005 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
mr_vodka Posted October 13, 2005 Posted October 13, 2005 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.
ino Posted October 13, 2005 Author Posted October 13, 2005 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!
mr_vodka Posted October 13, 2005 Posted October 13, 2005 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
ino Posted October 13, 2005 Author Posted October 13, 2005 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
Raybaudi Posted October 13, 2005 Posted October 13, 2005 Hi, perhaps this custom function may solve your problem !
-Queue- Posted October 13, 2005 Posted October 13, 2005 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.
Recommended Posts
This topic is 6983 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now