Viewing Images not working
When I go to view the images uploaded with the form in my application in Zoho Creator, the view is completely messed up. Not to mention the fact that no images showed up in the first place. I need the images to display in the views. Help please
There is no good way to print from Zoho Creator
Is there a way to print from the "View as Summary" view? This is the ideal layout for printing. I would like a way to print data that is aesthetically pleasing and also contains the information from all 17 of my column -- one ONE page. If I choose the Print option, I am only able to print a portion of my data, and the rest is cut off. There is a HUGE need for this in my organization as we use the database in relation to clients and would like to provide them with a print-out of the data we queried.
Why can't we print View Summary from Zoho Creator?!
Is there a way to print from the "View as Summary" view? This is the ideal layout for printing. I would like a way to print data that is aesthetically pleasing and also contains the information from all 17 of my column -- one ONE page. If I choose the Print option, I am only able to print a portion of my data, and the rest is cut off. There is a HUGE need for this in my organization as we use the database in relation to clients and would like to provide them with a print-out of the data we queried.
Custom Size MultiLine (textarea)
Is there any way to specify a size for a multiline text box? I want some to only have 2 lines worth of text space used in the form, and I would like others to be a very large area for writing a whole email in the form. Any help is greatly appreciated!
Vendor "fixes" e-mail and breaks the Zoho Email Data into form functionality - Can anyone help?
All, We have a process that has worked like a charm for nearly 2 years. From a vendors site an e-mail is generated with dynamic info that is e-mailed into our Zoho Database. The vendor has modified their code and placed a "<BR>" at the end of each line. The vendor is currently not motivated to change their code back. Is there any way from a Zoho perspective that I can work around this? Zoho will import properly up to the first <BR>... I have tried stringing the source onto one line to avoid the
How to let my users use my forms/views as templates and save in a different file name
I'm trying to find a neat way to all a group of users to create, manage, duplicate and share multiple 'spreadsheet' style documents based upon a pre-defined template that I create, so that the data is always in a standard form. Creator seems to get partly there but I can't find a way for users to use my forms/views as templates or for them to be able to save the data under a different file name. A simple example of what I'm talking about is quotations - multiple rows of information in a standard
How to Customize Form
How do I go about customizing the Zoho form to fit in with my website? All I am seeing is the iFrame and the PermaLink. I have tried viewing the source for the PermaLink, but the form does not process right. Help!!
Implementation details of iCal Feed
This is how the iCal Feed will be available in Zoho Creator. - Views(List,Summary or Grid) which has a Date-Time field in its list of columns selected, will have an additional option "iCal Feed" under More Action. - Once the user clicks the option, a pop-up window similar to Embedding Options will be opened - In the popped up screen, User will first enable the iCal feed. - Once enabled, user will get a default feed url - Options for matching the view columns with the iCal property names will also
ZOHO Reports: Cost vs Value
This follows from the Cycle 3: The Path Forward discussion which got off track: http://help.zoho.com/portal/en/community/topic/cycle-3-the-path-forward Please use this post to continue the discussion on the value, strategy, and cost of ZOHO Reports for Creator... To start off, I think the Number of Reports = The Number of Applications/plan
Can custom actions be added to Summary View?
I created a custom action and added it to my app's Summary View - but the action does not display on any of the records. Is there a limitiation that Summary views cannot use custom actions? or is there something I need to setup to allow it?
Can Summary view have custom actions?
I created a custom action that I use in my List View. I've added it to my Summary View but it does not appear. Is there a limitation? or am I missing something? I have customizations on the summary view- does that matter?
How to use boolean for empty text field
I want to enable an action (sendmail) only if the two conditions are true: 1) Text field "SenttoEncode" has no text entered 2) Radio button is set to "No" How do I write the "if" statement to do something when the two conditions are met? I have tried: if ((input.SenttoEncode != null) && (input.STPandDolby == "No")) and if ((input.SenttoEncode == "") && (input.STPandDolby == "No")) Neither of these work as the next step is to send an email if the condition is true, and even though the
Creator Form fields don't match view fields
I was editing a field the other night and canceled out of it. The fields I see in the application form view are all there (I have several), but I only see a few of them in Edit Mode now. What happened? How do I get them back?
Form Fields in edit mode don't match fields in application view
I was editing a field the other night and canceled out of it. The fields I see in the application form view are all there (I have several), but I only see a few of them in Edit Mode now. What happened? How do I get them back?
Dates are a Mess!
Dates are a mess....you guys need to understand that the U.S. market uses a different format than in India. It is month day yeasr - not day year month. With the date field on a form, if you enter using slashes as mm/dd/yy the system interprets it as dd-mm-yy. So I have lots of bad data in my system. In such cases it should be interpreted as mm-dd-yy. Please fix.
render image in HTML view with different dimensions
How do I display an uploaded image with a different width/height in my HTML view? On my form, I have a display_picture field with the formula specifying an image width of 100, and I render it in my HTML view using <%=rec.display_picture%>. How can I specify different width/height dimensions when displaying it in HTML view?
Managing variable name in multiline text field
Hi everyone, I'm using a form to store success messages that I display in HTML view. I'm calling the message with his ID from the HTML view like this : In my HTML view, I have : e = Entreprises [ID == input.entreprise.toLong()]; // Fetching the good enterprise m = Messages [ID == input.MessageID.toLong()]; //Fetching the message to display In the message table for the matching ID I have (multiline text field): You have created <%=e.Entreprise%>
iCal Feed Issue for Robots.txt Setting
Google calendar is reporting this for ical feeds
look up configuration dialog box not showing multiselect/radio button/multiline fields
Hi Zoho friends, I am creating a form that has look up fields from another form. The fields I want to look up are multi-select and radio button fields. I drag the look up field to the new form, I select the correct application for the look up, I select multi select or radio button as the type. When I scroll down to select the field to copy, there are only the single line fields, and none of my multi-select or radio button fields show as an option. I must be doing something stupid here, but what?????
Problem for addind users to an app
Hello, I've got an error message when i want to share my app to multiple users. It says "an error occurs, try later or reload" (broadly) since yesterday. May you fix it 'cause i need to add 20 users quickly. Thanks
Firefox/Chrome need different reference then IE for conditional statement to work
You may be aware of this already but just in case there are those out there who might benefit: When creating an if statement that references a unselected dropdown list you need to use "-Select-" for Firefox/Chrome and "" for IE. Easy workaround is of course to do the following: else if (((input.Report_Type == "Slotting Graph") && (input.Region != "")) && (input.Region != "-Select-")) where Region is your dropdown list. It is not necessary but it would be interesting to know why this is
Is the limit of records within one month or one year or perpetuity?
Dear All, Please open http://www.zoho.com/creator/pricing.html, e.g the $25/month plan, it has 10,000 records, so could you tell me Is the limit of records within one month or one year or perpetuity?
Need link to "View" page to show field not on View rows?!
I have a NOTES field that I do not want displayed on the View because too much text but would like to have the NOTES field displayed when I click on the record VIEW link. I know that when I click on EDIT link ALL the fields show but that is too many. I would like to be able to select which additional fields show on the "View" page. Can the View link page be customized? Also, a Multi-Line field can have unlimited characters but the default size of the field is too small. I would like to customize
Problem with PDF generated from Summary View
Hi: I discovered a problem when deploying this form of the url ... http://creator.zoho.com/scriptedlogic/myApp/pdf/myView_View ... even though myView View is defined as of Display Type of Summary ... the PDF file generated by ZOHO Creator renders the content as if the Display Type was List Is this a defect ... or does ZOHO creator only support PDF rendering of List Views ? Gaev
Multi Select Box
When a specific item is selected From the Multi Select Box, I would like that to "Show" a specific box. Normally I would go to "On User Input" use the "Show" function and input the field that I would like shown. However, I do not want it activated simply on input... I would like specific fields to be shown for each list item. Does this make sense... I am sure it has been covered, and I am sorry... I am just not sure where to look. Thank You.
Form Missing
I built a form application, began collecting data, now my form has disappeared. I still have the data but no way for additional people to add to it. After having about half my team complete the forms, I'm now stuck with starting over. This doesn't seem very reliable. tim
Poor Handling of Linked Views After Sign-in
I have a system that sends an email to a user with a link to a specific record by ID#. If that user is not signed-in to a zoho account, when he clicks the link, the sign-in box appears. After signing-in, the link to the specific view is not served, but rather all records in the view. If the user is signed-in, then clicking that link in the email presents the specific record view. What I's like to see is the sign-in process to "preserve" the original url, so that when the user completes a sign-in,
Where is Email Scheduler
What Happened, last we heard it was SOON, but that was over a month ago. Please update us, this is an important feature that i am sure many people are awaiting, thanks BG
Web Conference for Zoho Creator
Hello. I'm thinking of organizing a Zoho User web conference. I would like to have some initial feedback from the community on these questions: 1. Would you attend? 2. If so, what topics would you like to have covered? 3. Would you also want break-out sessions on various Zoho Creator topics, tips, and techniques? 4. Which Zoho Developers would you like to invite to present or teach courses? 5. Which time of year would it be best? Summer, Fall, or Winter? 6. If you are a Zoho Creator staff / employee
Can I allow editing of only last form submission in a view?
I'm having my employees submit their timesheets via Zoho Creator, and I was looking for a way to only let them edit the most recent one, or any submitted in the last 2 weeks. Is this possible?
Feature updates and bug fixes
Greetings to Zoho Creator Users. We are pleased to announce the latest set of feature updates and bug fixes. We now have the complete support for Firefox 3.5. The latest update includes one of the important requirements to import data from a file. The users hereafter need not copy and paste the data into the text area that is provided, but specify the file containing the data instead. The specified feature supports the .csv, .xls and .tsv formats. While this is an enhancement, the feature to copy-and-paste
Turning a string into date/time and back
Thanks to Gaev and Zoho developer friends for helping with my scheduling app. Here is a function for anyone who is trying to do something similar--it takes times formatted as strings (such as 10:00 AM), and convert to date/time for calculation, such as adding 2 hours. Convert string to date/time: date TextTimetoRealTime(string texttime, date newdate) { //This function takes a time string formatted with AM/PM (ex 2:30 PM) and converts it to a real time/date. Arguments are the source of the time
ical feed - Calendar Name problem
Hi there, I'm having a problem with subscribing (in Google Calendar) to my Zoho ical feed. Google Calendar does not seem to be recognising the calendar name, and seems to be giving it a randomly generated name of numbers and letters. Here is the URL for my Zoho ical feed: https://creatorexport.zoho.com/katieboyle598/test/ical/Calendar1/DTSTART=Start&DTEND=End&SUMMARY=SessionType&DESCRIPTION=Attendees&STATUS=Status&LOCATION=Location&ORGANIZER=EventOrganiser When I check this in the browser, I can
How do I calculate the age of a person at a later date?
I want to calculate the age of a person in May 22 of 2010. How do I go about doing that without having two visible date fields. I looked at http://help.creator.zoho.com/Date-Calculations-and-Formula.html#3._How_can_I_calculate_the_age_of_a_person_from_a_given_Date_of_Birth? and other questions on that page and was unable to arrive at a solution.
An action on the "Submit" button
Hi all, I have created a form with some initial questions. I have created another form with a different category of questions. Is this possible: On form 1, on "submit" button, go to form 2 Thanks for your help
Unable to Edit items
I have setup about 7 different Views in my application. When accessing my application, 4 of them (all under the same Section) will not let me edit record data. I can click on the Edit button next to a record, and a new window pops up, but there is not data in it to edit. The Views in the other sections work as expected. Any idea what is causing this issue? Thanks
Unable to Edit a record while in View mode
When accessing my application and going to certain Views, I tried to edit some records, but the popup screen is just dark and blank. Other Views seems to work just fine. Please advise. Thanks
Is there any way to add image from api???
Im working on an creator.zoho application almost done.. all is perfect except images cannot be added using api.. just wondering is there any way to do this.. any help would be appreciated. thx!
Bulk Edit & Password
I have embedded a view into a website with prompt for password. Even though Bulk Edit is not checked in the set permissions section it still shows in the view. Is there a way to remove the Bulk Edit option? Herb Wexler www.PreventingMediocrity.com
Unable to import data into my application in a paid account
I have also e-mailed support. This is really a problem because this database is to accompany some stories, and it needs to be updated by tomorrow. Whether I cut & paste the data in or try to upload the file, nothing happens either in Firefox or Safari. I don't really feel like re-typing in 100 entries manually. Don't know if this is a problem just with our app or if others are having the same issue. Hope someone at Zoho can look at this promptly. Thank you.
Next Page