Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse pictures in my form
Message
From
16/12/2004 01:32:09
 
 
To
15/12/2004 07:47:56
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00969036
Message ID:
00969647
Views:
8
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform