CHECKTABLEEXIST
Utilize esta função para verificar se existe uma tabela no dispositivo móvel. O Anveo Synchronization Package define quais tabelas Dynamics são enviadas para o dispositivo móvel.
bool CHECKTABLEEXIST(string TableName); example: if CHECKTABLEEXIST(‘foobar’) then local foobar = Record(‘foobar’); foobar.INIT(); … end;