April 30, 200718 yr I need to pull information from the current portal row I am working in and "set" it into a global field on a different layout So far I am striking out in getting this to work right. All I seem to be able to get is the first portal row. Can anyone offer any insight as to what I am probably doing wrong? Thanks, Steve
April 30, 200718 yr When you click a button on a portal row, the script or button action should act on the data in that row. Once you exit the portal, a script won't know what row you want to operate on without explicit instructions (e.g. go to portal row). I'm guessing your script is exiting the portal before it should. Can you provide more details on your script or what exactly you're doing?
April 30, 200718 yr Author Can you provide more details on your script or what exactly you're doing? Hi Fitch, I found my problem....I was calling the wrong table occurence. It is working as expected now. details...details...details. Geesh! Thanks, Steve Edited April 30, 200718 yr by Guest
Create an account or sign in to comment