Article ID: 134638
Article Last Modified on 5/7/2003
ThisForm.Pageframe1.Page1.<listbox>.NumberOfElements=ALEN(<arrayname>)
DIMENSION users(2)
users(1)="One"
users(2)="Two"
DIMENSION users(3)
users(3)="Three"
SHOW GET m.user
DO ADDU.SPRCOPY FILE C:\FPW26\Addu.scx to Addu.scx COPY FILE C:\FPW26\Addu.scx to Addu.sct MODIFY FORM Addu.scx
DO FORM addu
NOTE: The cleanup and procedures of an earlier screen are placed in a
file with the same name as the form, with the extension .SPR.
MODIFY FORM Addu.scx
ThisForm.Pageframe1.Page1.lstUser2.NumberOfElements = ALEN(Users)
Save the code by pressing CTRL+W. Then on the File menu, click Close,
and answer Yes to Save changes.
Additional query words: kbvfp300 kbvfp500 kbvfp600
Keywords: kbbug KB134638