Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

My situation is: I have blank form, and I need to put each letter from Last Name or other to each cell in a blank form. So, FM11 doesn't have text spacing. How I can do this?

Maybe I need to make another fields with calculation and paste spaces between letters? If it's the best way, please say how to this calculation.

And another way that I think is make fields for each cell and make calculation for these fields equally each letter of LastName.

So and I have dates that i need to put it over cels like -date dd month mm year yyyy. How make it? I really need it.

If you have another advices I'll be glad see it. Please, help.

P.S. I put blank form, it help you imagine what I need.

1.jpg

Try a repeating calculation field =

Middle ( Extend ( YourField ) ; Get ( CalculationRepetitionNumber ) ; 1 )

  • Author

Try a repeating calculation field =

Middle ( Extend ( YourField ) ; Get ( CalculationRepetitionNumber ) ; 1 )

Thanks, it helps,

but I do not like that i need to create a lot of additional fields.

I believe you could make it all in one field - something like:

Let ( [

w = 25 ; 

pad = Substitute ( 10^w - 1 ; "9" ; " " ) ;



text =

Left ( Extend ( Name ) & pad ; w )

&

Left ( Extend ( StreetAddress ) & pad ; w )

&

Left ( Extend ( City ) & pad ; w )

&

...



] ;

Middle ( text ; Get ( CalculationRepetitionNumber ) ; 1 ) 

)



  • Author

I believe you could make it all in one field - something like:

Let ( [

w = 25 ; 

pad = Substitute ( 10^w - 1 ; "9" ; " " ) ;



text =

Left ( Extend ( Name ) & pad ; w )

&

Left ( Extend ( StreetAddress ) & pad ; w )

&

Left ( Extend ( City ) & pad ; w )

&

...



] ;

Middle ( text ; Get ( CalculationRepetitionNumber ) ; 1 ) 

)



Excellent, Thank you, Consultant. You are my hero)

There is a usability problem with the sender naming on the posts, because the poster name is in the grey "title bar" of the message while the "tag" (for want of a better word) appears prominently under the avatar image where the user name would be expected.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.