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.

Reading Excel Cells with Scribe

Featured Replies

Scribe is working out beautifully for what we need to do.  Having one minor annoyance and hoping there is an option I am missing.

When I use the ScribeDocReadValue function on an empty Excel cell, it returns "ERROR."  I'm using this to pull data from a form we had been using in Excel into my FM solution which is replacing that form.  There are many dozen cells and I'd rather not use IF to test for the error on every single one of them.  Is there a way to have Scribe just return "" if the cell is empty?  I mean, it's not technically an error.  Just an empty cell.

Right now I'm running a Find/Replace in my import script once I've pulled in all the data.  Would rather it just pulled in "" instead.

Thanks !!

Hello,

Can you tell me what the actual error is? You can do so by calling ScribeLastError after the function returns ERROR like so:

Quote

If [ScribeDocReadValue("Some Cell") = "ERROR"]
     Show Custom Dialog ["There was an Error"; ScribeLastError]
End If

 

  • Author

Yep ... it says java.lang.NullPointerException

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.