Re: Export to Excel Pivot Table code from KB1632 doesn't work
support.dcube.delphi
Export to Excel Pivot Table code from KB1632 doesn't work
04-03-2003, 12:00 AM
Originally Posted By: Mark Stals<mark.stals@pandora.be>
Hi,
Is it possible to have the code in KB article #1632 updated?
This procedure does not work as provided outside its original application
for the following reasons:
line 62 : lc_vtd_file := UpperCase(gc_open_cube);
error: gc_cube_open is a constant declared outside the procedure,
pointing to a file. But what's in this file?
line 65: vtTemp.Clear;
error: vtTemp is an unknown variable, probably a third party virtual
table placed on the original form.
Is it possible to contact Tony Marelich to provide the missing information?
Thanks,
Mark
Re: Export to Excel Pivot Table code from KB1632 doesn't work
04-07-2003, 12:00 AM
Originally Posted By: Lucas \(DD\)<dynamicube.support@datadynamics.com>
Mark,
I have sent an email to Tony requesting the infrmation that you have
provided. Please note that he is not required to support it by any means. If
he decides not to respond or provide the solution then I could take the
posting down if you feel it does not help. The fact is that I simply do not
know Delphi well enough to find and fix the problem. :(
I am just forewarning everybody in case Tony does not respond. :)
Lucas
DD Support
"Mark Stals"
wrote in message
news:Bc9rB3g#CHA.372@dynaweb.datadynamics.com...
> Hi,
>
> Is it possible to have the code in KB article #1632 updated?
> This procedure does not work as provided outside its original application
> for the following reasons:
>
> line 62 : lc_vtd_file := UpperCase(gc_open_cube);
> error: gc_cube_open is a constant declared outside the procedure,
> pointing to a file. But what's in this file?
>
> line 65: vtTemp.Clear;
> error: vtTemp is an unknown variable, probably a third party virtual
> table placed on the original form.
>
> Is it possible to contact Tony Marelich to provide the missing
information?
>
> Thanks,
>
> Mark
>
>