Page 1 of 1

FM12 off screen

PostPosted: Sat Dec 22, 2012 9:56 pm
by kaostika
Hi, I tried to move the Zulu event screen to the off screen part of FM 12. It doesn't seem to recognize the fields there. Has anyone tried this. I can have the publish script make a new window and do the work off screen.

Oreste

Re: FM12 off screen

PostPosted: Sun Dec 23, 2012 10:51 am
by JasonYoung
Hey Oreste,

I wonder if the object names might have gotten changed on the tab control or fields when they got moved. Otherwise we're just looping through the Object Names on the layout and being off the active layout doesn't affect that process: Using LayoutObjectNames() and looping through that list with GetLayoutObjectNames() to get the mapped field name.

I wouldn't bother getting too elaborate here. Publishing only needs to be done once and only needs to be done again if the field mapping changes. All it does is creates the first ZuluCalendarList record, which you can duplicate for filtering if needed.

Let me know if that helps,
-Cheers!

Re: FM12 off screen

PostPosted: Sun Dec 23, 2012 1:21 pm
by kaostika
Ok yes. I didnt know publish was a one time thing.

Oreste