[using the translator]
Within the control.LPR file this code below is being created
gapp.createform (tandroidmodule2, androidmodule2);
Since I already changed to Tandroidmodule1, but every time it is saved it appears as TandroidModule2, when compilation is appearing an error
my objective is:
Create 2 Forms, the first form (main) calls the second,
Has anyone ever experienced this?