Expand my Community achievements bar.

mdawn50
mdawn50
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello,I'd like to have a multiple line message in the body of the email. I can get the text to be included, but all in one line. How do I get the lines to be separated into several separate lines? Everything except the formatting of the message works fine. Here is my script, that isn't working:     ...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    2
  • Hello,I'm having trouble with a nested list of radio button options on an order form where the customer picks a "narrowing" list of descriptive options. I'm thinking from research that this needs an array to solve the problem I'm having. However, I'm new to setting up and using an array, so could us...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    3
  • Is there a way to let users insert an Excel spreadsheet in a form and maintain the columns and rows? Would I use a text field or text box? They do not need to be able to edit once it's "pasted" into the form.Thanks,MDawn

    Type

    Questions

    Views

    712

    Likes

    0

    Replies

    0
  • I am creating a form that ultimately becomes a published page of directions. After the user selects an item in the drop down list, is there a way to make the arrow hidden. It would need to be redisplayed if the user click in the field again.Thanks,MDawn

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    5
  • Here is the script on the Button2:var oDoc = event.target;oDoc.mailDoc ({bUI: true,cTo: "gs@follett.com" , cSubject: form1.page1.posFlowed.posSub.storeNbr.rawValue + " " + form1.page1.posFlowed.posSub.schoolName.rawValue + " " + form1.page1.firstlinePosit.orderQuote.formattedValue + " " + "Standard ...

    Type

    Discussions

    Views

    5.7K

    Likes

    0

    Replies

    9
  • I have a form where the Submit button has this script on the click event:var oDoc = event.target;oDoc.mailDoc ({bUI: true,cTo: "gs@follett.com" , cSubject: "page1.posFlowed.posSub.storeNbr.rawValue + " " + page1.posFlowed.posSub.storeName.rawValue + " " + "Standard Chair",cMsg: "" ,});Between the se...

    Type

    Questions

    Views

    954

    Likes

    0

    Replies

    1
  • I'm using this script: form1.page17.table1.Table7.Row3.DateField6[0]::enter - (JavaScript, client)this.fontColor = "0,0,0";this.font.posture = "normal"; form1.page17.table1.Table7.Row3.DateField6[0]::exit - (JavaScript, client)if (this.isNull){  this.fontColor = "153,153,153"; // a gray colour  this...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    4
  • I have a number of multi page forms where I would like to include the following buttons in the header on the Master page. I have two Master pages one for page 1 and the second one for all remaining pages. It looks like this:Ignore the blue lines, please, they are guides in the master page. Notice th...

    Type

    Questions

    Views

    998

    Likes

    0

    Replies

    1
  • On page 2 of my form, the page is set to flowed. I have one subform which contains a Save button that I would like to position at the bottom margin of the page. However, I can't get the subform and button to move to the position where I want it. If I select just the button, then I can position using...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    3
  • Hello,Previously, when I selected objects on my form and clicked the subform object in the Object Library, it was inserted automatically around the selected objects in the form. Now, I select the objects and click on Subform in the Library and It doesn't automatically created the subform, I have to ...

    Type

    Discussions

    Views

    1.2K

    Like

    1

    Replies

    1