PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Webdev 25  '[] operator forbidden' using a TAB control
Webdev 25 '[] operator forbidden' using a TAB control
Iniciado por Roberto Sainz Aja, jul., 16 2020 11:05 PM - 1 resposta
Membro registado
6 mensagems
Publicado em julho, 16 2020 - 11:05 PM
Hi WD community.

I have a odd error using the latest version of Webdev 25 which haven tested with the version 23 and it's running


TAB_PCInfo[2]..Visible=gbIsAdmin
TAB_PCInfo[3]..Visible=gbIsAdmin
TAB_PCInfo[4]..Visible=gbIsAdmin


TAB_PCInfo basically is a TAB Control and I'm trying to make visible these buttons according an bolean captured in another
process.

The error returned is '[] operator forbidden'



Membro registado
6 mensagems
Publicado em julho, 16 2020 - 11:32 PM
Roberto Sainz Aja wrote:
Hi WD community.

I have a odd error using the latest version of Webdev 25 which haven tested with the version 23 and it's running


TAB_PCInfo[2]..Visible=gbIsAdmin
TAB_PCInfo[3]..Visible=gbIsAdmin
TAB_PCInfo[4]..Visible=gbIsAdmin


TAB_PCInfo basically is a TAB Control and I'm trying to make visible these buttons according an bolean captured in another
process.

The error returned is '[] operator forbidden'





Note: This happen generating PHP pages. With AWP it's working fine. I couldn't find out this limitations in the documentation.