Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bart said:Should there be an example of such a routine somewhere?
Bart said:after I implemented the code a new challenge is to find a usefull 'checkpoint'
Anyway I'm going to give it a try. Does not requires much efforts for that.Parameters
[IN nWorkArea | cTableAlias] | [cFileSpec]
Specifies the work area number, table alias, or the name of a currently opened file name, for example, an index file or a file opened using the FOPEN( ) function. When specifying a file name, include the path, for example, C:\MyApp\MyTable.dbf.
Olaf said:You need to debug from the first line of your save button click code, and keep a browse window of the table in question open aside of single stepping through the code and you will detect where fields go blank.