Jump to content
Server Maintenance This Week. ×

Tranferring data


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

Recommended Posts

Hi there,

I would like to know if someone can transfer data (number) from the last record to a new one.

Let say that I have 3 number fields (A - B - C). By clicking the 'New Record' button, I want to transfer information from the third field of the last record to the first field of the new record. I developed a script to do that but nothing happened.

Any help would be great!

Bikeman

Link to comment
Share on other sites

You can create a global field to store the number before you create a new record then transfer it to the new record:

show all records

unsort

go to record [Last]

set field[gNum, C]

new record request

set field[A, gNum]

Regards,

Henry

Link to comment
Share on other sites

Bikeman:

In that case, create two global fields, gNumA and gNumB, and use Henry's method to set your A and B values via those globals; the C value should calculate itself.

-Stanley

Link to comment
Share on other sites

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