Clarion 10 ABC question

I have made a change to one of the ABC classes, when I compile my existing code, it does not see the change, it appears that the ABC clws are not getting compiled. How can I refresh my app so that it reads the changed ABC clw? If I create a new app, it sees the change made to the ABC clw.

Any thoughts or suggestions are welcomed.

Hi William,

Go to the Global Properties Tab of either the exe app if a standalone project or the data app if multi dll. Choose the Actions button, then the Classes tab. Press the Refresh Application Builder Class Information, and then build your app.

Hopefully this will force clarion to compile the new code.

Regards

Mark

It worked. Thanks for the help, I didn’t think of recompiling my data app.

Bill A