Limit on Size of Message Text for sendmail command ...
Hi: Is there a limit on the maximum number of characters that can be contained within the Message portion of an email sent using the sendmail command ? I have a Project where the requirements is to send a single End Of Day email that summarizes the records added that day ... I need to know whether/when I will have to break it up into a number of such emails. Gaev
Duplicate does not work?
Settings Duplicate Share The button Duplicate when pressed does not create another application. any help how to copy application? i tried More Actions Save as Script but it stopped without any output.
The new features are great
I saw in Creator that it's a new built in variable zoho.ipaddress and the code editor improvement (syntax highlighting and line numbers added). This is great! Congratulations, ZC team!
What is a script?
Can someone help me? Hi, I was going thru some of the help stuff but got a few internal errors. I sure hope you can help me. http://creator.zoho.com/cdevlin/graduation-lunch/#Form:Lunch I am trying to be clever, when a person answers my question, how many are coming, I want them to be prompted to enter name, age, and preferred meal for each respondent.. a student is graduating and bring 3 family members, i want each of there meal choices. I also want to know if any of them are under 12.
speed is a big problem now
Hi, Zoho team, Being a big fan of Zoho Creator, I am now puzzled by how slow the system is in recent days. My users are complaining - it is suddenly beyond their level of tolerance. When they enter a Purchase Order, the system often displays a cycling "updating" sign for a seemingly endless length of time. The user will often be impatient and refresh it. When he/she doesn't see the updated record, he/she enters again. Then the same thing happens. After a couple of trials, all of a sudden, 2-3 records
What is: TypeError: xml is null
Can anyone help with this situation? Please? When I am in Edit mode, Script, on a form and attempt to access a field On Update script, I get a "TypeError: xml is null", and the "loading..." icon freezes. It never loads the script. I must refresh to release. How do I debug this script if it won't load? What does the error message mean? Any assistance will be greatly appreciated. Frank P.
View with fixed header?
Is it possible to create a view where the header is fixed and you can scroll through the records? It is most annoying to be deep into a view and not be able to identify what your column headings are without scrolling back to the top. I know this is more of a report feature, but it would sure be helpful. Frank P.
Accessing data in multiselect fields, those involving stringlists
I'm having trouble accessing data from multiselect fields. In the form I am using, I have a field hidden (Graduating Class) when the form loads. If the user chooses "alumnus" from a list of check boxes for affiliation with my school, I'd like to then show the hidden field "Graduating Class". However, when I try to script something like when input.Affiliation == "Alumnus", I get an error message saying the left side contains a stringlist, while the right side contains a string... Any ideas? Thanks!
How to display two linked fields in an imported data fields?
Hello In a dropdown list, I would like to display values from a linked tables (example: project_code), and I would like the dropdown list to display also another linked field (for instance project_description). Is it possible? Thx in advance.
Editing Text Fields
I am unable to either add or edit text fields in my applications. When I type in text and click "done", nothing happens. Only by clicking "cancel" am I able to close the edit window. Can you help me? Thank you.
deleted records
how may i retrieve records deleted by accident?
string and long... inserting xml data into number fields
I absolutely love your getURL and XPath builder features. I use them frequently in my apps. However, I am running into a large hurdle that is holding me back from finishing a couple projects. I insert my xml data into form fields on validate and a few of the insertion form fields are supposed to be number (LONG) and my xml string is well, string! So even though the my xml path "/result/rows/text()"); is only one node of text and it's always a number, it won't recognize it as one. I have found a small
Add rec to Sheet from creator.
I am using a stateless form to generate HTML (view) - report So the data is mostly <tr><td> ... in loop While this html is being generated, i also want to add the rows to my zoho sheet Is this possible ?? Why i want to do this. I use vista & HP all in one F4288 printer . the HTML page is about 2 pages long. I am able to print this using browser's print command ( both IE7 & FF8), But for my friend ( -- win XP, Chrome latest version, printer hp 4plus) , only the first page is getting printed.
View with Image in Formula Field & Row buttons, Breaks Permanently, after Hide/Show Columns + Save
Hi, Here's an annoying, serious bug. I have a view with a formula field with 'img src' to display an uploaded image. It also has custom function row buttons. When I hide/show columns and click save, the view breaks! Only the buttons are shown, None of the columns show! In the Column properties: the hide/show status of columns is reset. And I have not been able to reverse this! This means creating a new view based on the same form and then customizing it all over again. Please look into this. This
Add to picklist "on the fly" with auto refresh of picklist
I have a form with lookup fields. I need a "non javascript" way to add to the lookup choices "on the fly" while entering data in the main form. And also automaticly refresh so the main form will display the newly added choice in that picklist without clearing out everything entered in that form to that point. I've seen it discussed somewhere but can't find where. I can sort of get the picklist form to open in new window but it doesn't refresh that picklist so that my newly added choice is available.
how to create user login and account access
is there a way to create a form that asks for a user name and password, validates that against a pre-defined or user-updatable database, and then gives the person access to their record in the database. so you are john, when you enter your password smith, if it checks out...you are able to see your grades for the semester, but not those of anyone else. thanks
Force Browser to Always Get Fresh Copy of HTML View ...
Hi: With regular HTML pages, you can code the following Meta Tag ... <meta http-equiv="Expires" content="0" />... to make sure that a fresh copy of the page is ALWAYS requested from the website/server by the Browser ... i.e. any older copy in the Browser's History/Cache is ignored. I would like to know how I can force the same fresh copy to requested for HTML Views. a) Does ZOHO Creator automatically include this tag ? b) if not, is there a way for the (script) developer to specify this ? ... as
Two Views into One
I have the following two views: Student_Status (which shows whether a student has turned in their permission slip) AUP_Status (which shows whether their student account has been activated, I import this in) I want to have one view that shows students that have turned in their permission slip, but have not had their student account activated. Thanks, Justin
i deleted my info by accident
please let me know if i can recover this information.
Last Modified User issue
I am having some issues with the 'Last Modified User' values. I have code in 'Validate' action script in one form where I update a field in another form/view. But the 'Last Modified User' field of the view updated through the script always shows admin user name instead of the login user who actually updated the record. Any help to resolve this ASAP will be appreciated. Regards, Vasu
Information displayed in calendar view
Hello How can I choose the date I want to display in the calendar view? For instance, I want to display a duration spent on a project but also le name of the project. Thanks in advance.
Can you do this in ZOHO Creator ?
Hi: Is it possible to define the url in a url field to be something like ... mailto:support@zoho.com ... and if so, how would one populate this field's content from the content of an Email field ? ... since the url field is made up of 3 parts, what would the script command have to look like ? I know that there is a SendMail command ... but I have a requirement to save some column space in an otherwise very wide View ... and avoid having the user scroll to the end in order to click on a Row Button
Trouble deploying Share command ...
Hi: I am having problems deploying the share command. I have a Stateless Form with an Email Type field (called User Email) and a Custom Button with this code ... share section("Home", input.User_Email);
share form("BizHours", input.User_Email);
alert(input.User_Email);When I run this Form ... enter the email address of another ZOHO User ... and Click on the Button ... I do not get any error messages (I am the AppAdmin) ... but when I go back to Edit Mode and look within the Share Tab ... this Share
Date Field value DISAPPEARS
My application is tracking domain names. There is an 'expire_date' field and there is a rating field called 'NFJ_Tier' (Multi-Select) I display the data in a 'spreadsheet' view (called SCORE) so that I can quickly make changes to NFJ_Tier for many records at once. Even though 'expire_date' IS NOT used in the SCORE view at all... When I "save" changes (scores on NFJ_Tier) every corresponding 'expire_date' value changes as well to NOTHING. It CLEARS THE expire_date field ENTIRELY! This is NOT GOOD.
Possible bug when entering Expression for Formula field
Hi: Thought Support might be interested in this problem I encountered when trying to enter a formula (for rendering an image uploaded in another field) like this ... "<img src='http://creator.zoho.com/DownloadFile.do?filepath=/" + UploadPhoto + "&sharedBy=scriptedlogic' title='Staff Photo" + "' alt='Staff Photo" + "' width='64' height='75'/>"... using the Edit this Field facility. After entering this formula for the first time ... as soon as I click on the Done button and return to this Dialog Box
Date field / Calendar Icon
Is it possible to restrict date entries to the Calendar Icon only? We are getting frequent reversals of the day with the month on data entry and would prefer to limit date entries to the use of the calendar only. If so, how do I block the date field? Thank you for any assistance. Frank P.
Problems with Quotes for HTML Link in Creator
<a href="url">Link text</a> I am trying to get this syntax in a auto fill form I have. I can't get the quotes to work around the url bit. This is what I have: website_new.URLhtml = "<a href=" + input.Webpage + ">" + website_new.First_Name + " " + website_new.Last_Name + "</a>"; what syntax do I need to get the quotes are input.webpage? THANKS!
How do I add quotes into this sting for autocreation of weblinks from my form:
I am trying to add quotes " around my input.Webpage so that it is a html link so I can download the list and upload to my website without having to format. I cannot get the quotes to work... I have tried " but the creator script gives me an error. Any help would be appreciated! NEED THIS: <a href="url">Link text</a> website_new.URLhtml = "<a href=" + input.Webpage + ">" + website_new.First_Name + " " + website_new.Last_Name + "</a>";
multi-line input box
Hi, Is there anyway of making an auto carriage return in the input box of a multi-line field or putting in max width? I have designed form to fit neatly on page, but if person does not do carriage return manually then when entering in the multi-line field it stretches it too wide? tks
[Feedback] Application Published
Dear sir, I have published my applications to the Marketplace, but I am not getting displayed all application in my Developer Zone. Why is it happening, please solve the problem. I am removing my app Classifieds but not getting removed from Developer Zone. I want to republish my "Share Files" App to the marketplace but there is nothing to do, please help me about. Regards Manoj Kumar
automatically logs me out too soon
I can stay logged into zoho planner all day long without having to re-login. However, zoho creator seems to log me out after a certain amount of time. This means I have to log in about 10 times a day which is a total pain. Can you please either extend the amount of time before the system logs me out or make it a user option? Thanks.
Cannot add new records
Hi, I just added a couple of new fields in my application and now when I try to add a new record nothing happens. The record is not added.
"Set Criteria" for an embedded view in HTML view with a parameter
Hello, I have a doubt concerning parameters in HTML views and embedded views with "set criteria". I have an HTML view with a parameter named "CODE", and inside this HTML view I have an embedded view of a list of products (each one is related with one of this codes). I would like to know if it is possible to embed the view with the "set criteria" the parameter "CODE" for only displaying the products with the defined "CODE". Thanks in advance! Carlos
business cards
Hi. Is it possible to make a business card with a photo using Zoho? Thanks
My form
I made a contact form that I've started using but the emails are blank. Can anyone help me to recover this information? It is not making me look good to have a form that doesn't work. Please email me if you know how to make this work at williamtheoutlawATgooglemailDOTcom Thanks!
Added Time - can only date be shown in view
I like added time field to use for filtering, but would only like to see the date, not the time i.e.: 4/03/2009 not 4/03/2009 21:45:46 I cannot find where I can set this field (it seems to be a hidden field). Any help would be appreciated. Keep up the good work - this product is amazing!!!
Trying to create simple applicaton
Seems like a simple enough thing, but I'm having difficulty figuring out how to do this in Zoho Creator. All I want to do is have a database of records and have a front end form that users can use to type in a code and only the records in the database containing that code will be displayed to the user. Is Zoho Creator the right tool for this? And, if so, how is this accomplished?
Forms with Multi HTML views
Hi, I have a Form with about 20 fields that I use to track request made via our website. However, I want to display selected fields on 3 different HTML web pages hide some of the fields. I don't want to create a form for each as I wish to keep the request in One Database Can someone recommend any tips? Dom
Change of 'Modified_User' behavior in update record through script
Dear User, This is an announcement regarding the change of behavior in 'Modified_User' value when updated through script. Though this is minor behavior change/issue fix, we thought of informing the users. Every form in zoho creator will have an internal field called 'Modified_User'. When a record is updated in zohocreator through any views, the login id for that particular user who is updating the record will be automatically stored in the 'Modified_User' column of that record. However, when a record
can't access my apps on zoho creator?
HI i can't access any of our apps on zoho creator. i can access creator.zoho.com, but the apps page is blank when i sign in. i was able to use one of our applications (ie, i submitted a form and it worked fine) but i just can't access it from the creator.zoho site to look up our data. any idea what is wrong? if there's more info i can give please let me know thanks brian
Next Page