Can not delete Form
Hi, We creat an application by Baihui Creator, The form's script maybe incorrect, so that we can not delete this form. Can not export the .ds and can not delete. Can you help me ? Thanks Andy
creator down ?
creator does not work ?
Creator server down?
I am unable to access my database and it is not showing on my website. Is the server down and will the problem be sorted soon?
cannot login to zoho creator
Tried to log in as usual, and got the following message. Error 502 - Bad Request The server could not resolve your request for uri: http://creator.zoho.com/ Any suggestions?
Creator is down - can we get some information on what's going on?
Creator went down about 20 minutes ago. This is fundamental to my business now. It's the busy time of the day here in Australia, so any chance of getting some feedback on what's up & how long it's going to take to fix it? Thanks Anna.
Dynamic function reference
It would be nice to have the option to create a function reference on the fly. Now the reference is fixed: "application.namespace.function()". However it would be nice to be able to assign the application name <application>.namespace.function(). Example: Application SysAdm has a table with two fields: "Application" and "RecordCount". It retrieves the number of records of two other applications App1 and App2 stores them in the table. Both App1 and App2 have a function sendNoRecords(). If you want
I am not able to Drag and Drop
HI, I am a new user and when i am creating new form and trying to Drag and Drop , it says "Undifined" Mani
How do I put the cursor in a text field any
Hello I need to put the cursor through the script in a text field in my application specific Thanks
I can not duplicate my applications
Hello No longer able to duplicate my applications Before I could, but now I can not Why does this happen
How to Change Text Field in Checkboxes to Numbers
Hello...I am new to Zoho and I like what I see so far. Unfortunately, I've been struggling with something that should be pretty basic, and searching through the forums and emailing support has only helped me realize that the only way to accomplish my task is to write a formula. Here is what I need to accomplish. I have a registration form with checkboxes for fees: Check which of the following registration fees applies.* Government Planner $100.00 Government Planner Non-Member $125.00 Contract
"Duplicate entry" validation response fails to identify field name
When the user enters a duplicate value into my "No duplicate entries" field Name, he gets Duplicate entry 'John Smith' for key 2 whereas I would like Duplicate entry 'John Smith' for Name Any solution? Thanks.
Fetching Record by passed ID
I have a special field on a form for html code that passed the record ID to a stateless form. The stateless form is receiving the ID (675380000000086075) But the fetch statement does not find the record. Here is the html code input.View_Details = "<a href='http://creator.zoho.com/dmpeltz/values-dev/#Page:View_Details_stateless?Passed_ID=" + input.ID + "&Called_From=" + Type + "'>View Details</a>"; Here is the fetch statement Patient_Rec = Patients [ID== input.Passed_ID]; Let me know if there is
Drop Down Questions
I want to create a form for registration for a website. The problem is I want the answer to question 3 to be a drop down selection of answers (not a problem) . However i then want question 4 to have a drop down selection of answers. (not a problem) the problem is i want there to be a different choice of answers to question 4 depending on the answer the user chose for question 3. PLEASE HELP
Create Pages in a form ?
I have a form that has a great deal of info needed to be collected. The information is currently divided by using the 'add notes' section, however, it is just too busy and may be daunting for the customer. I know google forms allows you to create pages so you hit a 'continue button' to move to the next section of the form, is this possible, if so how? Thanks
Can I create "Rolling Balances" in Zoho Creator
Hi, I am trying to develop an accounting application. I have a form for Transaction Entry, which works great except for my Rolling Balance field. I would like the Rolling Balance field to show the balance by account at each record. For example: Record 1: For Account 123, Transaction Amount equals $100; Rolling Balance equals $100. Record 2: For Account 123, Transaction Amount equals $100; Rolling Balance equals $200. Record 3: For Account 123, Transaction Amount equals $200: Rolling Balance equals
add record in a view
I would like to use a stateless form to add a record in a view instead of the original form the view is based upon. How can I do this that my stateless form pops up when I hit add record? Thanks for your help Michael
System of registration of several names for multiSelectList
Hello How do I create the following schedule: I have a text field called Name I want to start using a multiSelectList empty. Your items will be added according to a button with the title (Add a new name) When you press the button to multiSelectList is populated with the name that was in thetext field When pressing the button will register all registered items present in MultiSelectList tothe database How can I do this? Thanks
Problems with editing an item in grid view with embedded frame
So I am not 100% sure what is going on. I have a grid view that is an embedded frame on one of my personal webpages. I can usually add a record without a problem. But many times I have trouble editting a record. When I click the Edit button the edit screen opens up, I change some text, and then when I click the update button, I get the spinning icon with the system saying updating, but the window just hangs. I eventually have to open up a new browser window and I may get lucky and then be
Offline Desktop Application Using Gears
Is it possible to have an offline, desktop version of the online application? Using Google Gears? If yes, plz explain like u wd do to a newbie. Thanks
How do I show multiple line items?
I have two forms with a many to many relationship. I want to create a form that will allow me to view the information from Form A and then show line items from Form B that are related to Form A in one view. For example: Form A contains: Student First Name Student Last Name Student ID Form B contains: Class Name Class ID Class Description In a normal relational database I would have a third table that tracked the student's grades, Form C: Form C contains: Student ID Class ID Grade
I need to make my View (HTML) to open a view through the action of a url in html form with a parameter of a text field.
I need to make my View (HTML) to open a view through the action of a url in html formwith a parameter of a text field. The code is below: htmlpage Gerencia_Baixas () displayname = "Manages Low" content <%{%> <span style="FONT-SIZE: medium; "> <strong> Manager Low </ strong> </ span><br /> <br /> <form action="http://creator.zoho.com/bcrosman/gerenciador-de-dados-na-/view-perma/Baixa_de_Estoque_View/Vendedor=FirstName"> <span style="FONT-SIZE: small; "> <strong> Enter the Name of Seller: </ strong></ span>
Registration limit problem
I'm trying to create a script where I can limit the number of registrants for each session (dropdown menu selection). I'm trying to copy and paste a script from another discussion (modified for my fields), but it's not working. Please help. The script error within add - validate is: Encountered "18" at line 1, column 41. Was expecting one of: "]" ... "*" ... cnt1 = count ( Meeting_Time [ October 18, 6-7 p.m. == input.October 18, 6-7 p.m. ] ); cnt2 = count ( Meeting_Time [ October 18, 7-8 p.m. ==
How to setup a form to allow input of multi-level values?
My form has a radio box group "genus" (a lookup from the genus table/form) but also needs another - "species" - that shows only the species values that are in the selected genus - i.e. that have a matching genus field in my species table/form. I guess I need an Update action script for this, using input.genus, but I cannot find out how to a) lookup the all matching species in the special table/form b) put these into a radio box group. Any help greatly appreciated. Thanks.
Quarterly or Monthly Script
is there a way to break down billings by quarterly in the script, i know i can do it in a view but i need it done in the script
Is there a way to query a decision box if it is selected or not on Validation or Success?
Is there a way to query a decision box if it is selected or not on Validation or Success?
RSS feed problems
I'm trying to create an RSS feed from a Zoho Creater spreadsheet, but it's not working. According to the W3D Feed Validation Service (http://validator.w3.org/feed/), the feed is invalid. And, the feed won't appear on my desired reader: http://feedostyle.com. The application is public. Here's what Zoho gives me as the feed: https://creatorexport.zoho.com/westdepere.se/data1/rss/data1_View/ Please advise.
Invalid entries found
Hi! I`m havin a problem. I saved one form and when I try to save a new one, an error message says that are invalid entries found. I`ve checked lots of times, trying to find the error but I couldnt... What can I do? Thanks!
Rich Text Editor Problems
In IE 8.0.7x, attempting to hyper-link a work fails with this error User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3) Timestamp: Tue, 1 Mar 2011 19:02:57 UTC Message: Object doesn't support this property or method Line: 1 Char: 2619 Code: 0 URI: http://js.zohostatic.com/ze/v9/http/js/ze1.min.js In Google Chrome 11.0.6x, any form that uses
Unexpected Behavior with Links to File Attachments
If I have encoded a link to a file attachment using html, the link only works if I also enable the field to be displayed in a view. For example, this works: But this fails: John M. Whitney
Usage limits
you could increase our capacity because we have this message? Error details: Error occured while on Load script. The execution is stopped since the number of deluge statements that can be executed in an action has exceeded the maximum limit. You can view your usage limits here.
Creator "Reports" --- murky, hard to use, missing features... Ughh!
Woof! The so-called Creator "Reports" are the #1 worse designed module of Creator... period. How to use it is vague, confusing and murky at best. The inability to Sum a column at the bottom of a report (i.e. Grand Total) is missing, but there *is* some kind of strange "sum every entry" function that is visually confusing. And the so-called "preview" mode presents a narrow short view window, though the report is likely to contain several columns that need more view width in the preview. Strange
filled form automatically emailed and printed
Perhaps it would be great if that form could be shown after beeing filled. I need to print it after filling. I also need to have it emailed to me completely. II need more than just, "something was done" the filled content is important to be in the mail. Thanks in advance for any answer. R
How can I provide alternate language versions of the labels in my public forms?
I want the user to be able to select language from a drop-down, and the form control labels and fixed text immediately change to the language-specific string I've provided. Thanks.
Hide Custom Actions on Permalink
I've noticed that if I provide a permalink that does not require a sign-in, people viewing the permalink can still see the custom action drop-down menu (when custom actions are present) and the custom action button if it is visible in the view. If a non-logged-in user selects a record and uses the custom action drop-down menu it actually carries out the action! I cannot find an option to hide the custom actions. If these cannot be hidden, it seems like a real bug and security issue. Please let me
My permalinks are not working !!!
Dear Sir, Permalink, which I posted on my website online Database Solution are not working. When we click on the links, the relevant page on zoho does not open. While the link get open when I logged in to zoho. Please help me on same. Waiting for your response. Abhinandan Sharma zoho2aps@gmail.com www.zoho2aps.wordpress.com
wildcard character
Hi, Would anyone know how to search for wildcard characters within zoho? More specifically, I would like my view to filter those rows where one of the fields contains the following characters. *S*Many thanks in advance for your help
Would like empty fields to not display in Form View
Any way to make empty fields hidden in Form View? Thanks! Val
Various Problems internet explorer
Hello, I hope someone can help answer a few riddles: 1: When logging into my application via Federated ID from Google Apps on internet explorer you are asked for a domain login. Yet when using Chrome or Safari for example this doesn't happen. 2: If you open a pivot report in Internet Explorer I receive a warning about there being secure and non-secure items on the page, this again doesn't happen with any other browsers apart from Internet Explorer 3: Does anyone know what security features should
How to make a form to sell more than one product for sale
Hello I'm having the following problem I have a sales application In it I have a form for products, one for sales, one for customers and other sellers. In my sales have some form fields and have also sold the field, which currently only makes a product sale at a time. I wonder how I can do to create a way to make the sale of more than one product in the same sale Thanks
Hide empty fields during sendmail - or before?
I was curious if I can hide fields in any way that have a null value so that they are not sent via email. Here is an example: What it currently is: Location: New Mexico Product 1: 6000 Product 2: null Product 3: null Product 4: 1500 Product 5: null What I want it to look like: Location: New Mexico Product 1: 6000 Product 4: 1500 Any ideas?
Next Page