PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV (earlier versions) → windev 14 my first windows tutorial
windev 14 my first windows tutorial
Started by Rika, May, 27 2010 8:54 AM - No answer
Posted on May, 27 2010 - 8:54 AM
I've followed my first windows tutorial from windev14 tutorial book, but when i created WIN_Menu and linked it with WIN_Counter and WIN_Edit it appeared errors when i run it

(when i clicked Counter)
Error at line 1 of Menu Selection of _.OPT_Windows.OPT_Counter process.
Open function called.
Unable to open window:
> WIN_Counter object not found.

Menu Selection of _Menu.OPT_File.OPT_Exit
Close

Menu Selection of _Menu.OPT_Windows.OPT_Counter
Open(WIN_Counter)

Menu Selection of _Menu.OPT_Windows.OPT_Inputs
Open(WIN_Edit)


are my codes wrong?
i save winmenu,wincounter and winedit in the same folder