Column Width too small
Yesterday my Database had correct column widths for the heading fields, today they have all become compact and hard to read I have my column width setting set to AUTO How do I fix this? anyone?
iCAL Feed Bug
Today, when I set a view to allow an ical feed, the action does not stay. Additionally, the only options in the pop-up dialog are Close and Cancel. I'd expect an "ok" or "submit" button or some type of notification that my ical feed is activated. PS: Any plans to support this ical feed in ZOHO calendar?
Export records problem
Search and export record does not work- search for record is working, but if I want to export it I recieve " no records were found"
Not importing
Hello, I´m trying to import data from a xls file into a form but its not working. Why? Hope you can help me. Thanks Rodny :)
formula fields
I've create a formula field in "edit this application" but it's not appearing when I try to "access this application". Also a currency field I have set up doesn't let you put in your own amount...it keeps popping back to 25, which is the amount that is required in another field. steph
Calendar button not working
Calendar button not working ...
Storing a radio button selection as a number for a quiz
I am creating a fitness survey. A portion of it is nutritional. I think this should be pretty easy, but I have several questions, all of which have the following answer choices: Never Rarely Sometimes Often AlwaysI want to be able to store the answers to each of the questions as a number. For example, Never would be a 0, Rarely a 1, and so on. I want it so that it will store just the number in a column so that I can add them up and give them a score later on using a formula. I can do the scoring
Cycle 3: Submit Your Feature
The Cycle 3 feature collection phase is now open. Please use this application to submit your ideas: LINK Guidelines: Do not submit any Features already listed on the "Working On" page. Features from the "Roadmap" page can be submitted. Old ideas from Cycle 1 and 2 can be submitted again. The Feature should be more than bug fixes or minor GUI changes. Once you submit this feature, it will be given a Feature ID and link. Use the link to the Feature ID in any forum discussions concerning the feature.
Manipulating data from user input to form
Hey Guys, I am collecting mobile numbers on a form which are inputed in the standard format. When the user hits submit I want to add a "44" to the beginning of the number and a "," followed by a space at the end. This would then be placed in the data column. I am not very good at writing these solutions and would be great if someone could help me out, step by step. Many Thanks Simon.
Cycle 3 suggession : - Open URL in header Custom Action
Consider an Event Management application, that uses Events , Contacts (Roles defined as speakers, participants, volunteers), Company (Roles defined as sponsors, partners, Organisers) etc. Upon finalizing an Event, rest of the details are reviewed, revised and updates are done on an ongoing basis until D-Day ( ie.. not an one time action). At the Contacts view, Custom header action that takes in List as a paramenter Multiselect Contacts & there by get their IDs Custom header action that takes in ID
set up form and embed?
I have s simple form I want to put on my web site, let the reader fill in information and have it e mailed to me. How do I set up the form to have it e mailed to me? Then how would I get it into my website? Dwaine
Field matching
Tried importing a XLS file from Outlook, it imported but no data seen except one field. Is it possible to do field mapping prior to import to ensure that fields are matched
Problem with html view edit
I am getting a blank page when I go to edit an html view, and also I am not able to see the form or view definition. I tried it on Firefox, Internet Explorer and with Google Chrome and I am getting the same resutl. Help!
Editor
If two code blocks are nearly identical, switching between the code blocks shows the code as being graphically merged. That is, one code block is fading out and the other code block is fading in, but they both get hung so I can basically see both code blocks at the same time. I have to switch to a completely different code block with completely different code in order to get the Editor to completely redrawn the code in the Editor. Hope that makes sense! Stefan
Pick List Population
Hi, I've been having a problem and can't seem to find a way around this, hoping someone can help. I'm trying to populate a Radio Button picklist (Goal Title) with values from another form, that are based on a value within the current form (Employee ID): varManagerGoals = Goal_ID_to_Emp_ID_Mapping [EmployeeID == input.Reporting_to]; if (varManagerGoals.Goal_Title!= null) { input.Align_To = varManagerGoals.Goal_Title; } For some reason this code brings back EVERY value from within the data
Importing records
Please help. Really like Zoho, but can't seem to upload an .xls or .csv into my newly created database! When i click submit, it says loading and then just returns to the upload screen. It seems as if it might be complete, but when I try to look at my records, there are none.
Open Document in Creator View Online
I want to open online a file in a Creator View uploaded from a Creator form. I cannot do this with either Zoho's own "Zoho Companion" or through OpenIT online. I believe this is because of the way the URL is created through Creator. Does anyone have a workaround for this?
sending form to customer
Why can't our customer fill out our form? They get an 'access denied' error after 'logging in'. We don't want them to be able to change the form just to be able to answer the questions and submit.
Trouble appending data to text field
Cannot seem to get this to work. Fields: Services (multi select) Service_Date (date) Service_Date_List (text) When the user selects [Services] and a [Service_Date], the text "Service Service_Date" gets copied to [Service_Date_List] When the form is submitted, I want to append the info in [Service_Date_List] to the field [COMMENTS] as a log. The following does not work in (on Validate) or (on Success) if (input.Service_Date != null) { insert into Tracker [ COMMENTS = input.Service_Date_List
Formula for a column HELP!!
Im trying to make a column with the following variable (23 - x - y - z). 23 is a base, then I want to subtract the entered numeric values in cells x, y, z (where xyz have been defined by the field name) In the formula field I entered (23 - Sep_2009 - Oct_2009 - Nov_2009 - Dec_2009) But keep getting an error Error in statement at line number 0 The Left expression is of type STRING and the right expression is of type BIGINT and the operator - is not valid here Any ideas? Thanks!
How do I append data instead of replacing it?
I understand how to fetch and change records from a stateless form now, but how can you "append" to a text field from a stateless form? Right now this works to replace: -------------------------------------------------------------- if (input.Service_Date != null) { temp = Tracker [CLIENTID == input.CLIENTIDLOOKUP]; temp.Code_10_Record = input.Service_Date.toString(); } ----------------------------------------------------------------- but I want something like this, which will not work:
Using Zoho CRM Data to Populate Zoho Creator Look up Field
I'm building a simple Creator app to create invoices for our small business. All my customer and supplier details are stored in Zoho CRM. Rather than set up a form to duplicate all my supplier/customer records (which I need to produce the HTML View invoice), I would like to be able to access the Zoho CRM customer / supplier data directly in Creator - ideally by using a look up field to view all customers and suppliers names, and then using the selected customer/supplier name to pre-populate the address
Data lost on update? How do customers update?
When an update to an application is available, will the data for your current application be deleted upon update, or will it persist into the new version? I tried it on my own and the data seemed to be deleted. If I had an application that a customer had paid for with the promise of free updates, how would I allow them to update without deleting their data? How can developers update applications for customers?
Form Number Field Width
In the following form code, I set the width on a Number field and it has no effect. The number field is not large enough to fully display the number. Worse, when the field is disabled, there's no way for the user to have access to the full number. form Jobs { success message = "Data Added Successfully!" column { Request_ID ( displayname = "Request Number" type = number width = 60 maxchar = 20 )
Trying to delete selected records with OnClick in statless form.
Ok, here is my goal. I want to delete selected records with a stateless form. I'm using a checkbox to determine which ones are deleted in the main form. Name of the main form: claim Name of the checkbox: Extended Name of the stateless form: Clean_Up code for On Load of Clean_Up deleteList = claim [Extended == false]; that is a 'fetch records' function. I don't even know if that is the right way to start. code for On Click of Clean_Up cutOffTimeMicroSeconds = (zoho.currenttime.toLong() - 5 * 24 *
What Happened To Scheduler
Just another missed deadline promise. This started as being released August 21st, September 2nd, October.....Then, at the end of December, it was 2 weeks or so. Well, what gives??? If its not going to be ready, STOP MAKING PROMISES!!! This is getting to be a redundant topic on these boards, promises that do not get met. Sincerely, Disappointed Paying Customer
Add "Modules" to Existing Application
I am wondering how a developer can advertise an application with the ability to add modules at additional cost. Basically, a free version of an application could be advertised and installed and at a later date other options could be added for a cost. Obviously, the user would need to be able to keep the same data with each update. Has anyone done anything similar? Thanks for your feedback.
Problems when opeinig my application
I am having trouble my Gastos application, when I try to open Gastos View, the page loads with errors and I just can´t go on. It feels like the database needs to be regenrated due to problems with an index. Could you please help me? Regards Mauricio De Anda H
Error in zcliveapp.js
Hi, my users have problems loading the full page properly. The menu and submenus aren't displayed properly and the submitting of data doesn't work. The application worked perfect until a week ago. This is the error they receive when loading the page: Bericht: 'undefined' is null or not an object Regel: 1 Teken: 116387 Code: 0 URI: http://js.zohostatic.com/creator/ZOHOCREATOR_Dec_28_2009//js//zcliveapp.js Bericht: Kan deze bewerking niet voltooien door fout 80020101. Regel: 1 Teken: 30474 Code: 0
help Makin a password recovery
i have made a password recovery where i want to type in a computer number and it will give username and password for a site. and if you havent added your username and pass yet then you go to add_pass but thats where i have trouble. i need to add the input of user name and pass and comp pass to something so that at the 1st screen u can just enter your computer pass and it will pop a screen up saying your username and password.
Syntax error in IE, not in Firefox
IE error message is : Message : Erreur de syntaxe Ligne : 2 Caractère : 1 Code : 0 URI : http://creator.zoho.com/idealconnaissances/thd/form-embed/inscription/FCYCrbjr3bWrJ9Rze7QOuM1g9WeKjZ8qXE7zfe1ptRzYsTRGBrVkm9kt38bj51UhwRzfCqF1FM7FRJHuuOHeGwWCGa5Q33rCyq53/zc_LblFont=Verdana,serif&zc_LblFontSize=1em&zc_InpFieldFont=arial&zc_InpFieldFontSize=1em&zc_Header=false&zc_NextUrl=http://www.forum-thd.com/inscription/mercibis.htm&zc_OpenUrlIn=parent&insc_referrer=CG14 I don't understand what's going on.
Help - functionality broken for specifying html link.
In our form (http://goo.gl/1PFm) the "Terms and Conditions" text opened a html link in another window. This is now broken and I dont know why. I had the following script in place and TANDC was referenced in the text field. Help please? TANDC = "<a href='#' onclick=window.open('http://www.allweatherchildcare.co.uk/documents/AWC_TANDC_JAN01_V1.pdf');return false;>" + "Click Here For Terms and Conditions OF Business" + "</a>";
Intruction on creatiing a html view
Hi! I am a new user of Zoho Creator and reading the instructions to create a html view in step two of the html view definition it says: "..specify the view name and the section under which the view will be displayed .." but I only have one textbox to input that information and I have no idea on the format used to enter the view name and the section. Can you please give me an example. Thanks in advance
Formulas not displaying
Can't figure out why the results of my formulas aren't displaying at all in my list view. I checked these formulas. It happened after I added some other fields, which were completely unrelated to these formulas! help!
Trying to eliminate spaghetti code
Hi, I have been using the following code to generate an autonumber field for various forms, just changing the values as required depending on what I have named them in the forms (e.g. intClientID, intContactID, intVenueID, etc.) varMaxValue = frmMaxValue [ID != 0]; input.intClientID = (varMaxValue.intClientVal + 1); varMaxValue.intClientVal = (varMaxValue.intClientVal + 1);I would like to get rid of the spaghetti code, and simply call a function, but am having issues. The form where I store
Share specific parts of database ONLY - HELP!
Hi I have created a database, and will have 15-20 registered users, but I need each registered user to be able to view only their relevant portions of the database (i.e. John Smith..Project x, Hours worked) How do I do this? do I need to create a filtered view for each user? Please help! Thanks
Problem with Form
I copied the script of several forms and used it to create new forms. That form is now not opening up when I access the Live application. I have shared the application with support. One of the forms is "Online Marketing". Please help.
LookUp Issue
I am trying to create a relationship between two forms. The first form is Donor Information with three fields (First_Name, Last_Name and Email_Address). The second form is Contribution Entry. I have placed three lookup fields in the second form and linked each to its respective field name from form #1 (donor information). Here is my issue. In the second form with the lookup fields, I type in the last name of a person all is fine. When I go to the next field which is the First name look up field
the form ID is unique in the whole application?
I want to use form ID as uniquity in the whole application. Is it feasible? Please do me a favor,thanks a lot.
How to not select fields in HTML view load
Hi, I have a small problem in an HTML view with 10 embedded forms. My problem is that on load, the page select automatically the first field of the last form. So the user is at the bottom of the page. I'm sure it was not like that few weeks ago. Any tips on that ? Thanks Pascal
Next Page