Hi,
I've read a couple of threads about this sort of thing and have followed (I think) the advice given, however my Ajax table is still not refreshing.
The table's source is a global array / structure defined in the project initialisation code. I have a local procedure (server) in the page that runs a query and loads the global array.
If the user clicks a Save button (which sends fields to the server) then once I've added a record to the file from which the table's data is taken I execute the same local procedure. I can see that the global array is loaded with the new record but the table is not refreshed.
Clearly I'm doing something wrong but I just can't see what?
I've read a couple of threads about this sort of thing and have followed (I think) the advice given, however my Ajax table is still not refreshing.
The table's source is a global array / structure defined in the project initialisation code. I have a local procedure (server) in the page that runs a query and loads the global array.
If the user clicks a Save button (which sends fields to the server) then once I've added a record to the file from which the table's data is taken I execute the same local procedure. I can see that the global array is loaded with the new record but the table is not refreshed.
Clearly I'm doing something wrong but I just can't see what?