Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame
Message
From
13/05/2002 16:48:43
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00655850
Message ID:
00655861
Views:
17
Neetu,

Set the tabs property of the pageframe to false...

In click() method of your next button:
with thisform.pageframe1
	if .activepage < .pageCount
		.activepage = .activepage + 1
	endif
endwith
Similar logic would go in your previous button. HTH...

>Hi,
>
>I am designing a wizard for my application. I would like to use a page frame control to separate out the steps of the wizard.
>
>Question – (1) How can I stop the pageframe/tabs from displaying at run time, so that the only way to go to the next step would be to click on the navigation buttons (back & next)?
>
>Thanks
>Neetu Kumar
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform