Jump to content

Ronan

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Ronan last won the day on December 17 2018

Ronan had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ronan's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, is it possible to restrict data input values on table level? I have two fields in my table, say: Date1 and Date2. I wanted to make the data entries where Date2 is always greater than Date1. Would this be possible. Thanks in advance -Ronan
  2. Hi @TsiBiRu, Thank you so much, your solution worked perfectly. - Ronan
  3. Hi, I have a gallery report DataPage, and I'm displaying an image (Main Image)in the results page via HTML block. It is like a Dish Description that contains the details of that specific dish (ingredients, cooking methods, etc.), and I'm displaying the main image of the Dish in the results page. What I want is the ability to display additional image, preferable when I click the main image. Please advise, and thank you for your time. Regards, Ronan
  4. Hello everyone, I have a Report Datapage and I have configured it to have the search form above my results page. But when I access my DataPage it is displaying all the records right away. Like ever records on my table, and I don't want that. I only want to display the results of the search that the user of my Datapage made. Please help. - Ronan
  5. Thank you @DefinitelyNot3133, Your solution work splendidly, have a great day!
  6. Hi, I have a search DataPage and when I bulk edit my records. I want to be automatically focus on the first text box of my bulk edit window <script type="text/javascript"> document.addEventListener('DataPageReady', function (event) { document.getElementById("element_ID").focus(); }); </script> I have the code above, but it is not working please help.
  7. Hi, please help me. I've been stuck here for hours, I have a drop down menu in my datapage. And one of its value is very long. As a result the width of this drop increases as well. Is there a way I can limit the size of my drop down, regardless the size of the option or value it contains. Because base on my observation, the size of my datapage dropdown depends on its value / option. And I can't seem to find an option in my DataPage to set the maximum width of my drop down. Thanks, Eruel
  8. Hi @TsiBiRu, It worked!, I've changed the value of the query selector ('#InsertRecordV alue1') to the name of my text in my DataPage. Thank you so much for this solution. Regards, Eruel
  9. Hi I'm new here, I have a submission form with 4 field / text field. What I want is the form will not be submitted when all the field is blank, but if at least one of them has value the submission will go through. If I make these fields as required in my datapage, then I have to provide values to all of this field. Which will not work for me, because I just want to have at least one field that has value so that the submission will go through. Thank you for your help Thanks Eruel
×
×
  • Create New...