Problems Accessing My Application
When I click to toggle from edit mode to access my application, I get an error message that says "500: Internal Server Error", and then by browser reverts back to my home page view in Creator. I am running Mozilla Firefox 1.5.0.7 on a Windows machine. This has not happened before - is this an error on my end? If so, what can I do so that it goes away?
Can't rearrange columns
Hi, In my applications I can only change the order of columns on views if i am the owner of the application. If I share the application to another user then they can't change the column order. Can you check this please? Thanks, Lee
RSS format
Hi! The format RSS: "The URL does not appear to reference a valid XML file." in any browswer. izquierdo.jorge
Problems Generating Forms in GUI View
I am attempting to create my first application and am running into some issues. When I create a new field on a form or rearrange the order of my fields and save the changes, the rest of my fields get moved around or some get deleted orduplicated. For example, if my form includes the following fields: First Name Last Name Email Phone ...and I add an 'address' field and click 'done,' the form is refreshed and my fields change to the following fields: First Name First Name Last Name Last Name Email
Trouble Changing Order of Fields in my Forms
When I rearrange the order of my fields in a form, my fields get all messed up. They duplicate each other and some disappear. For example, my form has the following fields: First Name Last Name Email Working With a Realtor? Purchase Timeframe Date of First Contact Lead Status ...If I move 'Lead Status' above 'Date of First Contact', then my form refreshes to be the following: First Name Last Name Last Name Email Email Purchase Timeframe Date of First Contact Date of First Contact Help! This is very
Trouble Creating Fields
When I try to create a single select picklist field, I get an error message saying that an unexpected error has occured and to kindly refresh the page. What do I do to fix this? abradford@khov.com
Can I send a password in a link? (For a private view?)
Hey guys! First off, i LOVE the things you guys are doing with all of your Zoho products...big props! Second, i have a question on sharing private applications from zoho creator. I want to imbed a form & view on a local intranet page at my company, however, I have set the page to private so that the outside world can't view our info. Is there a way to place my password in the snippet's link such that a user on our intranet does not have to login? Can this be done currently? Thanks so much for your
Is there a variable/function that returns the current date?
And can I use it in a formula?
"How to" scripting question
Hi, I've built a DB of customers from differnet industries (one of the fields in the customers form is "Industry"). I've also created a message board, with a pick list field called "Target Industry" that has the same values as the those of the customers. I'd like to be able to create a message, choose the target Industry, and then upon success send an email with the message to all customers in the target industry (i.e. where target industry == industry). Is this possible? Thanks, Yoram
problems adding a formula
Not sure what's going wrong here but ... I'm trying to add a simple formula to a form and am getting an error message that I can't figure out. See the coding below (I added: type = formula value = $Score - 36) Plus_Minus ( displayname = "Plus/Minus" type = formula value = $Score - 36 width = 20 maxchar = 99 tooltip = "Web application" ) Here's the error message: Error modifying the page Encountered "width" at line 36, column 9. Was expecting one of: "value" ... "displayname" ... "type" ... "tooltip"
How to Change or Delete an Application
Hello, This is a fun tool. So how do I change and application name? I have a typo. For that matter, how do I delete an applicaiton I made? Thanks, William... WAudette
Accessing Form data across multiple forms
I have a form "Daily_Log" and a form "Users" now in "Daily_Log" I have a pick list defined and it takes all the names from "Users". values = Users.name This works, what I would like to do now though is to dynamically either in the form "Daily_Log" or in the view for that form show a value of that selected user from the form "User" so I would like to show a particular users "Hours" minus what they just keyed in, in the form "Daily_Log". Is this possible in the form or at least in the view? ccmehil
Newbie question: DB Search Functionality and Zoho
Hi, I am new here so please be nice.. I would like to create a website that contains an advance search mechanism (with multiple search criteria), based on a data that is stored in a DB (Access). Can this be done using Zoho? If not any idea how can I do that? I am not a web developer. Thanks, Mickey
date filtering
I am creating a workout log application. http://www.zohocreator.com/jgianoli/fitness-v1-public/ I want to filter based on dates. For example, how do I filter for just the past 7 days. The idea being, I want to see a list of my workouts the past 7 days and see totals for minuts on the treadmill, miles on the treadmill in the past 7 days. Any idea on how to do this? Currently I can only filter on the month.
On Create
Hi, Can I send an email when a new record is created? The On Update function only sends an email when a field changes, which doesn't include when the record is first created, perhaps it should. The On Success function does send an email when a record is created but also sends one after any field has changed. I only want an email to be sent when a particular field changes. I would also like to send an email when a record is deleted. Is it possible to display the original value of a field before it
alter field value on success
I'd like to alter the field value on success, in my form I have a decision checkbox called "Bonus_Points" and if it is checked I'd like to alter the value of the field "points" if (this.Bonus_Points) { this.points = this.points * -1; } However I get nothing but errors? ccmehil ------------------------------------------------------ This is posted using zohocreator feedback form
on success go to url
Is this possible with zoho creator? I would like to do a on success script that, depending on an answer to a simple form will take the user to one out of several urls. I have read the deluge manual, but have not found any example. Is there other functions other than sendmail?
NEW fieldtype: DOCUMENT
And onother request. It also would be useful if users could upload documents to applications created with ZOHOcreator, e.g. uploading PDF or .DOC for job applications. best regards, Frans Maassen
Foreign characters...
I am creating an application to control the classes I give. However, I have noticed that some characters are not accepted by your server. I have entered a name of one on my students (Adriano Guimarães) but it is displayed without the accent (~ tilde). in Portuguese (as in French) we have some words that require some accent above some letters. Is it a bug or your server really cannot understand these type of characters? Thank you ion anticipation for your report. Ricardo Jaridm ricardo.jardim
Orphaned Students Marks
Weird. Zohocreator handles creation and update of a student's marks, but when the student is deleted we are left with a lot of orphaned marks. How weird is that? david
Currency issue: TRY should be YTL
Hello, as of januari 2005 Turkey changed it's currency into Yeni Turk Lira. They dropped 6 zero's off the old Lira. The new money is refered to as YTL, TRY does not exist anymore. Could you please change? Also this is true for your CRM application which also shows TRY. best regards, Frans Maassen
Non Javascript links for app tabs
Currently, the links represented as tabs in the apps are in the form of javascript:void(). I use firefox and am often Ctrl-clicking links to open them in a new tab. That is not possible with this type of link. It would be more usable to be able to Ctrl-click an app tab to load it in a new browser tab. Then for example, on could look at a list of Clients and a list of Companies, without having to wait for screen refreshes (from changing app tabs). edistokitty
How to? display tabbed application
Hello, maybe I am overlooking something but how can I get the Tab in my LIVE application. I am able to display a form (works!) and I am able to display a page (works, but also gives the form). Can't find how to publish the whole application, tabs included... thanks for your answer
shared to me
1)The shared to me and created by me 'tab' for apps is not usable. Its hardly visible. I would suggest that you have all apps listed by default in the same view and have a small icon that shows an indication that is is shared. 2)Make the current 'Created by Me' and 'Shared to me' as links ("similar to GMail's 'select all' and "select unread") and filter the view/table "My applications. Thanks GIbu gibu
Inequality, or NULL Search
How do I select only records which contain a field that contains no data, sometimes called search for NULL Thank you. Roger Meyer
IE 6 is NOT showing images in GUI mode
Hello, just stumbled across a serious bug. In GUI mode IE6 with Service Pack 2 installed doesn't always show all images. That makes the interface quite complicated to navigate. Crucial buttons like save/edit/cancel don't show thus making it nearly impossible to understand how to make changes to a form or view. My workaround is to move the mouse around the screen (like a blind person) and watch it change into a hand. Whenever I am hoovering over a missing image, I right click and perform a "show image".
Error while changing field type
Hello, first of all, let me say: GREAT WORK!!!! I experience a bug while changing the field type from line to Email-line + adding a tooltip + making the field type mandatory. After changing these three, I try to save the changes and the system hangs with "Error on page". Only way out is to go to "My Home". info
default sorted-by feature
It would be good to have a default sorted by feature in the view table because I wanted to sort my view by last edited. And also, I would like to request an easier email feature. I would like to use it to email me everytime a data is change. Thank you for this great app and regards rajasa
09/07/2006 Cannot sign up - Java Script Error !!!! preventin
09/07/2006 Cannot sign up - Java Script Error !!!! preventing form submission "Sign up for free" dosen't work -Srini Nidumolu snidumolu
New field type: URL
Hello, it would be very useful if a new field type would be added: URL. Two values would have to be specified: URL (where to jump to upon click) Display link: how to display the link. DISPLAY LINK URL example: Dalyanonline website would jump to www.dalyanonline.net
New Field type: IMAGE
Hello again, it would be VERY useful if a user could be prompted to upload an image to the application. Field type IMAGE could be added! thanks for sharing such a great application with us! best regards, Frans
Sort on multiple columns
I can't figure out how to sort on multiple columns such as LName then Fname. Help. Thanks. Roger
Hebrew
Hi, I'd like to use hebrew characters as labels for fields in my form. Currently, ????? apear instead of the hebrew characters. Fixing this would be the first step... Then would come the Right to Left mess :) Cheers, Eitan. eitan
I AM CHINA
Hi I am your user of zohocreator product.i like it very much,but i fund that not for chinese,i feel bad. I hope you can help me,let it better! Best wishes yours shen wannian(沈万年) shenwn
Creator is very slow
Hi, I know you are upgrading to a new Grid system but Creator is unbearably slow at the moment. When will the upgrade be complete please? Thanks, Lee
Where is my data ?
Hi, I have created an shared application with a view. I know that one of the user I shared the application with entered some data. However, I cannot see this data anywhere. I also tried to enter some data but I cannot see it. Thanks for your precious help David
Simple form in site
I just tried to create a simple form and copied and pasted the script on the page. When I write something in the form and save Zoho page appears and says the data is saved. Only when I go back to the page and refresh I see what I entered in the form in the view. Where can I find more information about how to build a searcheable database in my site like a knowledge base where visitors fill out the forms? You can see what happens in this link http://www.globalpioneering.com/ Thanks.
Printable Receipt or Invoice
It would be nice to create a customizable view for Receipts or Invoices with a printable view and button joberhaus
Problem adding Formula field
Hi, I am trying to add a Formula field but I get the error "An unexpected error has occured. Kindly refresh the page" My application is http://zohocreator.com/leejordan/elections. I have shared it with support@zohocreator.com On the Elections tab I am trying to add a formula field that references a Form - Single Select field ie $Electing_Operators. Thanks Lee.
User ID in the form
Hi, How do I add a field that shows automatically the user id of the person who entered the data (in a private shared application) ? I guess I should use a formula field, but I have no idea of what I should put in the formula expression field. Thanks for your help
Next Page