Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Internet Information service 8

$
0
0
Re: Internet Information service 8
FoxInCloud
Re: Internet Information service 8
Dec. 31, 2012
07:03 am
3OI0F4SAGShow this entire thread in new window
Gratar Image based on email address
From:Giorgio
To:Giorgio
I'm sorry but the code i posted before is the wrong one. There follows the correct one.
******************
<span style="{font-size: xx-small; color: red;}">Code parsing for language: "”vfp”" is not currently supported.<br></span>
Define Class OFORM As Thisform

	Width = 400
	Height = 400

	Add Object label1 As Label With ;
		FontBold = .T., ;
		FontName = "Verdana", ;
		FontSize = 10, ;
		Height = 17, ;
		Left = 10, ;
		Top = 0, ;
		Width = 170, ;
		Name = "eti1"

	Add Object command1 As CommandButton With ;
		FontBold = .F., ;
		FontName = "Verdana", ;
		FontSize = 10, ;
		Caption = "Clients", ;
		Height = 17, ;
		Left = 0, ;
		Top = 150, ;
		Width = 100, ;
		Name = "cmdok"

	Add Object command2 As CommandButton With ;
		FontBold = .F., ;
		FontName = "Verdana", ;
		FontSize = 10, ;
		Caption = "Chiudi", ;
		Height = 17, ;
		Left = 105, ;
		Top = 150, ;
		Width = 100, ;
		Name = "cmdend"


	Procedure cmdok.Click()
	Thisform.eti1.Caption = "PIppo"
	Thisform.eti1.Visible = !Thisform.eti1.Visible
	Endproc


	Procedure cmdend.Click()
	Thisform.Release()
	Quit
	Endproc

Enddefine



Viewing all articles
Browse latest Browse all 10393

Trending Articles