Can you have more than one script on an event. I have a series of radio lists and after the selections a button is pressed and the selection then shows up in the header and footer. Based on one of the selections there is a disclaimer that needs to appear on the footer of the first page. How would...
Actually I'm not sure if I'm having trouble with the Exit event or if there's something wrong with my script syntax...On the exit event of a field I'm checking to see if the field is empty or not and checking a flag I have set up.The first If statement works - If I enter a value in the field everyth...
PLEASE HELP!!!i have a table. 5 columns. 25 rows including header & footer rows. i would like to calculate totals of each column.the formulas i've tried are:sum (Table2.Row[*].Cell2[*]) NOTE: this is to calculate all the rows in 2nd column with name 'Cell2'.i seem to be able to get row1 only when i ...
I have created a drop down list that binds e-mail addresses to the choice the end user makes in the field/list. Am looking for the simplest way to use this choice in conjunction with a form button that will submit the completed form, in PDF format, to the correct email receipent that was chosen. Wou...
I'm extending SessionManagerBase for our own custom localmanager used for unit testing. ( Which I'm happy to share if anyone is interested. ) Unfortunately, between the 10.0 swc and the 10.1 swc, the method signature has changed.It used to be:session_internal function publishItem(p_collectionName:St...
Hisimple question no doubt but I cant see an option.Created a table and in one cell placed some text for a from ie NameI then centred the text horizontaly no problem but how can I center the text vertically in the cell?thanksIan
Hi,I have just started my new prototype on LCCS for my company.I tried the sample code, downloaded with the SDK itself.I am using Flex SDK 4.1, lccs.swc for flash player 10, have FP 10 instlalled and tried to run the example ScreenShareExampleSpark.When I ran this from my Flash builder (not deployed...
I have created a drop-down list which includes various regions. When a region is selected it auto-populates another drop-down list with locations. I would like to auto-populate a text field with pre-determined phone numbers once a location is selected from the "locations" drop-down list. I want t...
Let us say I create a room called demo. I template it and create another room demo1. Then I add new component such as whiteboard to the room demo. Will these changes be reflected in room demo1? In other words, are the changes to original/template room propagated to the children rooms?