On Tuesday, August 26, 2003, at 11:25 AM, Alex Rice wrote:


I now want to revert to the Master profile, but maintain the properties from the other profile to the master profile. Is this possible? I can't find a way to script a repeat through the properties of the custom profile.


Can anyone see why this script doesn't work? It apparently has no effect on the Master profile. Script generates no errors, but the properties are not getting set into the Master profile.


put the cRevGeneral["profileList"] of fld id 2368 into tProfiles
if "SectHead" is among the lines of tProfiles then
  set the profile of fld id 2368 to "SectHead"
  put the properties of fld id 2368 into tProps
  put the keys of tProps -- msg box
  set the profile of fld id 2368 to "Master"
  set the properties of fld id 2368 to tProps
end if

Alex Rice, Software Developer
Architectural Research Consultants, Inc.
http://ARCplanning.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to