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.

Export to MM-DD-YY-HH-MM file

Featured Replies

Can I export to a file where the name is automaticly formed in a format with date/time as in MM-DD-YY-HH-MM and if so, how can I do this?

John

Troi file plug-in or Applescript or Send Message script step.

  • Author

I have been trying for some time to do this with the Send Message script step but did not succeed. So the obvious question is, how do I make that work or where can I find the info that tells me that?

John

Since I use a Mac, I'm not the best one to answer this question. My guess is that you may need to create a batch file on the fly with a Rename command in it like so:

Rename c:myfolderDefault.txt c:myFolder2003-12-01-01-23.txt

You would create the batch file by exporting a single record with a single field containing the data. the Field would be calculated like this:

cBatchFileData = "Rename c:myfolderDefault.txt c:myFolder" & DateToText(Status(CurrentDate)) & "-" & Substitute(TimeToText(Status(CurrentTime)),":","-") & ".txt"

Then you use the send message step to execute the batch file.

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.