Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace
Message
De
16/04/2008 05:18:49
 
 
À
16/04/2008 05:09:50
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01311003
Message ID:
01311009
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform