Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No focus
Message
From
05/02/2002 18:39:36
 
 
To
05/02/2002 17:07:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00615541
Message ID:
00615803
Views:
34
>Winn,
>
>No problem...
>
>I'm glad you have it functioning properly. I'd appreciate it if you do post what you had in your interactiveChange(), because I'm still curious.

Steve,
This code is now in the lostfocus instead.
*/* This code sets up the next page and traps for some errors.
thisform.lnChoice = this.value
WITH thisform.pgfName.page2
	do case
		case this.value = 1
			.txtCom.visible = .T.
			.txtSci.visible = .F.			
			thisform.pgfName.activepage = 2

		case this.value = 2	
			.txtCom.visible = .F.
			.txtSci.visible = .T.
			thisform.pgfName.activepage = 2

		case this.value = 0
			close data all
			thisform.release()
		
		otherwise
			messagebox("You must choose either '1' or '2'", 48,   thisform.caption)
			this.setfocus()
			
	endcase
endwith
Winn Pauley
Previous
Reply
Map
View

Click here to load this message in the networking platform