Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View definition has been changed (but it hasn't!)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01464051
Message ID:
01464055
Views:
42
>>I'm having a problem with my app tossing an error saying a view definition has been changed. Thing is if I run the exact .exe with the exact same .dbc on another machine it works just fine. I'm thinking that the machine that's giving me the error might have the wrong VFP runtimes on it??? Is there a way I can tell which runtimes to use by looking at the compiled .exe? Or am I even looking at the right possibility of this problem?
>>
>>Thanks!
>
>Are you using any transformation of the data which may be settings dependable or non fixed length? Say, do you use ctod function in the view or alltrim or anything of this sort?

well...not really - this is what the remote view looks like:

SELECT Hcfadtl.HCD_PKEY, Hcfadtl.MBIL_DOCNO, Hcfadtl.CPT, Hcfadtl.UNITS,;
Hcfadtl.CPT_MOD, Hcfadtl.HCD_NSDATA, Hcfadtl.FROM_DATE, Hcfadtl.TO_DATE,;
Hcfadtl.POS, Hcfadtl.BILLED, Hcfadtl.CONTRACTED, Hcfadtl.TPL_AMT,;
Hcfadtl.PT_SHARE, Hcfadtl.WRITEOFF, 0 AS linenum, Hcfadtl.CPT_MOD,;
Hcfadtl.POS, '1500' AS extension_1;
FROM ;
KPOPS.HCFADTL Hcfadtl;
WHERE Hcfadtl.MBIL_DOCNO = ( ?lnmbil_DocNo )


...as you can see it's a very simple view.
ICQ 10556 (ya), 254117
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform