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
09:51 am
3OI0L4972Show this entire thread in new window
Gratar Image based on email address
From:LLS
To:Giorgio
Hi giorgio

for me, it is not this code, who generate this error..

you have in the aw.VCX and in your' derived class, many class who use an external OLE like ACROBAT READER or other PDF reader.
This OLE is not installed on your PC. This is that is generating the error 1426..

Best regard


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