form with tabbar

I am having a few issues with getting a form with tabbar working the way I’d like. To start with the first one for now, loading the data. Each form is added as a cell in a tab

form1.loadStruct(“data.php?tab=1”)

form5.loadStruct(“data.php?tab=5”)

With 5 tabs I’m making 5 calls to the same php file which results in 5 queries to the database for the same record which seems a bit redundant. Is it possible to do something like this, or even some other way to load the tabs/forms with a single server request?

form1a.loadStruct(“data.php”, “json”,function()
{
//remove block from from1a and insert to form1b
//remove block from form1a and insert to form1c
//etc
});

Pleace, attach completed demo to test your issue.
docs.dhtmlx.com/doku.php?id=othe … leted_demo