User Profile

Collapse

Profile Sidebar

Collapse
Rhonda F
Rhonda F
Last Activity: Jan 30 '19, 03:55 PM
Joined: May 2 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rhonda F
    started a topic SharePoint 2013 Survey
    in CMS

    SharePoint 2013 Survey

    Hello,

    First, I am a SharePoint beginner. I am creating a SharePoint Survey and attempting to hide the values for Created Date and Number of Responses on the Overview. I researched and found JavaScript to hide the label for both, but I do not know how to hide the actual values.

    Here is the code I used to hide the labels that I put into a script editor web part:

    Code:
    <script type=text/javascript>
    ...
    See more | Go to post

  • Rhonda F
    replied to How to create Search form for database.
    I know this is an old thread, but THANK YOU for this. It is extremely helpful.
    See more | Go to post

    Leave a comment:


  • Rhonda F
    started a topic Microsoft word calculated field

    Microsoft word calculated field

    Hello,

    Is there a way to add a calculated field into Word that will calculate today's date + 21 days or end of month, whichever is greater? This is a time sensitive work related question. I really appreciate any help.

    Thanks in advance!
    See more | Go to post

  • Rhonda F
    started a topic Array out of bounds Visual Basic

    Array out of bounds Visual Basic

    I am trying to calculate the price of a pizza based on the following table.

    Code:
                  Small   Medium  Large  Monster
    Regular       5.99    6.99    7.99    8.99
    Stuffed Crust 7.99    8.99    9.99   10.99
    I am using a two dimensional array and the following code. I am getting an array out of bounds error. Can anyone help? Thanks in advance!

    Code:
    Dim pizzaArrayDecimal(,) As Decimal = {{5.99, 6.99,
    ...
    See more | Go to post
    Last edited by TheSmileyCoder; May 3 '11, 08:38 AM. Reason: Added [Code] tags around your post. These are mandatory to use on the site.
No activity results to display
Show More
Working...