I have
in the load event of a form
controlsource is set to m.ext to reflect a field of the storage table.
Rowsource is set to PTYPE
Rowsourcetype is set to array
run the form and it errors saying PTYPE is not an array.
This was working OK at first and then at some point I started getting the error.
What am I doing wrong?
Keith
Code:
DIMENSION PTYPE(3)
PTYPE[1] = 'htm'
PTYPE[2] = 'html'
PTYPE[3] = 'shtml'
controlsource is set to m.ext to reflect a field of the storage table.
Rowsource is set to PTYPE
Rowsourcetype is set to array
run the form and it errors saying PTYPE is not an array.
This was working OK at first and then at some point I started getting the error.
What am I doing wrong?
Keith