[Gambas-user] Index out of range

francesco francesco.difusco at ...69...
Sat Mar 12 07:39:01 CET 2005


Why this code isn't working

  cmbSezioni.clear
  FOR EACH rData
    cmbSezioni.Add(rData["Sezione"])

NEXT

It gives me "Index out of Range"

It seems that when I delete the content of a combobox, its index goes to -1.

Francesco




More information about the User mailing list