Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing the content of a table
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Title:
Showing the content of a table
Miscellaneous
Thread ID:
00878914
Message ID:
00878914
Views:
55
I am trying to undesrtand what i need to do in order to use ActiveVFP for developing a little one form app. now I'm reading the documentation and trying to figure out how to posta table in the page. so I modify the main.prg like this
CASE oProp.Action=='hello'
	lcHTMLout= oHTML.htmlTable('c:\temp\test\html\tcursor',lcHTMLout,5,.F.,'#E5E5E5',.F.,0,'')
	lcHTMLout= oHTML.mergetext(lcHTMLout)
and give me this error when trying to load the page
Technical Information (for support personnel)

Error Type:
htmltable err#= 11 line= 183 Function argument value, type, or count is invalid.11 Function argument value, type, or count is invalid. .NULL. .NULL. .NULL. .NULL. .NULL. c:\temp\test\test.dll (0x800A000B)
c:\temp\test\test.dll
/test/default.asp, line 6
what I am doing wrong?
.......
DO WHILE .T.
      ME.Work()
ENDDO
Next
Reply
Map
View

Click here to load this message in the networking platform