WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Programmierung (http://www.wcm.at/forum/forumdisplay.php?f=17)
-   -   VB 6.0: Tabelle nummerieren (http://www.wcm.at/forum/showthread.php?t=114056)

Fusi 01.11.2003 14:32

VB 6.0: Tabelle nummerieren
 
Brauche Hilfestellung zu folgendem Problem:

Tabelle (Flexgrid). 1. Spalte/30 Zeilen:

30 Zeilen hinterunter nummerieren mit FOR-Schleifen.

Wie schreib ich das, dass er weiß, er soll pro Zelle/eine Zahl hinein schreiben.

1
2
3
4
.
.
.

keine Ahnung wie ich das schreiben soll, dass er weiß, dass in die erste Zelle 1 kommt bis 30 hinunter!!

danke im vorraus

antwort plz an: occured-@gmx.at

reemrev 04.11.2003 00:01

for i = 1 to 30
grid1.textmatrix(i,1)=i
next i

textmatrix(reihe,spalte)
statt grid1 den jeweiligen Namen


Alle Zeitangaben in WEZ +2. Es ist jetzt 05:15 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag