set proper |
6/8/2011 10:41:16 PM |
ASPRunnerPro General questions | |
G
georgeb author
I added a dynamic array to the proper example in tutorials. redim the array to the number of fields to you want propered on your form then insert the fieldnames in the array. enhancement add a second column to hold a code determining the action to take on the field value like "U" for upper,"L" for Lower, etc. then modify the for each code to take the code action on the field value. |
|