Money format lost

Worse things could happen but all of the fields in my Tax Forms that were formatted in Pan 6 as “Money” and right justified converted to Float, center justified with no output pattern. I am using 21 forms for 2024 with over 1000 numeric fields to adjust, a two hour project in addition to the normal yearly changes and other PanX changes. One great Pan X improvement is that copying the data fields and checkboxes form the data entry form and pasting them into the print form now line up perfectly with no tweaking needed.

I’d bet you can automate it with setfieldproperties.

If there’s a pattern to the field names to loop through, or a starting and ending point in the sequnce of the money fields that would be easiest.

At the very least, you can write a procedure that sets the active field, add a keyboard command and move through them manually while triggering the procedure whenever you land on one of the fileds needing the altered properties.