Expand my Community achievements bar.

malaki
malaki
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks for the responses. I wrote code that on click copied the data from the cell into the paste cells and then the paste button copied the data from there to the new place. Works great. Example follows://Click event on Copy buttonvar shot = ShotDesc_subform.SimpleForm.GeneralInfo.ShtTextField1.raw...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    0
  • This has worked for me:// jump to next pagexfa.host.pageDown();//optional - alert the userapp.alert("You have jumped to the newly added Treatment page")

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • OUTSTANDING! I had a little trouble with the var 'found' so I changed it slightly but the following code (almost completley based on your revisions) now works:var Carlos = Array("first.last@domain.com","first.last@domain.com");var Corey = Array("first.last@domain.com","first.last@domain.com");var Ry...

    Type

    Questions

    Views

    596

    Likes

    0

    Replies

    0
  • Thanks for all the help. One more questions (at least about this topic!):If I wanted to check a total of 6 arrays for matches how would I structure the rest of the code?for (var i=0; i<Carlos.length;i++  ){if(email.rawValue == Carlos[i]) {    supemail.rawValue = "first.last@domain.com";    }    //d...

    Type

    Questions

    Views

    585

    Likes

    0

    Replies

    0
  • Paul,Thanks for the help. The array initially still did not work but only because I was using a number in my variabal (3dClos).Once I changed that it worked fine.

    Type

    Questions

    Views

    584

    Likes

    0

    Replies

    0
  • Hello,There are two text fields (employee and team). I want team to autopopulate based on employee using an array (I think this is the best way).textfieldA has 1 email in it (of 60 possible). I want textfieldB to autopopulate with another email (of 5 possible) based on the rawValue of textfieldA.My ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    5
  • http://acrobat.timhuff.net/?p=5Try this out...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • Need: I would like to have a button within a subform that allows you to copy all the data (many fields) and then paste it into an empty copy of the subform. Of course the info pasted would fill in all the fields etc.Reason: We routinely need to move subform data from page 3 in the document to page 1...

    Type

    Questions

    Views

    7.1K

    Likes

    0

    Replies

    3
  • Perfect!Thank you so much.

    Type

    Questions

    Views

    419

    Likes

    0

    Replies

    0
  • I have found numerous ways to fill / change the box around a field (both types) but not a way to change the color of the font.I have tried:form1.Page1.wTextField1.textColor = ["RGB",0.5,0.5,0];form1.Page1.wTextField1.textColor = color.black;Any hope?

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2