Jump to content

napoleonv

Caspio Guru
  • Posts

    50
  • Joined

  • Last visited

Recent Profile Visitors

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

napoleonv's Achievements

  1. I created a series of video tutorials to show you how you can publish and manage MS Access Online. You can view the tutorials at: http://staging.caspio.com/~p/video/ These tutorials will show you how to: a) Build Seach and Report DataPage Depoy Search and Report DataPage c) Edit Search and Report DataPage d) Password Protect Search and Report DataPage e) Setup Record Level Security (RLS) f) Build Web Form DataPage g) Download Caspio Bridge tables to MS Access
  2. You can paste the deploy code inside of a table with a fixed width. The DataPage will then adjust accordingly.
  3. Hi Mike, One work around to this would be to create a two forms: form1 (linked to main table) and form2 (linked to hours of operation). Configure form1 to go to form2 after it's submitted and pass some values from form1 to form2 using passing parameters. Automatically submit form2 using some javascript. Here is a sample code to do this. You must place it in the footer. <script type=\"javascript/text\"> setTimeout('document.getElementById(\"caspioform\").submit()',500); </script>
  4. This is not a standard feature of Caspio Bridge but can be done with Caspio Bridge Web Services. For more information, go to: http://www.caspio.com/extend/platform-e ... vices.aspx Fill out the form and you will receive an email with instructions and samples codes. Please note that this method requires programming. Alternatively, Caspio also has a professional service department who can do the programming for you. Simply fill out the form at: http://www.caspio.com/support/professio ... vices.aspx A Caspio Solution Specialist will contact you to discuss your needs in more details and help you with your project.
  5. Hi Napoleon. I have several Caspio map mashups using Google where I feed Google either a straight address or a latitude and longitude, depending on circumstances. They seem to work just fine. For example, I have an application that maps beaches, some of which do not have a conventional street address -- think miles of white sand. In those cases the Capsio field fed to Google for mapping purposes contains latitude, longitude. Where there is an actual address, the field contains that. The single field contains a mixture of both. Am I just lucky? Please give me the URL of that application so that I can take a look at it.
  6. Try to add the following in an HTML block of a details page: Replace XYZ with the appkey of the DataPage. Also, make sure that the image field is included in the details but configure it so that it does not show up. You can do this by enabling advanced feature for the DataPage and going in the Advance tab when configuring the details page.
  7. Unfortunately, Caspio Map Mashup does not support lat and long at this time. You need to have an Address, City, State, and Zip.
  8. Hi Chris, In the table that the form is linked to, make sure that you have a field with Data Type \"Date/Time\". When you include this field in the form, you will be able to configure the form element to be \"Timestamp\".
  9. Cascading Dropdown is now available. For more information, go to: http://howto.caspio.com/datapages/datapage-components/cascading-elements/
  10. Hello, Unfortunately, this feature is not available at this time. I have added it to our feature request list. If this is something that you must have, we can do some Javascript programming to accomplish this. Please call our sales at (877) 820-9100.
  11. You can also modify the localization that the DataPage is using. In localization, you can change the text for buttons, error messages, and much more. For more information, go to: http://howto.caspio.com/localizations/
  12. That is correct. What is it that you're trying to do. Maybe we can find a workaround.
  13. Make sure that the timezone is configured properly in your account to reflect your time zone. This is under Options -> Account Time Zone. If this does not work, go to localization and verfiy that the timezone of the localization being used by the DataPage reflects your time zone.
  14. Hello, Proximity search is not a standard feature of Caspio Bridge. It's an add-on. Please contact Caspio Support at (877) 820-9100 to request for it to be added in your Caspio Bridge account.
  15. You can use a view to combine your two table and then create a search and report DataPage. In the search and report DataPage details page, you can display the fields in multiple columns using sections.
×
×
  • Create New...