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.

how to format a numerical field to show as SMPTE

Featured Replies

  • Author

I would like to define a format for a numerical field, so it shows the entered value as SMPTE timecode.

can anyone help me as how to do this?

it would be nice if one could just enter for example 61504 and the field would show '00:00:06:15:04

-

mikkel

I would like to define a format for a numerical field, so it shows the entered value as SMPTE timecode.

can anyone help me as how to do this?

it would be nice if one could just enter for example 61504 and the field would show '00:00:06:15:04

-

mikkel

  • Author

I would like to define a format for a numerical field, so it shows the entered value as SMPTE timecode.

can anyone help me as how to do this?

it would be nice if one could just enter for example 61504 and the field would show '00:00:06:15:04

-

mikkel

S

S

  • Author

how?

  • Author

how?

  • Author

how?

I stumbled with this too. Soren forgot to include the word Attachment. See it in the box above his message?

Lee smile.gif

I stumbled with this too. Soren forgot to include the word Attachment. See it in the box above his message?

Lee smile.gif

I stumbled with this too. Soren forgot to include the word Attachment. See it in the box above his message?

Lee smile.gif

  • Author

oh, I got it. thank you very much.. To aanyone hwo needs this:

Replace (

Replace (

Replace (

Replace ( Right("0000000000" & GetAsText ( theFieldname );10)

; 9 ; 0 ; ":" )

; 7 ; 0 ; ":" )

; 5 ; 0 ; ":" )

; 3 ; 0 ; ":" )

  • Author

oh, I got it. thank you very much.. To aanyone hwo needs this:

Replace (

Replace (

Replace (

Replace ( Right("0000000000" & GetAsText ( theFieldname );10)

; 9 ; 0 ; ":" )

; 7 ; 0 ; ":" )

; 5 ; 0 ; ":" )

; 3 ; 0 ; ":" )

  • Author

oh, I got it. thank you very much.. To aanyone hwo needs this:

Replace (

Replace (

Replace (

Replace ( Right("0000000000" & GetAsText ( theFieldname );10)

; 9 ; 0 ; ":" )

; 7 ; 0 ; ":" )

; 5 ; 0 ; ":" )

; 3 ; 0 ; ":" )

Soren,

Replace() nothing with something (i.e, "Insert")? That's great, I have to remember this!

Just a note: there are only 4 pairs in timecode (hours:minutes:seconds:frames), so if anyone needs this, it should be:

Replace (

Replace (

Replace ( Right("00000000" & GetAsText ( theFieldname ) ; 8 ) ;

7 ; 0 ; ":" ) ;

5 ; 0 ; ":" ) ;

3 ; 0 ; ":" )

There is also an older thread here that includes entry validation.

Soren,

Replace() nothing with something (i.e, "Insert")? That's great, I have to remember this!

Just a note: there are only 4 pairs in timecode (hours:minutes:seconds:frames), so if anyone needs this, it should be:

Replace (

Replace (

Replace ( Right("00000000" & GetAsText ( theFieldname ) ; 8 ) ;

7 ; 0 ; ":" ) ;

5 ; 0 ; ":" ) ;

3 ; 0 ; ":" )

There is also an older thread here that includes entry validation.

Soren,

Replace() nothing with something (i.e, "Insert")? That's great, I have to remember this!

Just a note: there are only 4 pairs in timecode (hours:minutes:seconds:frames), so if anyone needs this, it should be:

Replace (

Replace (

Replace ( Right("00000000" & GetAsText ( theFieldname ) ; 8 ) ;

7 ; 0 ; ":" ) ;

5 ; 0 ; ":" ) ;

3 ; 0 ; ":" )

There is also an older thread here that includes entry validation.

Soren,

Replace() nothing with something (i.e, "Insert")? That's great, I have to remember this!

Same here, always been inserting something from one end to the next start... cool.gif

Soren,

Replace() nothing with something (i.e, "Insert")? That's great, I have to remember this!

Same here, always been inserting something from one end to the next start... cool.gif

Soren,

Replace() nothing with something (i.e, "Insert")? That's great, I have to remember this!

Same here, always been inserting something from one end to the next start... cool.gif

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.