Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rowsourcetype = Array
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Rowsourcetype = Array
Miscellaneous
Thread ID:
00875272
Message ID:
00875272
Views:
59
Hi all,
IF APRINTERS(gaPrinters) > 0
This.columcount = 2
This.columnWidth = “150,120”
  THIS.ROWSOURCETYPE = 5
  THIS.ROWSOURCE = 'gaPrinters'
ENDIF

FOR x = 1 TO THIS.LISTCOUNT      
  THIS.PICTURE(x) = "Print.bmp"
ENDFOR

This.ListIndex = 1
I want to show the printers available.
When I place this code in the init(), one 4 empty bars.
Which error exists you there ?

Thank in advance for help ...

bernhart
Next
Reply
Map
View

Click here to load this message in the networking platform