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

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

Recommended Posts

Posted

I have two tables: for sake of ease lets call them Table A and Table B residing in a single file.

In table A I have a field called "Design_Number". In table B I also have a field called "Design_Number". I would like to write a srcipt that when called freezes the window in table A, creates a new record in table B, then sets the data A:design_Number into b:design_number.

Currently my script looks like this but it does not work, can anyone please help?

Freeze Window

Goto Layout ["DataEntry" (TableB)]

New Record/Request

Goto Layout ["HomePage" (tableA)]

Set Field [TableB::Design_Number ; TableA::Design_Number]

Any help would be appreciated. Set field always gives me trouble. it seems like it should be so straight forward but it always challenges me.

Thanks in advance for any help,

Steve Freeman

Posted

Freeze Window

Goto Layout ["HomePage" (TableA)]

Set variable[$Design_Number;TableA::Design_Number]

Goto Layout ["DataEntry" (TableB)]

New Record/Request

Set Field [TableB::Design_Number; $Design_Number]

Goto Layout ["HomePage" (TableA)]

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