Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
9000 downloads and counting
Message
From
07/07/2004 21:02:48
 
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00911792
Message ID:
00921752
Views:
18
Claude,

Primarily it would be debugging under XP. I have also experienced a problem with the current version where I was unable to issue the ALTER TABLE command using scripting in the HTML page.

Also, a couple of items for you to consider:

1) I have read that you shouldn't use SET DEFAULT in a MTDLL. Is that true?

2) Previously, you stated that the MTDLL can reside anywhere. However, this is not what I have experienced. To make this work as desired, I changed the line:

oProp.HtmlPath=oProp.AppStartPath+'HTML\' && oProp.cHTMLpath='c:\myHTML\'

to:

oProp.HtmlPath=SUBSTR(oProp.AppStartPath,1,AT(oProp.AppName,oProp.AppStartPath)+LEN(oProp.AppName)) +'HTML\'

HTH, Dan


>Dan,
>I'm in the middle of it now - should be out by the end of July if not sooner. Bear in mind that a lot of the changes are things that can be done now manually in the existing version. Are there features that you're particularly eager to get? What are they?
Previous
Reply
Map
View

Click here to load this message in the networking platform