problem button move up

I followed this guide of Multitech

Manual-Sorting-Move-Items-w-Buttons 

following the whole procedure of the video I do not see the move up button (while I see move down). Maybe because I don't have exactly 8 items?

2022-07-20 10_20_58-Window.png2022-07-20 10_21_11-Window.png

 


my records are constantly increasing.

Can anyone help me?

1 2 53
2 REPLIES 2

If you check the sample app, I've updated the formulas (for all the actions) so instead of being "hard-coded" for an ID length of 8 it's now dynamic.  

When I originally built this app, I relied on UNIQUEID() to create the IDs; since then I've learned to adapt the system to allow for ANY type of id.

The specific change I made was to replace the number 7 in all the formulas with the following:

  • (len([YOUR_ID_COLUMN_HERE]) - 1)

This finds the remaining length of your ID value, making the whole system dynamic. (^_^)

Not sure if that was your problem.... let me know

oops thank you very much. I had missed this step. Unfortunately, in addition to this, I correctly display the move down and new item buttons. While the move up does not appear. What can it depend on? I seem to have checked that in the UX inline it is inserted

this a screenshoot2022-07-20 19_07_35-Window.png

 

Top Labels in this Space