Please anybody help!.
My Foxpro version is visual foxpro 7. I have 2 problems regarding local view.
1 . In the FORM data environment, I use parent table and child table view display in grid. When data enter and save, only parent table update , child view did not update child table. But in form, the child records are still reflect in grid.
2. Error : 2005
Error loading file- record number 6. Cnocls1<or one of its members>. ControlSource: Variable 'ctr2_gln' is not found
Line of code with error : Select * from ap_pkg!ctr2_fil where ctr2_fil.ctr2_trncd= trncd and ctr2_fil.ctr2_docno = docno order by ctr2_fil.ctr2_trncd,ctr2_fil.ctr2_docno,ctr2_fil.ctr2_line into cursor Viewcalv51
there error only happen while functioning in the morning and happened in afternoon. There are many possible factors like server update, virus, change some server setting i guess. server also restarted and still cannot solve.
My setting is as follow. I have foxpro DBC and application exe on server (windows server 2008 r2 with SP1). folder structure is 'Company/APPKG/DBF/'. under DBF folder , stores database.dbc and .dbf files. users use application from workstation with shortcut configure as 'Target: serverlocation/ap.exe', start in : serverlocation/company/APPKG/DBF
My Foxpro version is visual foxpro 7. I have 2 problems regarding local view.
1 . In the FORM data environment, I use parent table and child table view display in grid. When data enter and save, only parent table update , child view did not update child table. But in form, the child records are still reflect in grid.
2. Error : 2005
Error loading file- record number 6. Cnocls1<or one of its members>. ControlSource: Variable 'ctr2_gln' is not found
Line of code with error : Select * from ap_pkg!ctr2_fil where ctr2_fil.ctr2_trncd= trncd and ctr2_fil.ctr2_docno = docno order by ctr2_fil.ctr2_trncd,ctr2_fil.ctr2_docno,ctr2_fil.ctr2_line into cursor Viewcalv51
there error only happen while functioning in the morning and happened in afternoon. There are many possible factors like server update, virus, change some server setting i guess. server also restarted and still cannot solve.
My setting is as follow. I have foxpro DBC and application exe on server (windows server 2008 r2 with SP1). folder structure is 'Company/APPKG/DBF/'. under DBF folder , stores database.dbc and .dbf files. users use application from workstation with shortcut configure as 'Target: serverlocation/ap.exe', start in : serverlocation/company/APPKG/DBF