Has anyone tried to add more than one boolean property? It doesn't works to
me:

property pLlar, pParvulari, pPrimaria, pESO, pBatx, pCFGM, pCFGS, pUni

on getPropertyDescriptionList me
  list = [:]


  addProp list, pLlar, [#comment:"Llar
d'infants:",#format:#boolean,#default:1]

  addProp list, pParvulari,
[#comment:"Parvulari:",#format:#boolean,#default:0]

  addProp list, pPrimaria,
[#comment:"Primaria:",#format:#boolean,#default:0]

  addProp list, pESO, [#comment:"ESO:",#format:#boolean,#default:0]

  addProp list, pBatx, [#comment:"Batxillerat:",#format:#boolean,#default:1]

  addProp list, pCFGM, [#comment:"CFGM:",#format:#boolean,#default:0]

  addProp list, pCFGS, [#comment:"CFGS:",#format:#boolean,#default:0]

  addProp list, pUni, [#comment:"Universitat:",#format:#boolean,#default:0]

  return list
end

TIA.

==============================
Richard Hebert Cuello Aljanati
Responsable del LabPMM
Escola d'Enginyeria La Salle
Barcelona, Catalunya
==============================

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to