Matt Klein Posted August 10, 2005 Posted August 10, 2005 Does anyone know how to get the field name of a field defined as a button after clicking the button? Feel free to move this topic to a different forum. I couldn't figure out where exactly to post it.
Ender Posted August 10, 2005 Posted August 10, 2005 In Layout Mode, you should be able to control-click (not sure what the equivelant is in Windows, but right-click may work too) on the field. This brings up a pop-up menu where you can select "Specify Field" to change the field.
PeterHW Posted August 11, 2005 Posted August 11, 2005 Why don't you specify it as a Script Parameter ? It seems you cannot do this dynamically, e.g. using something like Get (ActiveFieldName) because the field is not active when clicked on, so you'll have to hard-code it. HTH, Peter
Raybaudi Posted August 11, 2005 Posted August 11, 2005 Hi the solution is to use the TopTip, that you can find in the specific Tip Forum.
Matt Klein Posted August 18, 2005 Author Posted August 18, 2005 (edited) Yup, I see how that would work. But, what if the field/button is already in a portal showing multiple records with multiple fields in the portal? Edited August 18, 2005 by Guest
Recommended Posts
This topic is 7104 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 accountSign in
Already have an account? Sign in here.
Sign In Now