Slow Performance
ZC has slow performance today? Anyone know why?
File upload issues
Hello there guys, I'm here to report a problem I've been facing with a form I created for my blog. In it theres a upload file line, which doesn't seem to work. All the other data added in the form by users are sentto my email, bot not the attached file. Someone has a clue of whats happening? I've searched everywhere to try to solve my problem. Hope you can help me.
Importing - arrgh!
Is a a new/better import feature in the works by ZOHO developers? The current "paste your data" function gives me problems all the time (certain data not making it to the application, others being imported to the wrong field, sometimes nothing is imported at all). And I've followed the suggestions I've found on this forum (pasting directly from Excel, a converted tab-delimited file, and from a CSV file). Still errors! The most basic databases I've worked with in the past had much better import features.
Application duplicates keep appearing
Multiple copies of my Creator database labeled 'Copy of ...' keep sprouting up for no apparent reason. All I've been doing is editing individual records. What's that all about?
How do I create a "demo" of the application?
Hi Techies-- I'm baaaaaaaaccccckkkkkk!;-) This time, I am trying to create a demo of the application to publish. Any advice?
Need to Hide Input Form
Hi Techies-- I have a few forms I created for the purpose of summarizing information to be used by corresponding chart views. I do not want this form to be available to the end users. I see that I can set permissions, etc. on views--but i don't see how i can exclude a form -- or in some way make it unavailable. any advice?
Many-to-many relation.Help needed.
Hi there, currently I am testing Zoho many-to-many relation capability. I managed to create a test application with 3 tables Student, Course and Student Course. http://creator.zoho.com/webappsatwork/many-to-many-relation-test/ I would really appreciate your help if you could clear up following issues: 1. Is it there in Zoho Creator any other possible way to organize edit/view data what courses the student is going to attend acept from view/edit through this view: http://creator.zoho.com/webappsatwork/many-to-many-relation-test/#View:Student_Course_View
Hide Field command messes up the input.Field value ...
Hi: I have the following code in a Stateless Form's on Load section ... it is meant to be called from another Stateless Form with the StoreNumber passed in the url Hide StoreNumber; if (count(Stores[StoreNumber == input.StoreNumber]) > 0) { //get record from Stores Table thisStore = Stores [StoreNumber == input.StoreNumber]; etc. etc. In order to prevent someone from directly requesting this Stateless Form, I make a check to ensure that there is no matching Stores record. But it does NOT work
How to send mail to a group of contacts
Hello there, I'm new to this Zoho Creator thing and I'm learning it. I have a need to create dynamic communication list using the email of my contacts form application (in Zoho Creator). Here is the exact sample. I have a contact directory with 1200 contacts. Some of the fields list are, NAME, GROUP, EMAIL. Lets say that I want to invite the people that belongs to the "ENVIRONMENT GROUP" to a conference. For that I run a view form with the filter "ENVIRONMENT" in the "GROUP" field and they are 163.
roundup
I'm looking for a function similar to the Excel function roundup(number,num_digits) that will always round up to the specified number of num_digits. Example: roundup((39.97/36),2) = 1.12 (actual answer of 1.110278 is rounded up to 1.12) Are there any plans for a roundup function? Or a way that I can accomplish this programmatically? Thanks in advance!
About Import Fields (Picklists) ...
Hi: I am trying to setup a Table of (US) States and (Canadian) Provinces ... to be used as a dropdown with Import Fields in other Tables. I want the entries to appear in alphabetical order ... but all the (US) States first ... followed by all the (Canadian) Provinces ... so I can not make use of the checkbox labelled "Show choices in alphabetical order" ... as a work around, I thought of bulk uploading (Import) the records in the desired order ... and I ran into two issues ... a) since the records
Report Writing
Hi I have developed a sports medical screening database capable of producing individual patient reports and team reports. For example If reference cell A2 = 3 then the reports reads " it is strongly recommended you address this issue with your Sports Doctor" All the results from A2 can then be summaries in a "team summary" I can see how Zoho Creator allows the formation of a Summary, but I would like to be able to produces "Individual reports" for each player. Ideally these would refer to Multiple
all contacts doesn't remember settings after edit view
Hi, I'm trying to set up the 'all contacts' view to 50 records per page and sorted by name. As soon as I edit the view, the list goes back to the default 10 per page and no recognizable sorting. I'm using firefox 3. Any ideas?
help with date fields and numbers in formulas
I need to take one numerical field and add it to a date in a date/time field to result in a new date. Using a form to create a schedule of activities to be done from certain number of days and weeks post hatching. Example: reduce temperature - 7 days post hatch date - results in date to perform the activity Hatching_Date (date/time field) + 7 (days, weeks, or months) = Activity_Date I know how to do it with static number (ie Hatch_Date.addDay(7) How do I do this with two entry fields?
notes
I can't add "notes" to my forms. It's been like that for at least a few weeks. Any help?
Make file uploads available to all users
I have a login form embedded in a webpage that takes the user to a view when they login with a username and password. The view lists documents that are uploaded into zoho. I want to be able to let users who log in view the files. I made the form and the view available without having to login to zoho but the files are only accessible when someone is logged in to zoho. Is there a workaround to this? I don't want to have to make people sign in to zoho to view/save the files.
Missing field names
I am seeing missing field names in the "Axis Selector" in the chart view --> properties section of the Zoho Creator Editor. The space for some of the fields is there (they are selectable but don't have any text in the drop down field or check box).
Setting Permissions doesn't work
I have set Permissions so that someone cannot Add, Edit or Delete a record but when I embed the view on my website, it is still possible to add, edit or delete a record. Please advise. The Permission function does not seem to be working.
Copying an application
I need to make a copy of an application and then give it another name. However, when I try the duplicate function, I do not see where the copy of the application is created so I can rename it. please help.
input.ID in Link for Sendmail
In my application, I have an email being sent. The email contains a link to a specific entry. The link url looks like this (fictions to preserve anonymity): http ://creator.zoho.com/sigroup/action-items/ACTION_ITEM_TRACKING/record-edit/OPEN/" + input.ID + "/ The link works well to open the entry as a form to edit. However, if I edit the sendmail in Script-Builder mode, the input.ID part gets botched, even if I never touch the hyperlink. The url gets converted to: http ://creator.zoho.com/sigroup/action-items/ACTION_ITEM_TRACKING/record-edit/OPEN/%3C%=ID%%3E/
Cant delete database
I am trying to delete a database. The message is always 302 : Moved Temporarily How can I delete, and remove the clutter of old databases. Thanks
Create a New View based on existing Stateless Form
Hi, As of now, when one creates a New View, the 'View based on' Dropdown only lists the Normal Forms. Most questionnaires, algorithmic surveys need a large number of entries/fields[~50 ], it is often necessary to do it via stateless forms. Creating a view to store the 'added records' is again a huge task. I understand that, copying and pasting the 'form definition'/script from the stateless form to the new Normal Form with its auto-generated view, can facilitate the task, but is not always easy.
Embed Zoho user account creation
Is there a easy way to embed Zoho user account creator in my website ? I'd like something similar to https://accounts.zoho.com/register?serviceurl=http://www.zoho.com/ and pre-populate some fields. Thanks Pascal | nsisolution
CANNOT FIND THIS ANYWHERE IN YOUR DOCS
I have a View that lists a series of Real Estate Agents (herein, "agents") in an html table and I would like to allow site visitors to click on an agent's name and then view more details about the agent they clicked. In classic site building approach: I would pass list out the agents in a table, and make the agent's name a link like "<a href=viewprofile?ID=12345" (i.e. pass the ID of the agent) Then on the "viewprofile" page I would look at the URL value of parameter "ID", go to my database to get
images disappear
I'm struggling with displaying uploaded images. I copied a sample application that performed that task-- all was working fine-- the images appeared in my various views. Then I changed the name of the application, and now all it shows me is the function code: <img src='http://creator.zoho.com/DownloadFile.do?filepath=/1237954737597_Photo_33.jpg&sharedBy=burningoperadb' title='Sample Images' alt='Display Uploaded Images in Zoho Creator' width='150' height='150'/> What have I done wrong?
Whole Url to html link in email not recognized
I'm trying send an email (using send mail function) with a url to a html link in it using criteria for the link taken from input fields on the form. What I get is a url that is recognized as a link up to a space and then after that it is just regular text. Here is an example: If you have been given a username and password click the following to see the varieties planted in the trial: http://creator.zoho.com/smspdd/pddbmobile/html/Entries_Abr_View/TrialID_Entries=test&Producer=Fake Veg Seed&TrialID_Entries_op=26&
verification codes don't work
It has been a week since the Zoho tech support started on my initial request to troubleshoot the verification code not working on my forms. Apparently the code doesn't work on Firefox, but it works fine on the non-embedded form page. Has anyone else had this problem, and how did you or the tech support team fix it? I would give you a link to the form's webpage, but I've had to disable the verification code so that the form can receive submissions. This is important to my company, and probably the
Creator DB is slow on updating
After doing af LOT of work on a database for managing menbers in a football club, I'm almost giving up now. It takes forever to update date on the members, when I press "update" I have to wait for 10-20 seconds. The form is not that complex, and the only scripting is "on success"; input.Hjemmetelefon = thisapp.FormatAsPhoneNo(input.Hjemmetelefon); input.For_ldremobil = thisapp.FormatAsPhoneNo(input.For_ldremobil); input.Mobil = thisapp.FormatAsPhoneNo(input.Mobil); MedlDB = Medlemmer [Medlemsnr
Import failing
I'm trying to create a new application by importing a CSV. All goes well until I click "Finish" on the the "Importing Data..." screen. About 5 seconds after clicking "Finish" i get a blank web page served back to me.
Grid View & Data
When I push save after editing data in grid view my formula's stop working. I use a formula to combine the first and last name in the view. I don't want to have users changing the names so I use a formula (viewable but not editable). But, it seams that when I save data in grid view any fields that aren't in "on" in the view get cleared out. Is this normal?
Choosing Fields to Display on HTML Forms posted on webiste
Is there anyway of displaying selected fields on a form that is posted on a website? I wish to use one Creator form on 3 different web pages, however wish to select the fields displayed on each of the web pages. I want to keep the data in one form database.
Make Error messages Visible to Invited/Shared App Developers
Hi, Currently Developers added to the appowner workspace cannot see the Original error messages. One only sees 'an error has occurred, please contact the application owner'. Any idea when it could be fixed, as this unfortunately requires a developer to request the client/appowner for his original login credentials, thereby complicating/causing unease due to confidential data being present in other apps. If there could be a checkbox that says Display Original Error messages, in the Application Settings,
How to paragraph with a Multi Line Box??
I have set up a Creator Application and I have a multi line box within it - I want to type some notes, but I can't figure out have to make a new paragraph - it shows up fine in the box and in the app , but when it mails it to me everything is mushed together - how do I fix this??
Send mail ceased to work
This is for ZOHO staff. My Send Mail area on the OnSuccess-Submit Button ceased to send my emails. ive checked and the form produces the "data sent" message after submit. It actually saves on the DB but no email. Ive checked and although im getting a "See Log file" message on the bottom, I havent reached any limit.. This is on the "Order Taking 1 " on the form "New Order". Thanks in advance for any help.
Date+Time values are not consistent ...
Hi: I am having a problem with Date+Time values ... not being consistent. In the on Click section of one of my Stateless Forms, I have ... timeNow = zoho.currenttime;
insert into Work_Orders
[
...
...
WhenOrdered = timeNow
...
...
]
openUrl("#Form:Thank_You_For_Your_Order?WorkOrderWhenOrdered=" + timeNow, "same window"); ... and in the Thank_You_For_Your_Order Form, I have a Date+Time field that gets populated with the value passed in timeNow as part of the url. The Date+Time
number of records? a month or forever?
I am wondering about the number of records for each of the levels. Is that the total number of records per month or forever? With there being monthly fees (instead of one time fees or once a year fees) it seems to me that these number of records should be monthly and not total for the life of the account. Please clarify. I can't find an answer to this anywhere on the site.
About ZOHO Marketplace Feature ...
In this Blog post ... http://webappsatwork.blogspot.com/2009/03/zoho-creator-marketplace-for-millions.html#comments ... George Baltatescu stated that ... Zoho Creator already offers the option to publish an application on Zoho Marketplace without exposing the source code. Just try to publish an application on Zoho Marketplace, and you'll see the option to do it with or without the source code. I tried and it works.I admit I have not (yet) gone through the publishing process but relied on the ZOHO
problem
Hi, Every time I try to make a grid view zoho creator turns that grid view into a regular list view! I don't know why. It is an isolated thing as it only happens in one of my creations.
Help with views
I'm trying to create a view for a form I made. I have no freaking idea of how to do this. It's a miracle I made the form. All I want to do is create another form the pulls its info from the first form. I have two sections in the form that I would like to filter the rest of the info by. Does this make any sense???
developer access
It is difficult to understand that giving developer access to others is part of the business edition upgrade. This should be clearly mentioned somewhere.
Next Page