The GETDATA command does not seem to work.
Solution:
GETDATA is used to retrieve the contents of a field in ChemFinder and store the contents in a variable. The syntax is: GETDATA V2 name_of_field where name_of_field is the name of the field defined in ChemFinder that you are getting the data from. The field name is case sensitive. Make sure name_of_field has the same case as it appears in the ChemFinder Field property dialog box. Also make sure that you do not have a frame around a box on your form with the same name as your field. This will cause the script to fail.
Comments
0 comments
Article is closed for comments.