Hey Roel, can you give us more context like the CSS rules you are trying to do? Also in the inspector, is the rules there for the element you want, but just crossed out? This indicates your rules...
Type: Posts; User: josephmullins
Hey Roel, can you give us more context like the CSS rules you are trying to do? Also in the inspector, is the rules there for the element you want, but just crossed out? This indicates your rules...
Hey Alberto,
I believe what you are after can be done by tying into the Event AllowAccess
https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cWebWindow-Event-AllowAccess.htm
...
Hey Flado,
I'd start with logging the session key the user is sending. This will help rule identify if they are sending something weird, what looks like a valid session key, or nothing at all.
...
I think the value is actually NULL and that's why it always succeeds. I suggest having a default value for each declared variable.
Hey Garret,
Just looking at your code you have
DECLARE iSError INT;
And then later
Digging up an old thread, but I faced this error last night setting up a development project on a fresh Install of Windows. I had VC++ Redist's installed as recommended (2015, 2017, 2019), also...