Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to display text to the data load progress screen? Example: before each table starts to load i would like to add "Loading table1" or "Loading table2"
Helps with debugging. Limited load is really slow stepping through loops and such.
Hi,
You can try Trace Command.
Trace "Started Loading";
Regards,
Kaushik Solanki
Hi,
You can try Trace Command.
Trace "Started Loading";
Regards,
Kaushik Solanki
Perfect. Thank you.