search for: updatelink

Displaying 2 results from an estimated 2 matches for "updatelink".

Did you mean: update_link
2010 Apr 29
1
UpdateLinks = FALSE
...hat code would be needed to suppress that message, but to no avail (I tried more variations, but one attempt is shown below). How can I suppress such messages?   excel <- comCreateObject("Excel.Application") wb <- comGetProperty(excel, "Workbooks") comSetProperty(wb, "UpdateLinks", FALSE) owb <- comInvoke(wb, "Open", xlsfile) # at this point, it's too late Another query: the program at large erases any cells that contain formulae. Thanks to Erich, the program now works like a charm. However, some cells contain formulae such as "832.1 * E4 * E3&q...
2006 Jan 12
16
master detail problem
...for updating and creating. Here is where I am at: When you go to the edit page for the parent table, I''ve placed a link that brings you to a new page with this: <h1>Editing Module Unit ID: <%= @moduleunit.id %> Links</h1> <%= start_form_tag :action => ''updatelinks'', :id => @moduleunit %> <%= render :partial => ''linkform'' %> <%= submit_tag ''Edit Links Entry'' %> <%= end_form_tag %> <%= link_to ''Show'', :action => ''show'', :id => @moduleunit...