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
06:37 am
3OI0E7GBCShow this entire thread in new window
Gratar Image based on email address
From:Giorgio
To:LLS
I'm already using web connection, what i can't understand is the reason why the procedure attempts to reinstalla IIS (and that gives me the error).

There follows the code i wrote in VFP:

SET PROCEDURE TO c:\procloud\lanweb\myprog additive
ofo = CREATEOBJECT("oform")
ofo.show()
READ events

***********************


Define Class OFORM As myxfrm

Width = 400
Height = 400

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

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

Add Object command2 As myxcmd 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
Endif
Endproc


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

Enddefine

In foxincloud adaption assistant 1.26 (Trial version)
Step 1) analyze and step 2) adapt dont give errors , but on step 3) publish i get the error i wrote before

Thanks
Giorgio


Hi giorgio

the error 1426 is generated when VFP or FIC instanciate a form with and OLE object that is not installed on the P.C ..

Best regard


Sorry for my bad english, what i wanted to say is that i don't understand the reason of these errors, someone can help me?


I'm getting closer to foxincloud, use windoes 8 and iis8 at the time of publication gives me these errors "Error details: Method or procedures install_liis (): error # 1426" "" OLE error code 0x800401ea: "I am not in charge, someone I can 'help

Thank you and Happy New Year 2013!

Giorgio





Viewing all articles
Browse latest Browse all 10393

Trending Articles