[Gambas-user] tags
Jean-Yves F. Barbier
12ukwn at ...626...
Sat Nov 14 17:31:05 CET 2009
Fabien Bodard a écrit :
> the same but with a collection to share the result
yes that is my (new) question
> 2009/11/14 Doriano Blengino <doriano.blengino at ...1909...>:
>> Jean-Yves F. Barbier ha scritto:
>>> Doriano Blengino a écrit :
>>> ....
>>>
>>>> About "recover any kind [...] from into a loop", I don't understand.
>>>> Perhaps you want to scan all the controls residing on a form - there is
>>>> the Controls[] property for that. Or you want to stream out all the
>>>>
>>>
>> I am suspecting you are transferring data from and to a database...
>> don't know why I suspect...
you're right :)
under python, I used a very usefull class: storage; it gives some'
like that:
jytest1g = Storage(view="jytest1g", ovldim=(900,400), fld=[])
jytest1g.fld.append(Storage(type='ST', name='name', lenmax=65, lensup=1, nn=True))
jytest1g.fld.append(Storage(type='ST', name='note', lenmax=128, lensup=1, nn=True))
I wanna make the same thing to recover DB user's rights (per schemas, tables
and per fields), but I don't see how to make it under gambas
--
Q: What do you do if an Irishman throws a pin at you?
A: Run like hell, he's got a grenade in his mouth!!
More information about the User
mailing list