Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Development environment vs EXE
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01417563
Message ID:
01417597
Views:
54
>Naomi:
>
>In the IDE I got result including my report. In the EXE I got the report but I dont get my tables .

You mean that part of the code didn't work:
COPY TO UANSupportTop10 NEXT 10
GO top
I =1
DO WHILE NOT EOF()
   SCATTER memvar && ?????????
   USE Heat_support!UANSupportCallType IN 0 ALIAS UANSuportCallType
   SELECT UANSuportCallType
   NewName = "UANSupportCallType"+alltrim(STR(I))
   COPY TO (NEWNAME)
   I = I + 1
   use
   SELECT UANSuportTop10
   SKIP
   IF i = 11
      EXIT
   ENDIF
ENDDO
BTW Why you open and close the same view over and over again?
Why you need SCATTER if you didn't use it?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform