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

Portal and auto enter value list field


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

Recommended Posts

Posted

I've attached a file I'm wanting to have the name field copy itself to a ShedNameFile field at top of layout, and that works like I want it to,but my problem is I also want it to go to Rent Due field to the value list.. all by clicking the Name field. Is this possible? I cant figure it out.

Thanks for the help

StorageSheds.zip

Posted

Replace the scriptsteps in your portaline buttons with:

Set Field [ Sheds::ShedNumberField; Customers::Name ]

Go to Field [ Customers::RentDue ]

...Please note that developers of database systems, can't get away with deleting what the user might temporarily have stored in his clipboard so stop using copy/paste in scripts!

But why do you need to redundantly store customers name in both tables, honestly isn't this more than one table selfjoined ...where you go to each record via a GTRR and a scriptparameter that tells which portalrow the call was made from if the rent due really should be altered in the portal???

--sd

Posted

Thanks for the advice Souren Dyhr. I need all the advice I can get. I had it in a 1 table solution, but then I changed it to 2.. mostly to keep additional info on customers like address, extra phone # and some personal notes about each one.

Thanks aaa for applying it to my solution.

Posted

mostly to keep additional info on customers like address, extra phone # and some personal notes about each one.

Thats an entire different matter ...if what you need, is a dynamic feature for field labels, not quite knowing how many and which each record needs - This might be high octane for a novice but be somethign to return to when you get the hang of relational designs:

http://previews.filemakermagazine.com/videos/513/DataTagging_full.mov

--sd

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