Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limit of combo box (list value)
Message
De
14/11/2007 06:10:04
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01268856
Message ID:
01268860
Vues:
15
It should not make a difference. I guess it something very high. If you realy need to know run:
SET ESCAPE ON
loc=CREATEOBJECT('combobox')
loc.RowSourceType=1
ln=1
DO WHILE .t.  
loc.AddItem(PADL(ln,11))
ln = ln+1
 IF ln/1000=INT(ln/1000) THEN
  ?ln
 ENDIF &&ln/1000=INT(ln/1000) 
ENDDO &&.t. 
and wait till it fails.

>thanks your reply, but i am facing when rows ource type=1
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform