Jump to content

alanhoffman

Caspio Ninja
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    3

alanhoffman last won the day on October 21 2015

alanhoffman had the most liked content!

About alanhoffman

  • Birthday April 10

Recent Profile Visitors

661 profile views

alanhoffman's Achievements

  1. Thanks Vicki. I've found a way using Integromat. Whilst not ideal, it works at least. Preference would be that this was a part of the offering of Caspio (as is the case with Knack). Cheers..
  2. Using Stripe as a payment processor, Stripe his a description field. It is possible with other systems (eg Knack) to populate this field with an item from the transaction (eg transaction invoice number). I(s it possible to do this with Caspio? It is very difficult t reconcile the Stripe account without capturing an identifier from the Caspio system
  3. Thanks for this.. Yep - familiar with Zapier and Integromat. However, I know Knack has this as a direct feature so was hoping Caspio would do do the same. Cheers.
  4. Regarding using Stripe as a payment processor, I understand how to store information in Caspio that is generated by Stripe. However, is there a way to pass information into Stripe eg pass an invoice number FROM Caspio TO Stripe so that when you look at transactions within the Stripe system, you can see that reference number. Cheers..
  5. Hi. I have a tabular datapage that produces a report that shows 4-5 columns showing name, town etc. - and each row is for a different "Member_ID". One of the columns is a calculated field ("Entry_Count") that uses the Select function to count the records in another table for each Member_ID. I would like this report to hide any row where the count is zero. Any suggestions would be greatly appreciated... Perhaps there is some coding for this (I assume to be placed in the header or footer). Many thanks...
  6. Hi... I am developing an app and would like to create a system that allows customers to message each other through the app. Whilst I have come up with a basic format, it is not even close in appearance and style of standard messaging systems such as Messenger (Facebook), Messages (Apple) etc. Is there a solution here within Caspio - or a 3rd party that allows customer-to-customer messaging that can be integrated into my Caspio App. Many thanks...
  7. Hi all.. I have a weekly calendar data page in my which shows that days for which assets are available.. Is it possible to set the background of the entire box containing all the data conditionally i.e. different colors for different assets e.g. Asset 1: TV Asset 2: DVD Asset 3: PC The weekly calendar shows 1st March 2nd March 3rd March TV Ref: A1233 - TV Ref: A1238 DVD Ref: A1234 DVD Ref: A1236 DVD Ref: A1239 PC Ref: A1235 PC Ref: A1237 - In the weekly calendar, is it possible for each of the assets to have a different colour background for the entire box they are in? I hope the above is clear enough... Many thanks
  8. Ahhh.. sorted - for weekly anyway... type(2) needed to be type(3)... This worked: <style type="text/css"> #target table:nth-of-type(3) td:nth-of-type(6) {display: none;} #target table:nth-of-type(3) th:nth-of-type(6) {display: none;} #target table:nth-of-type(3) td:nth-of-type(7) {display: none;} #target table:nth-of-type(3) th:nth-of-type(7) {display: none;} </style> <div id="target"> Many thanks ....
  9. Many thanks Matilda... I tried this an unfortunately it doesn't work so I'm obviously doing something wrong here.. On saving, the system removed </div> from the footer and changed the header to: <style type="text/css">#target table:nth-of-type(2) td:nth-of-type(1) {display: none;} #target table:nth-of-type(2) th:nth-of-type(1) {display: none;} #target table:nth-of-type(2) td:nth-of-type(7) {display: none;} #target table:nth-of-type(2) th:nth-of-type(7) {display: none;} </style> <div id="target"></div> Any suggestions? Thanks again..
  10. Hi Caspio gurus.. Is it possible to have the Month and Week calendar to only show Monday to Friday? i.e. hide Saturday and Sunday. Thanks...
  11. Hi Caspio gurus.. I have a Pivot Table datapage report in my app that close to meeting my needs. However, in a tabular report, I am able to add html sections in a column that enables me to capture the id of a line record and open another datapage using that record ID. I would like to be able to do this in my Pivot Table datapage report if possible. Any suggestions would be greatly appreciated. Cheers, Alan
  12. Yep... sorted... Thanks Walter.... It took a while to work through the code but I got there in the end...
  13. Hi gurus... I have a Caspio App supporting online customer interaction. As part of this, I have access to a bank server-based payment system for paying via credit card. My Caspio linked html page successfully collects data and transmits (POST) to the banking app via a php webpage. The bank processes this data and produces a report back via another php page indicating if the transaction was successful. My challenge is getting the php webpage data back into the Caspio app for storing in the appropriate tables. Does anyone have any advice on a simple way to do this. Whilst I have API access as part of my plan, I don't need full API integration as the Caspio app more than adequately covers my needs. It is this one page of data only that I need to get back into the app. Any advice would be greatly appreciated.. Cheers, Alan
  14. Unfortunately it is a bit more complex than that - but difficult to explain in this format. I'll try using rules to see if I can create a solution using the "Required" feature. Thanks again.
×
×
  • Create New...