Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can we add hyperlink in report
Message
From
04/08/2005 18:32:39
 
 
To
04/08/2005 13:06:05
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01033373
Message ID:
01038769
Views:
26
Got it to work by installing MSXML 4.0 SP2

I installed this according to info from another thread by Sergey.

*--
Forum: Thread ID: 986316
Category: Message ID: 986332
Title: Re: Cannot create HTML output

Your PC is missing MSXML 4.0. VFP 9 setup doesn't install it because it's a part of supported Windows versions (Win2K and later). You can download the lates version from http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=en
*--

I have XP on my test machine, strange it did not work before the install was completed.

Sorry to bother during a busy time for you Doug. Your input was the key to finding the answer.

Thanks again everyone...





>Hi Stacy.
>
>>Very strange, not throwing an error even...
>>
>>Maybe Doug will see this and jump in.
>
>I tried this both on my Dev PC and a test machine that has the VFP 9 runtimes installed, and it worked in both cases. You'll likely have to add some old fashioned debugging code (ie. WAIT WINDOW statements) to see what's going on. For example, in the HyperlinkListener class, add this:
>
>
procedure Init
>wait window 'Before DODEFAULT'
>llReturn = dodefault()
>wait window 'DODEFAULT returned ' + transform(llReturn)
>wait window 'This.HadError = ' + transform(This.HadError)
>return llReturn
>endproc
>
>procedure Error(nError, cMethod, nLine)
>wait window transform(nError) + chr(13) + cMethod
>dodefault(nError, cMethod, nLine)
>endproc
>
>Note that adding .H files to the project does nothing since those files are used at compile time, not runtime. Nor does having an ON ERROR, since _ReportListener has its own Error method, which overrides ON ERROR.
>
>Good luck!
>
>Doug
Thanks,

Stacy



Black Mountain Software, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform