PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → whan i have create the looper
whan i have create the looper
Iniciado por guest, 01,ene. 2015 08:35 - 3 respuestas
Publicado el 01,enero 2015 - 08:35
sir;
sir i have we create the looper then when i create a button Btn_vallidate then create a window win_MainDetails and button create in win_customerDetails and run the win_customerDetails window
Technical Information -----

WL call:
Process of 'Click BTN_Validate' (WIN_CustomerDetails.BTN_Validate), line 5, thread 0

What happened?
WIN_MainDetails.Looper_Product control unknown.

Error code: 1017
Level: fatal error (EL_FATAL)

Dump of the error of 'wd170vm.dll' module (17.0.287.3).
Identifier of detailed information (.err): 1017
Additional Information:
EIT_PILEWL :
Click BTN_Validate (WIN_CustomerDetails.BTN_Validate), line 5
EIT_DATEHEURE : 01/01/2015 13:00:06
Publicado el 02,enero 2015 - 10:19
Hello

Please be more specific:

1 What is the product you are working on? windev / webdev or windev mobile

2 You talk about a looper that is all what I get form your mail. Please discribe what you want to achief Then what you have done so far and then the errors you get

If english isnot your native language , maybe try translating with google translate.


Regards

Allard
Publicado el 06,enero 2015 - 06:25
i have used windev mobile 17 and the problem in that looper
Publicado el 06,enero 2015 - 09:29
Hi Vijay,

It looks like you are trying to assign values directly to controls...
With loopers that doesn't work. You have to pass via attributes.
I recommend to read the help more closely or have a look at some of the samples included with WM17.

Best regards,

Peter H.