Formula field label not taking in view
Hi, I have a problem with a formula field in that the label name that i have assigned to it is not showing up in my view. The field is labeled as 'Formula1' instead. I have tried to change it using deluge by assigning a displayname property but that doesn't take. Is this some sort of bug and can it be fixed? Thanks, John
Spreadsheet views visible only on first tab of tab layout
When I use the tab layout, spreadsheet views are visible only on the first tab (of seven). If I use the pane layout, the spreadsheet views are visible on all sections. When I change the view type to list, the views then become visible in the tab view. blanneau
no reports
Just had a further look and really can't use the system as it has no report system. Only way out i can see would be to embed in a web page which had the import data but can't really see that working. kpflude
View Criteria Not working
I created a hidden field in my application where it logs the user that enters the data. a field called: "Member" is hidden and zoho.loginuser is added as it's value on submission success. That enters correctly. Then in the view, I have the criteria to list Member == zoho.loginuser But it's not listing any of the entries that match. If I show all of the records, it lists them all and correctly shows that the zoho.loginuser has been added to the input.Member field. Any thoughts?
zoho
looks great but really think will be good when it is joined with zoho db. Also really disappointed that printing is so limited. Thinking of setting up an application using it and with creator don't seem to be able to get any worthwhile print outs. kevin flude kpflude
Zoho Creator
This application is very well done. I found it incredibly easy to create a useful form for my website. Thanks for your great code! robert.bell
Internationalization
Please, improve internationalization aspects of the Zoho applications. I'm from Brazil and I'm trying to create an application to be used in my country. Maybe I'm not familiar with the way to encode special characters, but words such as "informação" show up in the browser as "informação". I've tried encoding the special characters into html format (ç and all) but with no luck. Is there a way to currently show these characters in Zoho forms and applications? juliohm
view single record details ??
I have one form that enters data, and I have a view of this where I can see everything in the db. I have another form that has a drop down off each item in the first form and I can pick one, but how do I make a view for this? The view I have now is just building more db entries for that form, but I just want to act like a look up. How can I do this.
Pop Up
Can I give a pop-up message instead of alert, success or info message? Also the application can change the message for success by going to the form properties but what if I want to change the fail message? Anticipating your quick feedback. Thanks for the great application Sangharsh meetsang
Creator + DB/Reporting
I just heard about Zoho today and wanted to give it a try. Found the Creator and thought about an app that I have been wanting to develop for a friend of mine. The great thing about finding Zoho is that it is mobile capable (I was going to create the app for Windows Mobile smart phones - and we actually made some purchases based on this decision). Btw, when this is finished it might be a great "showcase" application. Anyways, the reason I'm posting is because I want to know if there is a way to integrate
How to build a Quick Search?
Zoho is doing a great thing! I like the Creator, and built a resume database, I'd really need a Quick Search for this app, which can then search all the fields with just one single keyword input, whille not choosing one certain column. Such as input a cell phone number may also get a result from comments which also contain the cell phone number, not only in the mobile phone number filed.
Remove Sorting option for all users
I just realized that the "Remove Sorting" option, selectable from the More Options menu, is available only to the Creator. That in itself wouldn't be so bad except that whatever the Creator's last used sorting order was ends up applying to all users of the application. And those users don't have the "Remove Sorting" option, and thus no way to get back to the default sort of newest entered records on top. :( Can you please implement some workaround for this at your earliest convenience? My members
Populate a form through scripting
I have a function that sends an email to an admin email address and the user email address whenever the user's record is updated. I want to be able to keep track of who sent what email when, though and save all of that information in a table. Is there any way of doing this?
question
I am very impressed with this PRODUCT ZOHO !! Can you please advise me with following: I have 2 tables form1 with products and form2 with product numbers product_nr: will be the key How can I automatically add this product_nr in form2 after the update in form1 ? Please help ! Thank you ! vdsterren
If statement and multiselect/Checkbox
Hi, Can you apply an if statement to multiselect/checkbox fields? It doesn't give the option to apply any scripting to the field? Is there a work around for this. I want to be able to apply a condition (e.g. hide field) on the basis of a multiselect selcetion? Any ideas please? John
If statement and multiselect/Checkbox
Hi, Can you apply an if statement to multiselect/checkbox fields? It doesn't give the option to apply any scripting to the field? Is there a work around for this. I want to be able to apply a condition (e.g. hide field) on the basis of a multiselect selcetion? Any ideas please? John
If stament and multiselect/Checkbox
Hi, Can you apply an if statement to multiselect/checkbox fields? It doesn't give the option to apply any scripting to the field? Is there a work around for this. I want to be able to apply a condition (e.g. hide field) on the basis of a multiselect selcetion? Any ideas please? John
Scripts keep regenerating
Hi, first time here. I'm sure I must be doing something wrong because each time I modify (and save) the scripts, they keep regenerating to their default values. Let's say I choose the 'free-flow scripting' then go back to the 'script builder', all my modifications are lost. The scripts are regenerated to their default values, with the green message : "script generated". The same happens when I 'access the application' and then try to edit it again. Or simply when I exit and come back. :) Well. That's
Need help -- running total of hours worked on a project
I've created a DB that allows you to assign a task/project to others. It also allows the person to keep updating the task/project showing how many hours that have worked. How can I keep a running total of hours per task/project? Example: Task1 I just worked 5 hours Previously worked hours: 2 Total hrs field should = 7 Any help would be appreciated! --Sid
Adding new items to multi select list
I imported some data and changed a field to a multiple select list. I now want to add some new selections but when I go into edit the field there is no option to add anything anymore. Is this a bug?
Wrong syntax?
Hi I have a problem with my appl. I am trying to make a relation between to fields. In this case it is between two tables (field name) =machine and (field name) = Machine_responsible. When our users choose a machine type from the drop down, the field "Machine responsible" should automatically be filled out with the name of the responsible person. I have tried to set up the below script - but it seems as something is wrong. dat = MachDetail [Machine == input.Machine]; input.Machine responsible = dat.Ref_to_Machine;
combined application view
hello i have created two diffrent applications which are shared between one another. there are in two diffrent zoho accounts as i use one of them as my work app in order to send from my work email. they are both task managment app's. i would like to have a joined view for them both, when i change the status field in each one of them to a current one, i could see them in my current view. is that an option ? they are both public and open to support edit. http://creator.zoho.com/talshani/task-managment/
order by clause for fetch statement?
When I fetch records I would like to retrieve the records I'm fetching in a certain sort order. I've looked everywhere, and I can't find any options for indicating the sort order for a set of records being fetched. Any help would be greatly appreciated.
Clicking submit sends them to web page
I love this program but I can't figure out how to send the user to another web page or site when they click submit. Is this possible? weaverkeith
importing data
Hi, We are in the final stages of our development on your system, and we are now struggling to allow our users to add the data via a bulk download. As an administrator I can add the .csv file and the process is updated, however, the user cannot do this (have I missed a setting?). I am aware that there is the option to update via email, but with the increasing concern over data being sent this way, and the risk of loss in transmission, surely some kind of FTP affair would be more suitable and secure,
Can autocomplete be disabled in the form?
Hi Thanks for your prompt responses to my previous questions. Is there a way to disable autocomplete in zoho forms? Can we use something like using autocomplete=false ? I need to implement this for 2 reasons: 1. I have some "on user input" scripts that are not executing with autocomplete. 2. I have a password field and do not want those values stored. If this feature is not available is there a work around? Regards lakshmi
Technique of safe game in poker
Technique of safe game in poker here _http://usersoftware.in/poker/
Is the import data function working
For some reason I can not import any data into my forms any more. adam_stone
Updating existing record in Add mode
I am trying to set up a user registration application where a new user can register with a password and a PIN. However if he is already registered, I would like to mail him a PIN generated randomly so he can login with it. In this scheme, I need to update his existing record in the database with the newly generated PIN and also prevent creating a new record. So I am in the "on Add" mode. If I do this in "validate" or "on success" modes, then I am able to modify the PIN field for the user record but
Fetch on multiple conditions
In the following statement, records with field named 'name' containing value of input.assigned_to will be fetched. tm = team_member[name == input.assigned_to]; Is there a way to fetch records based on multiple conditions ? I know this can be done with a for-loop. But is a simpler and more efficient syntax? Thanks for your prompt responses. lakshmi
ZOHO Creator bug report
First of all I'd like to say "This is a great Program!" I have run into 3 bugs (all within the "On Success" scripting section) as follows: The first problem relates to dragging and dropping into the script window. Many times it refuses to drop anything if the Red arrow is between code blocks. I often have to drop it inside a code block, and then pick it up and move it to where I actually want it to go. The 2nd problem is with the "Else" condition. After it has been added, I can not edit it, but am
Object Error - need help asap
hi, when i try to edit my scripts, the application just stalls on load and gives me this message: [object Error] this app is shared: http://creator.zoho.com/performedia/form/1/scriptbuilder/ please help me asap, would like to be able to continue my development.
NONE of my embedded views are displaying?
My application is public. I tried making it private and embedding the views that way but it wouldn't work either, so I made it public again. If you go to http://callalilybouquets.com you'll see the error message "We are unable to fetch this data, sorry! Please note that your data is SAFE. If you go to http://RedWhiteandBluest.com or http://GetThemToday.com it just says "No data available." I'm flipping out, I spend advertising dollars to send people to these pages!
Opel Corsa vs. Ferrari 360
All books about Opel The engineering specifications here _http://usersoftware.in/opel/
Selecting an email from another App to SendMail
I'm currently creating an Application (AppB) which allows one of our suppliers to fill in details about their product and have it sent directly to one of our customers. So i have a form where they enter the product and select from a dropdown (a lookup on AppA which stores customer details) which customer they would like to send the details they have entered to. As I've mentioned the email details of the customers are stored in AppA. I don't want our suppliers to have the email details of our customers,
Ordering your Master Cylinder is always safe and secure, gua
The bleeding master cylinder is a hydraulic control device that converts physical pressure (commonly from a driver's foot) into hydraulic pressure to operate other device(s) in the hydraulic system. The most common automotive uses of master cylinders are in brake and clutch systems. The operated device in the clutch system is called the slave cylinder. In brake systems, the operated devices are brake calipers and/or wheel cylinders.
REST API question
Hi and thanks for the wonderful apps you create! I'm using the REST API to fetch some data in an external application. To be more specific, I use this: http://creator.zoho.com/api/xml/<applicationName>/<formName>;/ view/matchall/<criteriaString>/apikey=<API Key>&limit=1&startindex=1 The problem is that when the <criteriaString> matches more than one record, the last one is displayed. But I want to display the one that matches a specific condition, based on another field. For example, the entry that
Autofill is not treated as an "on user input" even
Hi I notice that when I enter fields through autofill offered by my browser, the "on user update" event does not get executed. Can you please suggest a fix for this problem? I have shared my application with support[at]zohocreator[dot]com. I look forward to getting your feedback. Thanks Lakshmi
Well, now test buy in canada
I am sure that there are plenty of positives out there, but what have you seen for yourself? But, that’s not all. I have to agree. Good article. <a href= http://buy-viagera.allsexchat.info/viagra/index.html >viagra free sample</a>
po# 362-08-4188
Onie - please rush this order..big qty to be printed in China onie
Next Page