[Gambas-user] Sending parms to workspace children
Roel Touwen
roel at ...3306...
Wed Jun 11 14:32:19 CEST 2014
Hi All,
At last I moved on to gambas 3. But I'm running in some kind of problem.
In gambas2 I used a function to let all the children now Edit is true or
false. In the hosting form I do:
for each object in workspace.children
try object.MayEdit(True) ' or false of course
next
and
for each object in workspace.children
try object.RelationNumber = RelationString
next
But no matter what I try I simply cannet use this anymore. Any suggestions?
More information about the User
mailing list