Expand my Community achievements bar.

cclay53
cclay53
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I am creating a new timesheet Which uses a table with a add time/remove time buttons. The basic table has a Time In row and a Time Out row. In the footer row Itotal each day. That is no problem as i am using the same script I use in other forms.The problem occurs is when you click the Add Time butto...

    Type

    Questions

    Views

    605

    Likes

    0

    Replies

    0
  • ok. That doesn't seem o work. But what i did do is move my script from a change event to exit and it works-Thank you.Craig

    Type

    Discussions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Ok new information.If i choose an item and then choose it again it will load properly.

    Type

    Discussions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • I have dropdown list that contains 8 items. The values are obviously 1-8 and refer to subforms.In code I haveif (this.rawValue ==(1) {     BaggerSub.presence="visible";}elseif     if (this.rawValue == "2"){     BaggerSub.presence = "visible";     ZipperSub.presence = "visible";endifThe problem is if...

    Type

    Discussions

    Views

    2.1K

    Likes

    0

    Replies

    3
  • I tried using this.parent and that did not work. So I named the cells in row 7 and then used this.rawValue= in the calculate field with the other script in the layout ready field.and that worked except it hides the entire cell not just the value, So I have an entire row of cells in the table that ha...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • I started with this line of code because I need to establish what the raw value is. Correct? And this works it totals up the 2 cells and puts their sum in this cell.So I added the code you suggested and changed the type to numeric field and that cell shows no values.   this.rawValue=(Row6.ph2 + Row7...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • I am taking a calculated value from a cell and adding it to a entered value from another cell. If that sum is less than 8 i do not want the value showing. If the value is greater than 8 then I want that sum minus 8 to be shown. Also does this need to be a text or numeric field?Thanks.

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • If a cell in a table is less than a certain value how do you make that hidden? Which then also means if a cell value is greater than a certain value it can be seen.

    Type

    Questions

    Views

    5.3K

    Likes

    0

    Replies

    7
  • Perfect!!!!!! This works great! I also remembered what you said earlier about the check boxes. I removed the Does Not Apply Boxes since they are not needed and then changed the code to make sure the other boxes are unchecked under the rectangle.Thank you so much for your help.I also had to go to doc...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • I changed the code as you suggested and it works as predicted, however the text never shows because the screen is either gray or white. Considering your input on changing presence and doing a color change, would there be a way to go from the color fill to no fill? I am very new at this so have to as...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
Top badges earned by cclay53
Customize the badges you want to showcase on your profile