Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace
Message
From
16/04/2008 05:18:49
 
 
To
16/04/2008 05:09:50
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
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:
01311009
Views:
16
hi,
mycur.wark&&from mstr.dbf ,

append for payroll.dbf with all fields

replace for mstr.dbf just field wark.



SELECT TAlias1.employeeid,TAlias2.nam,TAlias2.nam4,TAlias1.workdays,TAlias1.absencewp,TAlias1.absencew,TAlias1.uovertimeh,TAlias1.whovertime,TAlias1.vacations,TAlias1.sickvacati,TAlias2.wark ;
FROM payroll TAlias1, mstr TAlias2 ;
WHERE TAlias1.employeeid = TAlias2.no ;
ORDER BY employeeid ;
INTO cursor mycur readwrite

thisform.Grid1.RecordSource=" mycur"
thisform.Grid1.refresh()
<\pre>

thanks

>Hi you,
>
>#1 mycur is not influenced by SCAN since payroll is current work area
>#2 REPLACE FOR will move the record pointer of payroll to EOF. This meeans the SCAN will run once only.
>
>
>Agnes
>>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