PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Problem with Tutorial
Problem with Tutorial
Débuté par Craig Chamberlin, 17 aoû. 2003 01:08 - 1 réponse
Posté le 17 août 2003 - 01:08
Greetings,
I have finally set aside time to get started with 7.5. Working thru the tutorial, am on page 41, working with Menu's. This is not rocket science, but I must be dumber than I look, because when I "run" the "Menu" window clicking on the sub-menus to open the other windows throws up on me. Have tried it a number of different times, starting over, etc.
Running W2K SP2.
Help would be appreciated. To get only this far and have a problem like this is a bit discouraging.
This is the debugger dump.
**********************************************
Technical Information
Project :
Dump error of module <7.50Auh>.
- WL Call:
Processing , line <1>, thread <0>
Function , syntax # <0>
- Level: fatal error (EL_FATAL)
- Error Code: 10019
- WD55 Error Code: 0
- No system error code
- No system error message
- What happened?
Unable to open <4> window:
> Object 4 not found.
- Debug Information:
Chargement de la partie exécution d'un objet
Nom physique : 4
Type cherché: 2
- No attached information
- Identifier in .err: 10019

Thanks,
Craig
Posté le 18 août 2003 - 19:18
Hi,

I have finally set aside time to get started with 7.5. Working thru the
tutorial, am on page 41, working with Menu's. This is not rocket science,
but I must be dumber than I look, because when I "run" the "Menu" window
clicking on the sub-menus to open the other windows throws up on me. Have
tried it a number of different times, starting over, etc.

I tried the same project and no problems ...
Unable to open <4> window:
Object 4 not found.

Seems that the menucode to open a window in the example changed to 'Open("4")' in stead of 'Open(ARealWindowName)'
Peter