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

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

Recommended Posts

Posted

I’m tying to make a script that creates x number of records. That number relays on a variable.

 

Is it possible to populate a variable directly? I mean is it possible to make that the script asks me... how many records do you want to create? and let me enter a value, or do I need a field (so a table-layout) to set the value to populate the variable?

 

Thank you.

Posted

The "show custom dialog" script step has an input option to do exactly what you have in mind.  The input goes into a field, you can use a global field for that so that it will work context-free,

Posted

Thanks for your answer Wim Decorte.

 

 

The questions was if can be made without the use of a field.

 

I don't want to make another table just for that, or maybe I should make one only for general purposes.

Posted
Try something along this script:
 
Enter Find Mode [ Pause ]
Set Variable [ $var ; Value: Get ( ActiveFieldContents ) ]
Enter Browse Mode [ ]
Show Custom Dialog [ $var ]

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