Jump to content

Diane

Registered Users - Approved
  • Posts

    5
  • Joined

Converted

  • FusionPro Products
    No

Diane's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter Rare

Recent Badges

10

Reputation

  1. Thank you so much for the links! I initially was looking up "random numbering" but was not finding what I needed. Never thought to look under the FusionPro forum vs. the JavaScript one. I appreciate your help with this!!! Sincerely, Diane
  2. We have a customer that wants us to create Bingo Cards for them. Every box below the Letter BINGO - needs to have random #ing for each card created. "B" has #s 1-15 "I" has #s 16-30 "N" has #s 31-45 "G" has #s 46-60 "O" has #s 61-75 I am not a JavaScript person, can someone please help me with this? Has anyone ever printed these before? Thanks!
  3. Thank you Step! So good to know there are people out there to help!!!! Greatly appreciated!
  4. We are trying to create a rule that basically says If Field “X” and Field “Y” and Field “Z” are empty return Resourse “Blank” else return Resource “YellowLine” We have tried this several ways and are not able to make it work. Here are 3 of the different ways we tried to write it… HELP!!! if(Field ("Name") != "" || Field("Phone") != "" || Field("Email") != "") return NullResource(<none>); else return Resource("YellowLine"); if (Field("Name") == "") if (Field("Phone") == "") if (Field("Email") == "") return Resource("Blank"); else return Resource("YellowLine"); if (Field("Name") == ""&&Field("Phone") == ""&&Field("Email") == ""); return Resource("Blank"); else return Resource("YellowLine");
×
×
  • Create New...