Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limit of combo box (list value)
Message
From
14/11/2007 06:10:04
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01268856
Message ID:
01268860
Views:
14
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]
Previous
Reply
Map
View

Click here to load this message in the networking platform