Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rowsourcetype = Array
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Rowsourcetype = Array
Divers
Thread ID:
00875272
Message ID:
00875272
Vues:
58
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform