Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace
Message
From
16/04/2008 05:19:03
 
 
To
16/04/2008 04:19:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01311003
Message ID:
01311010
Views:
21
Your code is diffuse, so I can only guess here....
select payroll 
zap
append from dbf('mycur')&& ok

******************************
***no errors no result
SCAN
M.EMP=payroll.employeeid && mycur must be wrong??
M.MARK1=payroll.WARK
Update mstr set mark=m.mark1 where no=m.emp && SQL is easier and often quicker
ENDSCAN
<\pre>

NB! Once again: you should NEVER zap a table on a regular basis, only during maintainance a few times per year. If you need to zap regularly, you must rethink your design. Usually you should use a cursor instead of a table in such cases.


>hi all,
>any help to active this code
>
>

>select payroll
>zap
>append from dbf('mycur')&& ok
>
>******************************
>***no errors no result
>SCAN
> M.EMP=mycur.employeeid
> M.MARK1=mycur.WARK
> replace MSTR.wark WITH M.MARK1 FOR MSTR.NO =M.EMP
>ENDSCAN
><\pre>
>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform