@Command([EditGotoField]

I have a tabbed table and in R5 I have a save button that checks for valid entries and does the following to get my EditgotoFIELD to work for the tabbed table…

@SetField(“$ResumeTable”; “Experience”);

@Command([RefreshHideFormulas]);

@PostedCommand([EditGotoField]; “ExperienceSummary”);

@SetField(“$ResumeTable”; @DeleteField);

(My table is named ResumeTable).

In 6 I redesigned to have my tabs down the left side and now this formula doesn’t seem to work. Any suggestions? Do you have a work around for this?

Subject: @Command([EditGotoField] - fixed

I forgot to change the table to display programmatically so it does work now.