Jump to content

nkamalan

Caspio Ninja
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    1

nkamalan last won the day on January 29 2014

nkamalan had the most liked content!

Recent Profile Visitors

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

nkamalan's Achievements

  1. Hello, You can send your request to Caspio support. For one time report it will be provided free, next time there will be a $50 charge involved. Regards, Nkamalan
  2. Hello, You can only have one plot for each record on your map by using either address or lat/long. Regards, NKamalan
  3. They have white-listed Caspio, but some networks might take 24~48 hours to update their lists.
  4. Hello, Caspio has requested whitelisting from Barracuda but we are not sure if and when they will do it. In the meantime, it is up to the administrator of the Barracuda appliance to whitelist caspio.com if they want. The reason that they are considering us suspicious is “Link tracking is considered suspicious in nature and can be flagged as suspect in the event of malicious urls that are published, that we may pick up in our systems.” (from barracuda Support) Regards, NKamalan
  5. These are the pages you need to have: - A standalone login page (let's call it "login.htm") - A landing page after successful login (let’s call it “mypage.htm”) Step 1. - Create an authentication folder. Open the authentication wizard and add a Header/Footer to configure fields screen Put at the header Put at the footer Step 2. Also Attach the following script to the footer of the login form var landing_page = ‘mypage.htm’; // it could be relative or full path window.location=landing_page; Step 4. - At the standalone login page “login.htm”. Wrap the Caspio Deploy code of custom HTML page with a div
  6. Hi Bjorn, This option is only available for Tabular reports. Regards, NKamalan
  7. Although it is not a standard feature in Caspio, Caspio developers can integrate Caspio with EchoSign which does what you are looking for. You can read about EchoSign at http://www.echosign.com/public/static/howItWorks.jsp and watch a demo at http://www.echosign.com/public/static/echoSignVideo.jsp If you are interested to hire Caspio developers customize it for you, please fill out this form http://www.caspio.com/extend/professional-services.aspx or request for project consultation at http://www.caspio.com/support/project-consultation.aspx.
  8. nkamalan

    Search Again

    Hello, I reported this issue as a bug in the system to the development team. Thanks for bringing this up to our attention. You can also report bugs or request for new features at http://forums.caspio.com/viewforum.php?f=7 Regards, NKamalan
  9. nkamalan

    Sales report

    Hi Walt, Here is a close example of what you are trying to achieve. In this case customer logs can be the customer orders in your case. Please go over the tutorial and let me know if you have any questions. http://howto.caspio.com/parameters/in-action/in-action-one-to-many-relational-datapages.html Good Luck :wink: :wink: :wink:
  10. nkamalan

    Auto Emails

    The solution above is for Caspio Bridge though not Express DB. Which one are you using?
  11. nkamalan

    Auto Emails

    Let's say based on the department user selects you would like to send out emails. You can achieve this functionality using cascading dropdown and acknowledgement email. There two ways depending on which field, department, email address or both are desired to be saved in the new record. In this example we have a look up table called "tbl_lu_emails" including two fields "department" and "email". department email ------------------------------------------- Sales sales@company.com;sales2@company.com;sales3@company.com Support support@company.com,support2@company.com;support3@company.com Management management@company.com;management2@company.com;management3@company.com Please note you are separating emails by (. Approach 1: Using this approach only email address will be saved in the new record. Use a dropdown element and select the look up table as datasource. Select the department field for "Display" and the email address for "Value". Then set up the Acknowledgment Email based in the dropdown field. Approach 2: Using this approach, both department and email address will be saved in the new record submission: In this method we will use a dropdown for department and a cascading dropdown to pull up the associated email. See how to set up a cascading dropdown at http://howto.caspio.com/datapages/form- ... boxes.html. Now you can set the Acknowledgment Email to be sent to the "email" field. If you do not want the email field to be visible in the form you can hide it. See how, http://howto.caspio.com/customization/h ... pages.html. In this way if user selects Sales then the Email field will have the email address of Sales department. Note: You cannot use this method if you are already using the acknowledgement email. Cheers!
  12. You can also try this: function f_change() { document.getElementById("TextBoxID").value="[@cbTimestamp]"; } document.getElementById("DropdownID").onchange=f_change;
  13. Please try this in the footer of the page: function getT() { document.getElementById("EditRecordpatient_status_change_timestamp").value = '[@cbTimestamp]'; } document.getElementById('EditRecordpatient_status').setAttribute("onChange", "getT();"); Regards, NKamalan
  14. nkamalan

    Input Form Issue

    Hi Paul, This window pops up when you are passing or receiving parameter in your DataPage and the page expects parameter/s. This page is useful when you want to quickly test your DataPage and you just want to pass the parameter value to the page and see if it shows the expected values in the page.
  15. Hello, Your requested has been submitted to our feature request list on 02/17/2012 01:02:11 AM and I added another comment to it to speed it up. We are committed to continually improving our product and expanding our standard feature set. You can also request feature or report bugs at http://forums.caspio.com/viewforum.php?f=7. The more request we get the sooner we will add it as a standard feature. The feature request ID for this case is 14733. If you would like to let users upload an image to your page, you can add a file field to the table. Please follow this tutorial which explains the steps: http://howto.caspio.com/files-and-images/uploading-files-and-images/%C2'> Regards, NKamalan
×
×
  • Create New...