[Gambas-user] Sending parms to workspace children

Jorge Carrión shordi at ...626...
Wed Jun 11 17:20:21 CEST 2014


Try

for each object in workspace.windows

Regards


2014-06-11 14:32 GMT+02:00 Roel Touwen <roel at ...3306...>:

> 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?
>
>
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list