Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse pictures in my form
Message
De
16/12/2004 01:32:09
 
 
À
15/12/2004 07:47:56
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00969036
Message ID:
00969647
Vues:
9
hi,
i make relation with number at mytable pict,and number of image as under,
i can make my thisform.text1.visible=.f.,and with command botton i want to get all pictures as serial 1 next 2....etc..

maybe if i let thisform.text1.value=1 or 0 ,and if add every time 1 to thisform.text1.value,i can see this pictur as serial
select pict&& i have field(no),and field(nam)

thisform.text1.value=0
IF !EOF()
*thisform.text1.value=thisform.text1.value+1
skip
ELSE
skip -1 
ENDIF

IF !EOF()
Thisform.Image1.Picture = "images\"+alltrim(str(thisform.text1.value))+"jpg" 
thisform.text2.value=nam
ENDIF 
thanks
m.qasem

>Is this form only showing the pictures?
>Is there any other related data on this form?
>
>Lots of questions im affraid.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform