Guest
I have defined a form(say myForm), & bringing it up by loading in CIW
Then I enter values for different fields
But when I try :-
foreach( f myForm->fieldList
printf( "value of %L is %L\n", f f->value)
)
Values of all the fields are showing up as nil But if I type in
fieldName->value in CIW , it shows my entered values
I tried hiGetCurrentForm()->fieldList but that doesn't help either
Pl. advise
Then I enter values for different fields
But when I try :-
foreach( f myForm->fieldList
printf( "value of %L is %L\n", f f->value)
)
Values of all the fields are showing up as nil But if I type in
fieldName->value in CIW , it shows my entered values
I tried hiGetCurrentForm()->fieldList but that doesn't help either
Pl. advise