does zohosheet support simultaneous editing?
does zohosheet support simultaneous editing?
zoho creator help please :D
howdy i am trying to create a hardware compatibility list but i need to know how to make two fields communicate with each other. I have looked over the wiki's, and i just dont think i have grasped what i need to do. How do i make so when someone selects a vendor or company name for their device, it only list those type of devices from that company in the next field. example: i choose nivida as my video card in the "vendor" field next i goto the "model" field and i only want it to show me nividia
office plugin
Just a point on the office plugin: The taskbar at the bottom of Excel is no longer functional after installng Zoho plugin - that is it doesn't show information like number of selected cells etc. anymore.
# Zoho Writer Remote API with rails
First I would like to say thanks to Arvind for answer my last mail. I feel you are trying to help me. Just to refresh your memory, my first approach was def openWith_zoho @document = Document.find(params[:id]) apiKey="xxxxxxxxxxxxxxxxxxx" url="http://export.writer.zoho.com/remotedoc.im?apikey=#{apiKey}&output=editor" result= Net::HTTP.post_form URI.parse (url), { "id" => @document.id, "url" => "http://mySite"+ (params[:path]), "saveurl" => "http://mySite/myController/myMethodForSave/", "filename"