Automatic Entry Field Completion does not work
Top  Previous  Next

Question:

Using the EIP Template I have set up the Automatic entry Field Completion. When I compile and run the program it does not work.

Answer:

In order to make the Automatic entry Field Completion work you have to make sure that you have not compiled the application in debug mode.

You can verify that you are not in debug mode by selecting the Clarion project menu and then edit...


projectedit


Select the main project folder and press the Properties button:


projecteditor


In the Global Options window on the main tab called Global make sure that the Build Release System check box is marked:


globaloptions


Now recompile the application and it should work.