MarkMayhrai Posted November 23, 2021 Report Share Posted November 23, 2021 Hello, 1) Does Caspio have an image repository whereby I could upload images to use in the application and insert it wherever I wish, whiteout having to reference it to an Html link? 2) I have a quote of the day, and would like to show it when the user logs in based on the date, any Ideas? 3) How to set a background for a datapage? Quote Link to comment Share on other sites More sharing options...
KlisaN137 Posted November 25, 2021 Report Share Posted November 25, 2021 1) You can store picture files, and just reference it on a DataPage, it will be shown as picture: https://howto.caspio.com/files-and-images/uploading-files-and-images/ 2) If you are storing quotes in table with fields quote and date, so every quote is having the corresponding date, you could use Calculated Value to find the right quote based on the date: SELECT Quote FROM Quotes WHERE Date = CONVERT(DATE, SysUTCDateTime()) 3) For setting a background, please check the following articles: https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/how-to-dynamically-change-the-background-of-a-results-page https://howto.caspio.com/faq/styles-and-localization/how-to-use-an-image-as-form-background/ https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/customize-background-and-font-colors-in-report-datapage/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.