Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rowsourcetype = Array
Message
 
 
To
09/02/2004 04:00:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00875272
Message ID:
00875363
Views:
18
Fabio et sergey,

Tanks very much...

bernhart



>you donnot declare the public variable:
>
>PUBLIC ARRAY gaPrinters[1] && or * ADDPROPERTY(m.this,"aPrinters[1]")
>IF APRINTERS(gaPrinters) > 0
>  This.ColumnCount  = 2
>  This.columnWidths = "150,120"
>  THIS.ROWSOURCETYPE = 5
>  THIS.ROWSOURCE = 'gaPrinters'
>  THIS.PICTURE = "myImagefile" && if all equal, this is sufficient
>ENDIF
>
>* This.ListIndex = 1 && not necessary
>
>
>Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform