> >
> > SQLPREPARE( gnSQLID, "Select * from emp_history e where e.idNumber = ?lcIdNumber ", "cur_employment" )
> > if SQLEXEC( gnSQLID ) == -1
> > MessageBox( SQL_LOADDATA_ERROR )
> > Return .F.
> > endif
> >
> > that is the complete code. the error occurs on deletion.
>
> Do you now how to use the trace window of VFP Debug? :-D
>
>
Fox Blood Live in Us...FOXITE is everything under the FoxWorld!hello=)
no. i build my program into exe. i trace my errors when i run the exe because i have many forms, and prgs. i have used debug with only 1 prg. how to use it in a project?