Hi Nicholas,
These questions are purely guesswork, as I know nothing at all abou
VFP (Foxpro), but you never know...
(I was waiting for someone else to respond so I could find out abou
your problem but no-else has responded - so here goes.)
* Does the macro in Excel actually exist on your client's PC & is th
path correct?
* Are all the correct librariaries referenced in Excel (& for tha
matter, in VFP)?
To check this in Excel, [alt + F11] to access the VB Editor, Tools
References, & check that all the same references have been ticked o
your client's PC & your laptop.
* Are both computer's using the same versions of the app's?
If not, some code that works on one computer may not be valid syntax o
the other.
hth
Rob Brockett
NZ
Always learning & the best way to learn is to experience..
Nicholas B - 20 Mar 2006 15:49 GMT
Hi Rob
Thanks for your input
I had to get onto Microsoft directly in the end and it turned out to be
something simple. I was using an integer parameter and the value I was
handing in (from a database table) was too large.
On my machine I had lower values in the database table ... simple as that
Thanks again though
Nick
> Hi Nicholas,
>
[quoted text clipped - 18 lines]
> NZ
> Always learning & the best way to learn is to experience...
broro183 - 21 Mar 2006 12:12 GMT
Hi Nick,
Thanks for the feedback.
It's great when it is simple - at least now it is problem solved :-)
Rob Brockett
NZ
Always learning & the best way to learn is to experience..