Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

HI,

I've got an English teaching Children's games database. One of the fields is 'Topic' (animals, clothing, foods etc.) I have another field called 'Flashcard Game' which basically covers all games that are played with flashcards - and thus any topic can be covered as long as you have animal, clothing food flashcards etc.) When the game is a flashcard game, the field is 'Yes'.

So I write the 'Perform Find script' that if 'Flashcard game' is checked as 'Yes', first search for the other criteria selected by clearing the 'Yes' and then extend the found set with all the 'Flashcard games'. The script works fine inside FMP but returns 'No Records found' in IWP most of the time, but occasionally returns the right found set.

I've attached a screenshot of the script.

Why would it work locally but not in IWP?

Why would it work occasionally in IWP but fail most of the time? Why the inconsistent results?

Is there a way to copy a script and paste it here without making a screenshot?

Schematically, have I set up my database logic poorly but doinf it this way?

Thanks so much for all your advice,

Have a great weekend,

Sincerely

Maria

post-105445-0-20026200-1322860159_thumb.

Posted

1. IWP doesn't maintain constant communication with the database. You have to tell it when it needs to do so. Try placing a "commit records/requests" step after the "clear."

2. Try printing your script to a PDF. (This is also a great way to search your scripts when troubleshooting.)

3. Schema-wise, that's not much information to go on. I wonder if "flashcard game" should be a "game type" field: "flashcard" would be one possible type.

This topic is 4737 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.