[Gambas-user] make Label background from Database field

Vassilis K vkan53 at ...2300...
Sun Oct 18 15:22:05 CEST 2009


It is Solved !!!!!!!!!!


It works fine with: rsThesi.Count - 1

DO WHILE rsThesi.Index < rsThesi.Count - 1
    change_bgcolor(CInt(rsThesi!thesi))
    rsThesi.MoveNext()
LOOP

Thank you Dimitri and Doriano



More information about the User mailing list