Quantcast
Channel: WinDev Forum
Viewing all articles
Browse latest Browse all 1914

WB21- Looper problem (php) (no replies)

$
0
0
Hi

In my webdev php project some loopers are not working as they should.

The code below sometimes leaves the label blank:

ROW DISPLAY OF LOOP_CHAMADOS

IF LOOP_CHAMADOS.ATT_Status = 1 THEN
	LOOP_CHAMADOS[LOOP_CHAMADOS].IMG_STATUS = IMG_RED	
END
IF LOOP_CHAMADOS.ATT_Status = 2 THEN
	LOOP_CHAMADOS[LOOP_CHAMADOS].IMG_STATUS = IMG_YELLOW	
END
IF LOOP_CHAMADOS.ATT_Status = 3 THEN
	LOOP_CHAMADOS[LOOP_CHAMADOS].IMG_STATUS = IMG_GREEN	
END
LOOP_CHAMADOS[LOOP_CHAMADOS].FSTC_Nome = Decode(LOOP_CHAMADOS[LOOP_CHAMADOS].ATT_Nome)
[attachment 2442 looper.png]

Viewing all articles
Browse latest Browse all 1914

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>