Atozed Forums
Problem with grid data - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Problem with grid data (/thread-1574.html)



Problem with grid data - martin.andersen@amesto.dk - 03-09-2020

Hello,
I have a problem with grid data is not filled, everything(?) else seems to work fine.
The problem ONLY occurs when I have the ISAPI site in a different domain than the hosting page. The hosting page is just a iframe that calls the ISAPI dll with the right parameters.
I think maybe that the problem is the ajax call that the grid does to load data. There are no errors.
I have every thing running on my local IIS so I am sure that it isn't any other strange logic from the calling page (originally this is a CRM system calling the IntraWeb page).
IntraWeb 15.1.15, CGDevTools 4.1.0.203.
Any ideas?
Regards Martin


RE: Problem with grid data - martin.andersen@amesto.dk - 03-10-2020

I upgraded IntraWeb to IntraWeb 15.1.16, but it is the same.


RE: Problem with grid data - EitanArbel - 03-10-2020

if you think it's only the ajax, and maybe you can take the code out of the async proc\func and check how it "behaves" in sync?
i don't know much about ISAPI, but maybe the DB\connection is set to locall? or in absolute address? what if something is locked on a specific IP?
set some log "flags" in the Read part, and see if it goes through all of them.

btw, can we assume you mean CGDevTools 4.1.0.233 ?