It's not a bug, the Procedure name (OpenWindow_Window_X) is generated from the window enumeration name (it could also be OpenWindow_Window_MyFirstWindow), the tag (;:PureFORM:Window_Y_1:Start:) is generated from the window internal number. So two different references, one the user can change (window enumeration name), the other the user cannot change (PurFORM internal data).michel wrote:Since a while I observe a numbering problem with the program comment line especially if a window has been deleted:
So this 'numbering problem' should not affect the code updating. Does it ?