Cannot create new forms : ERROR MESSAGE THERE IS NO SUCH FORM IN ZOHOCREATOR
i'm unable to create new forms - that is, when i create the new form, and then click ACCESS THIS APPLICATION i get the error message : THERE IS NO SUCH FORM IN ZOHOCREATOR. i have enabled edit access. application : rainbarrel
How do I make a Date picker that shows all the time?
The default Date control shows a text control plus a button to show the date picker. I want it to show JUST the date picker, all the time, i.e. not on a button. How, please?
How may I add an OK box to the forum Submit success message?
Else replace that message pop-up with a true dialog box having an OK box? I need this to solve the problem that the current pop-up disappears automatically after a couple of seconds and this is too short a time for some of my users. I do not want to use a second form since I need access to the input.XXX properties. Thanks.
Free Flow Script
Hi, today, on alls my forms is impossible to save script in Free Flow mode but only in Script Builder mode. It's all ok on Zoho? Thanks Mic
Date not showing correctly
I've generated a report using tables from my local database (which I imported to zoho in step1) Following is the image for chart. Dates are always appearing like (15 jan 1970) I've stored my dates as php time string in database. Why is this happening?
Download all attachments as docs
Hello, Is it possible to download all of the attachments in our database in a single action, rather than having to manually right click on each link? We need backups of these files on-site, and am wondering if we can download them in a batch as a zip or equivalent? Thanks, Kim
[t_483991000000105825] Exception occured while setting value in PreparedStatement
Another one of these errors... (I get these a lot!!) This is related to the Leads form in my Admin Application... 1 . [t_483991000000105825] Exception occured while setting value in PreparedStatement for the Column [Company_Ph_483991000004832805] Check whether the datatype for this column is given as specified in the data-dictionary .[t_483991000000105825] Exception occured while setting value in PreparedStatement for the Column [Company_Ph_483991000004832805] Check whether the datatype for this
Exception occured while setting value in PreparedStatement for the Column
I receive the following error when attempting to add records to the Account_Products Form in my Admin Application.... The application is shared to support. 1 . [t_483991000002580764] Exception occured while setting value in PreparedStatement for the Column [Free_Inclu_483991000003220870] Check whether the datatype for this column is given as specified in the data-dictionary .[t_483991000002580764] Exception occured while setting value in PreparedStatement for the Column [Free_Inclu_483991000003220870]
How may set the form email address for adding form data by email?
Currently the form's email address is chrisjj2-116@forms.zohocreator.com but I'd like to set it to something more friendly. I'd guess the mechanism is Properties, Form Alias Email ID: except it appears to have no effect on the form address shown by More Actions, Email Data and I can find no mention of it in Help. Thanks.
Large Size Creator Apps can not be duplicated!
Hello All, I am having a major problem. I have several large apps that can not be duplicated. Support has looked at the issue and kicked it to developers to review. Is anyone else having duplication issues of their apps? Any help on this issue would be greatly appreciated............... Thanks, Bartley
How may I protect my app from being copied?
I hope disabling "Copy application" and "Save as script" commands is sufficient, but how to do this? Embedding is of course insufficient, since from the code anyone can find the main app URL, and from that page run either copy command. Thanks.
SendMaiI Message formdata gives malformed result in Content type Plain Text
Specifically, SendMail Message <%=formdata%> with Content type Plain Text yields all items concatenated without separators, rather than each item on a separate line as it does for Content type HTML. Is a fix planned?
How to refill a form from previously submitted data?
I want the user to be able to use a form to edit a record he previously Submitted by that form. How do I make the form Load fill the form with a given record's data? Thanks.
Calendar popup on date field
Is it possible to configure the pop up calendar in a date field to restrict certain days? I am trying to have it block out Sundays. I would rather it just not be available for the user to choose that day. Thanks!
Zoho as a Database API
Hi I want to use Zoho as a database for a Desktop application. 1-How much would using Zoho API for this purpose cost? 2-How could user security be administrated? 3-Do you have Any c#.net examples? Thanks.
View resticted to only grid view
Anyway to make a view only show in grid format, at the moment you can make it default view grid but the user still has the options to change it to another type of view. Thanks
System down
Hi I my contacts list is missing and I just have the message unable to reach server. Its been down all day. Is there a problem with the site. regards Wendy
Text Disappeared for All Databases Using Set Email Notification
Until 30 minutes ago, text (to, subject, message) that I had written in "set email notification" has disappeared. PLEASE tell me that you can restore this text in all of my Creator databases ASAP.
email notification
i want zoho to generate an email with the data from a form to a client that is NOT a user of our system. Is this possible? If so, how do i set this up?
Embed a form/view on our website with 'logout' option
I would like to embed a form on our website, but require a login to access the form.. I've done that & it works. However, I would like to place a 'Logout' button or preferably have Zoho provide a built-in button for the user to logout. Thanks
ZC support Andriod Mobile Browser?
Hi Could you please let me know that ZC support Android Mobile Browser? Thanks! Stanleyguo
Data entry: navigating between forms by tabs
Hello, I am trying to make an application for data collection. Users will be required to enter quite substantial amount of information on particular objects (lets say Products) into one table. For a better user experience, I have created numerous stateless forms which will be shown as 'tabs' in the application. The data entry starts with the Product Name&Price form. After entering and submitting information, the user is taken to the Quantity form by using OpenURL with Record ID as an argument. However,
Excel Sheet or Table in Creator
Is it possible to embed an excel sheet or a table where it can collect data every time new data is added in?
Admin
Can there be more then one admin or have only one user to be able to edit or add records, where every other user can't?
Transfer Creator Application to Other User
Hello, Can I create a Creator Application (group of forms) and then transfer ownership to another person? I only have a free account and so this is a concern. Thanks!
Option to sort lookup field alphabetically does not appear?
I have a form with a lookup field called Country Name. The list of country names is 192 items long and I'd like to sort the list alphabetically but I don't see that under the Options section. Can I do it with Deluge script?
How may I remove the pane containing the section and home form link?
My application is very simple - one form. I want to entirely remove the pane containing a redundant section and form link. How, please?
Migration of the ZOHO database including the structure to another database
mel_03 asked 23-july-2009 about migration. The answer was as given below in red. This answer show that only the tables can be exported not the database structure. Does this mean that all the links and structure cannot be exported? What about the multiselect fields will all values just appear in one excel cell?. Zoho Creator gives the option to export (Retrieve ) data in various formats as mentioned below. Spreadsheet HTML PDF RSS Feed JSON Feed CSV Feed TSV Feed You can download in any of the formats
batch download/export data
There is a requirement,export data to excel and the content contain picture ; can we solve this problem?
Accessing Forms from a Different Application
I want to run deluge code that looks like this: if (count(master.States[Country == input.Country]) == 0) { clear State; }master is the name of the other application. Country is a field in the States form and input.Country is a picklist on the current form. However, Zoho keeps telling me it doesn't expect a [ on the first line. Can I access form data from a different application like this?
Problem while duplicate the application
I don't know why I'm unable to duplicate my application.. (Penta CRM 10) When I click on duplicate button it starts but end with no error nor the application gets duplicate, Please let me know how do I troubleshoot. Thanks Note: I have already share the access to support.
How to sort picklist (lookup field) descending
I have this problem: I have a form "two" which is linked to form "one" through "record number" lookup field. I want always to enter data into last record of form "two". That's why I would like to have the last record of the lookup field on the most top. I wrote the following script record number ( displayname = "record number" type = picklist values = safetyreport.safetyreportid sortorder = descending width
Can't "Add New Section" in some of Applications (?)
Hi, Why I can't Add New Section in some of my applications? After I click on +Add New Section in: Settings -> Customize -> Rearrange Links Then I Specify name for the new Section, Once I click Add, the New Section is not created. Is this Zoho problem or I was make a mistake? Thank you, Wisnu *please check attached .pps file
Is it possible to create automatically a record in a form 2 when filling a form 1?
Hello, Is it possible to create automatically a record in a form 2 when filling a form 1? For example, I create an address for a new customer in an unknown town and I wish to record all towns in another form. I want that automatic. Thanks
iCal - tips
Hi, Few things I learnt along the way while trying to make iCal work with Google Calender iCal URL is too long > hence google gives > FAILED TO IMPORT The problem with google calendar is, the length of the iCal feed URL. Google restricts the iCal feed URL length to 225 characters. Please make sure that your generated iCal feed is less than or equal to 225 characters. This can be resolved by using TinyURL Works great with google calender & Outlook. I had set up a seperate Form / View to be used exclusively
Scheduler Not Working
Hi, I set up 2 schedules for the same form and neither of them are working.
Waiting for pulic access for 6 days
Please help I have been waiting about 6 days for my account to be public enabled so people can search the database on my website. Please can you enable it Thanks
Using Dates and IF decisions
Hi is it possible to use an if statement on a date field to show certain data depending on the date? If so how can I do this? Haven't really been able to figure it out. Cheers.
Can I copy fields in my form?
Hi, I have a rather long form (about 50 questions). I would like to repeat about 30 of these questions. One of the first questions is 'how many destinations did you visit'. If the answer is, say, 2 I would then like to repeat the following 30 questions twice - one for each destination. Is it possible to copy a field or do I need to input it all again? Hope that make sense! Thank you
Alert Boxes that are not "alert boxes" --- What Happened?
Oh my, what's with the redesigned alert box function? I've been away from Creator for several months so I don't know when this change happened. The Help documentation and 2+ years of direct experience w/ Creator taught me that when you created an "Alert Box" with the alert "<message>" command, an alert box (like what the world is familiar with) would pop up in your view to get an urgent message to you. But now, it seems Zoho has a better idea? Put the alert message down at the very bottom of
Next Page