PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → windev 14 my first windows tutorial
windev 14 my first windows tutorial
Débuté par Rika, 27 mai 2010 08:54 - 2 réponses
Posté le 27 mai 2010 - 08:54
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
Posté le 28 mai 2010 - 18:47
Hi Rika

I don't know what you did, but you are saying:
> i save winmenu,wincounter and winedit in the same folder
while the error message is saying:
>> WIN_Counter object not found.

wincounter vs win_counter will create a problem like the one you have

best regards


--
Fabrice Harari
Consultant WinDev, WebDev et WinDev Mobile International

Plus d'information sur http://fabriceharari.com/index_FR.html

On 27/05/2010 09:54, Rika wrote:
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

Posté le 13 octobre 2010 - 23:06
Hello.. I have the same problem

Error at line 1 of Menu Selection of _Menu.OPT_Windows.OPT_Open_Windows process.
Open function called.
Unable to open <EXPRESS_WIN_Counter> window:
> EXPRESS_WIN_Counter object not found.

----- Technical Information -----

Project :

WL call:
Process of 'Menu Selection of _Menu.OPT_Windows.OPT_Open_Windows' (EXPRESS_WIN_MenuPrincipal._Menu.OPT_Windows.OPT_Open_Windows), line 1, thread 0
'Open' function, syntax 0

What happened?
Unable to open <EXPRESS_WIN_Counter> window:
EXPRESS_WIN_Counter object not found.


Error code: 10019
Level: fatal error (EL_FATAL)

Dump of the error of 'wd150obj.dll' module (15.00Pyi EXPRESS).
Identifier of detailed information (.err): 10019
Debugging information:
Chargement de la partie exécution d'un objet
Nom physique : EXPRESS_WIN_Counter
Type cherché : 2
Fonction (1,1)
Additional Information:
EIT_PILEWL :
Menu Selection of _Menu.OPT_Windows.OPT_Open_Windows (EXPRESS_WIN_MenuPrincipal._Menu.OPT_Windows.OPT_Open_Windows), line 1
EIT_DATEHEURE : 13/10/2010 12:38:21

I checked the names and are the same..

I am learning to use this powerfull tool. Please Help