Hi !

I want to do the next: 
I have a TABLE, dbedit it, and if on a record I press ENTER then it
must go into the CHILD table. (And if I press INS it must open an input
form, this isn't here now).

My  problem is with the next code, that it edits the TABLE and inmediat
go to the fchild function and edits the CHILD also. (I want to select a
record in TABLE and then go to the adequate record of CHILD.)  And when
I press ENTER in the child, it returns with error: 
Error BASE/1003  Variable does not exist: BIZDATUM 
where BIZDATUM is a field in the TABLE.

Many thanks if anybody can help me: Andras


The code:
------------------------------
function ftable()
   select table
        dbedit(3, 3, 21, 76,,"fchild")
   return nil  

function fchild(n1, n2)
   select child
        dbedit(7, 3, 21, 76)
   return 1  



____________________________________________________
Szekely Andras <> [email protected] <> http://2Mai.dyndns.org <> eCS 1.2 <>

_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to