Mar 12, 2003 #1 rajivghare Programmer Joined Mar 12, 2003 Messages 8 Location IN dear friend i am a fox 2.x programmer I want to add records in a table using appe blan what should i write in the click event of command butt. kindly help.
dear friend i am a fox 2.x programmer I want to add records in a table using appe blan what should i write in the click event of command butt. kindly help.
Mar 13, 2003 #2 NoWayIsThisInUse IS-IT--Management Joined Jul 16, 2002 Messages 79 Location US You're on the wrong forum, but write this: =AddBlank() or Addblank() -- try both, been too long... Then, create an AddBlank Function... Just create addblank.prg with: function addblank append blank return ...and make sure the addblank.prg is accessible (in the same directory or a directory in the paths that are accessible). Upvote 0 Downvote
You're on the wrong forum, but write this: =AddBlank() or Addblank() -- try both, been too long... Then, create an AddBlank Function... Just create addblank.prg with: function addblank append blank return ...and make sure the addblank.prg is accessible (in the same directory or a directory in the paths that are accessible).
Mar 13, 2003 Thread starter #3 rajivghare Programmer Joined Mar 12, 2003 Messages 8 Location IN Dear friend Yes, by mistake i was on this forum, Thanks for reply. rajiv. Upvote 0 Downvote