Jump to content

Search the Community

Showing results for tags 'field'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Caspio Bridge
    • Caspio Apps for Ukraine
    • General Questions
    • Caspio JavaScript Solutions
    • Tables, Views and Relationships
    • Import/Export and DataHub
    • DataPages
    • Deployment
    • Security, Authentications, Roles, SAML
    • Styles and Localizations
    • Parameters
    • API and Integration
    • Calculations and aggregations
    • User JavaScript and CSS Discussions

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location


Interests

Found 15 results

  1. Hi, How Can I remove field from a specific location....Please help me regarding that.....
  2. Hello, In localization, I could not find anything to change the text for file field. For an example, how to change the text for "Choose File" and "No File Chosen"?
  3. I need to create a number pad using buttons which will add a digit to the text on a virtual field. Is this possible using JavaScript?
  4. How can you tell if a field has dependencies?
  5. Hello, I have a submission form that requests users to select a value in a drop-down. I would like to use the selected value to look up an email address, based on this value, in a different table, and populate a virtual field with that email address. I would then like to use the value in that virtual field to send a submission notification. How can I achieve this? I cannot see how to load a parameter from another table based on the value of a field. Any help would be much appreciated. Thanks, Julien
  6. Hi, I want to block from editing (display only) a field if the user has already entered the value. In my case, the user has to enter a tentative delivery date, that once entered, can't be changed. As far as I know: You can either enable/disable a field on the DataPage but that configuration is static. You can use conditional rules on the details page but when I try that, there's no option to block (disable from editing) the same field you use on the condition You can only use conditional rules on the details page and not on the results page. I need to apply it on both due to the grid result editing. Is there a way I can do this?
  7. I would like to be able to have the user select TIME OF DAY something occurred (H:M AM/PM) and have those selections populate a Time of Day field. Exactly like the calendar popup, but just time, date not needed really. Or concatenate Selection box 1 = Select Hour (1-12) Selection box 2 = select minutes (probably 5, 10, 5, ...00) Selection box 3 = Am or PM Result of the three choices populates the Time of Day box: ie 2:25 PM Surprised its just not an option in calendar....
  8. is it possible to change only one label or field result color? We have a comment field we would like to stand out if the comment is displayed.
  9. On my data page, my label and field are not lined up. Please see the below. I've played around with the padding under the layout section but I still cant figure it out. Thanks! Happy Holidays.
  10. Hello, I have a registration form for Chapters of our organization that can represent more than one state, or even country. I use a script that dynamically shows listboxes for state or province depending on whether the US or Canada is selected. They both post to the same field, and so Virtual Fields are utilized. This all works fine, but I need those Virtual Fields to be Multi-Select. I do utilize the suggested script already, and I can get the Multi-Select to work on the form. The problem is that even though my two Virtual Fields are Multi-Select, only one selection makes it to the table. What is wrong with my script? Country WORKS, it is not a Virtual Field, as does Languages_Spoken. Virtual 2 and Virtual 3 WILL Multi-Select, but ONE selection makes it into the table. I hope this explains clearly. Form is at https://c3gaf515.caspio.com/dp.asp?AppKey=54ce4000db281c70d086433eb0fc Thanks <SCRIPT LANGUAGE="JavaScript"> /* "fieldName" is the variable name for the listbox type form element field. */ var fieldName = "InsertRecordLanguages_Spoken"; var x=document.getElementsByName(fieldName); x[0].multiple=true; /* "fieldName2" is the variable name for the listbox type form element field. */ var fieldName2 = "InsertRecordCountry"; var x=document.getElementsByName(fieldName2); x[0].multiple=true; /* "fieldName3" is the variable name for the listbox type form element field. */ var fieldName3 = "cbParamVirtual2"; var x=document.getElementsByName(fieldName3); x[0].multiple=true; /* "fieldName4" is the variable name for the listbox type form element field. */ var fieldName4 = "cbParamVirtual3"; var x=document.getElementsByName(fieldName4); x[0].multiple=true; </SCRIPT>
  11. Rather than having 3 Datapages in order to restrict fields and data for 3 different user types, can a script be used to provide "section-level" security?
  12. Hi everyone, I am looking to assign a unique URL to my customers that when entered into a web browser will take them to one of my deployed datapages and autofill one of the fields to access the data page. Basically I think I need it to insert a record, however, I do not know how to build a URL to allow this. In other words, I want it to go to "mywebsite.com" and fill in a field such as "User ID" (User_ID being one of my parameters). Any ideas on how I can achieve this? Thanks! Logan
  13. Hi Does anybody have some code that when placed on an HTML field will display a specified image with an anchor link to another web page, provided the field being searched matches a given criteria. For instance if a Yes/No field is "yes" then show an image that links to another page when clicked. I want a web page to show and "admin icon" but only if a an admin field in the data page is ticked. Hope that makes sense Steve
  14. Hi, I'm new to Caspio. I have a 9 date text fields with calendar picker. When user picks date for 1st field I need the subsequent 8 fields to populate with the 1st field's date + 1 business day. The result would be as follows: field 1 - 01/16/2015 SELECTED field 2 - 01/19/2015 AUTOPOPULATED field 3 - 01/20/2015 AUTOPOPULATED field 4 - 01/21/2015 AUTOPOPULATED field 5 - 01/22/2015 AUTOPOPULATED field 6 - 01/23/2015 AUTOPOPULATED field 7 - 01/26/2015 AUTOPOPULATED field 8 - 01/27/2015 AUTOPOPULATED field 9 - 01/28/2015 AUTOPOPULATED THEN SUBMIT* Any help, javascript and/or implementation would be greatly appreciated. Thanks.
  15. On my DataPages that have search criteria and a view details function, the field width always displays at the default of 25 instead of any entry I put into the Field Width setting. I have it using Characters as opposed to pixels or percent. If I Preview the DataPage everything appears fine. However, when I go to the DataPage from our website, it doesn't work. This error only happens if I embed code. If I use the URL, it works as it is designed. While I can alter many of my DataPages to use the URL as opposed to Embeded code, it seems as if there may be something of a quirk here. If anyone has an explanation or solution, it would be appreciated.
×
×
  • Create New...