PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Webdev 25  '[] operator forbidden' using a TAB control
Webdev 25 '[] operator forbidden' using a TAB control
Started by Roberto Sainz Aja, Jul., 16 2020 11:05 PM - 1 reply
Registered member
6 messages
Posted on July, 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'



Registered member
6 messages
Posted on July, 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.