Jump to content
Server Maintenance This Week. ×

FM crashes using Troi Dialog when...


This topic is 6607 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi all,

I'm trying to figure out a way to get around something that FileMaker 8 Dev on Mac OS 10.4 doesn't seem to like at all. Here's the scenario:

I'm using Troi File Dialog Plug-in to show a dialog with Popups. The Popups get their values from Value Lists in the file. I'd like to add a hyphen or a space at the end of the Popup values so that if a user selects an incorrect value, and the correct answer isn't in the list, then he/she can nullify the input.

I've tried writing this several ways, but every way I've tried crashes the application. Here are two samples of what I've tried thus far:

Set Variable [ $errorCode; Value:Dial_StPopup("-Popup1" ; ValueListItems (Get(FileName); "My Value List") & :paragraph: & "-")]

Set Variable [ $errorCode; Value:Dial_StPopup("-Popup1" ; ValueListItems (Get(FileName); "My Value List") & ":paragraph:-:paragraph:")]

Does anyone know how to achieve what I want to do? Thanks in advance for any help offered!

Edited by Guest
added a ")" to second example
Link to comment
Share on other sites

That's what I'm guessing is the source of the problem also. I'm hoping someone can tell me if there's a way of writing the calculation so that I can add "-" to the end of the ValueListItems() without crashing FM.

Link to comment
Share on other sites

Hi Kent, beware popup Menus with 8.0v1. It will crash you if script is fired (on Windows anyway). This MAY be tied to your problem as well.

ValueListItems(Get(FileName) ;"Your VL" ) & "¶-" should work.

Edited by Guest
Link to comment
Share on other sites

This topic is 6607 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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