Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making a Slide bar work

Status
Not open for further replies.

Serincino

Programmer
Jun 13, 2003
61
US
Hey guys,
I hope you can all help me. I have an image of a paper form that is used in the company I am creating the app for. In order for the image to be legible I have had to make the form longer than the VFP form I am placing it in. I have placed a slide bar on the VFP for, but I can't figure out how to the slider scroll down the VFP form to show more of the image.
On top of the image I am placing text boxes to fill in with data that is being pulled from a DB. PLEASE HELP ME. I've never worked with Active X controls before and I am totally lost. I did a search on slide bars on the forum and found nothing relating to what I'm doing.
thank in advance to all the repsond.

-Serincino

If you see a programmer in the office before 9am, they probably never left.
 
PS. I am using VFP 8.0

If you see a programmer in the office before 9am, they probably never left.
 
Serincino

Use a normal form and set the .Scrollbars = 3.

Add an image control at 0,0 in the form and set the width and height of the image control to be greater than the dimensions of the form.

You will now be able to view your image using the scrollbars on the form.

FAQ184-2483 - the answer to getting answered.​
Chris [pc2]
 
Greatly appreciate it, works great!!

-Serincino

If you see a programmer in the office before 9am, they probably never left.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top