Hi friends,
I'm trying to write the following code but, there was syntax error when I test it.
Any comments is appreciated. Thank you!
Regards,
Rocky
I'm trying to write the following code but, there was syntax error when I test it.
Code:
Create cursor C:\Work\Payroll\WHAnalysis.dbf free;
(Name C(50),;
Empno C(10),;
Dworkn N(8),;
Hoursn N(8),;
Dwork N(8),;
Hours N(8),;
DiffHrs N(8))
Any comments is appreciated. Thank you!
Regards,
Rocky