NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Sibuya on March 07, 2016, 06:58:21 AM
-
Hi,
In SecwinWebLognForm generated procedure it was created with:
loc:user as string(100)
loc:user as long
After compilation it says that is using second variable the long one
Best regards,
Marcos
-
Hi Marcos,
can you post an example app please?
cheers
Bruce
-
Hi Bruce,
I'd picked Web56 example (menus) and followed Secwin 6.36 documentation "JumpStart: Adding Runtime Access control to a NetTalk Webserver application" Phase 1 until step 4 generating Access Controls and stopped.
If you open SecwinWebLoginForm procedure embed source you could check that the second variable declared here is "loc:user" as string(100). On line 103 you should find "Loc:user" as long.
When compilling at this point it warns that we have a "label duplicated: second used LOC:USER" on line 111.
Thank you Bruce.
Best regards.
Marcos
P.S.: I'm using Clarion 8ee 9661.
-
cool, post your altered web56 app & dict here please.
-
Hi Bruce,
Files attached.
Thank you very much.
Best regards,
Marcos
-
thanks
fixed in 9.07