How can i enabled buttons on a pageframe?
sample prog.:
if thisform.pageframe1.activepage = 1
thisform.cmdSAVE.enabled = .F.
thisform.cmdEDIT.enabled = .F.
else
thisform.cmdSAVE.enabled = .T.
thisform.cmdEDIT.enabled = .T.
endif
is this a good sample prog.? i used it, but seems to be
there nothing happend on the prog. i been workin. if it is be then where can i place this? what part at form or at the
pageframe code? what property will i'll be workin?
thanks!
august
[sig][/sig]
sample prog.:
if thisform.pageframe1.activepage = 1
thisform.cmdSAVE.enabled = .F.
thisform.cmdEDIT.enabled = .F.
else
thisform.cmdSAVE.enabled = .T.
thisform.cmdEDIT.enabled = .T.
endif
is this a good sample prog.? i used it, but seems to be
there nothing happend on the prog. i been workin. if it is be then where can i place this? what part at form or at the
pageframe code? what property will i'll be workin?
thanks!
august
[sig][/sig]