Use our Google Custom Search for best site search results.
Search
-
-
Sorry, not quite what im after,
Specifics:
Run Query equivalent to XDocument.Query();
Submit equivalent to XDocument.Submit();
Add New ????
cheers
-
Hi could someone please tell me what is the javascript code equivalent of the Action Add New Record?
cheers
-
Hi There,
Okay, here is my problem. I have a repeating table and a single button at the top of the form. When the user clicks on the SINGLE button I want the current selected row containing a checkbox to be flagged as TRUE/False depending on its previous state and then submitted to the dB. This sounds really simple but i dont know where to start. ...
-
Hi There,
Okay, here is my problem. I have a repeating table and a single button at the top of the form. When the user clicks on the SINGLE button I want the current selected row containing a checkbox to be flagged as TRUE/False depending on its previous state and then submitted to the dB. This sounds really simple but i dont know where to ...
-
Hi,
I have two buttons on my form:
[New Record]: Action set to New Record within the button properties
[Refresh]: Action set to Refresh within the button properties
Could someone tell what the equivalent js code is for these actions.
Eg. Submit corresponds to XDocument.Submit();
Refresh corresponds to??
New Record corresponds to??
cheeers in ...
-
Hi there,
I have an XML file which stores data for all sites (close to 500). What i want to achieve is to store each <Site> as a separate form within a form library within Sharepoint, is there an easy way of separating this xml into multiple files (one per site?)
This is just a sample, <Sites> have another 20 ...
-
Hi,
I have a check box which when the user unchecks. It will set its value to false and then submit this to Access. however,it is not allowing me submit the form due to ''Form cannot be submited: Form does not contain any new data''
Code is as follows:
function msoxd__Activity_Status_attr::OnBeforeChange(eventObj)
{
try {
if ...
-
has anyone else experienced this. if so, are there any work arounds.on my form i have a combox box which has an onchange event tied to it. if the cbx selection is changed then a confirmation prompt is displayed. user then selects yes or no.the yes bit works, but the selecting no results in the error above.
The combobox has a validation rule ...
-
Thanks for response
Im interested to know exactly in js, how would you go about comparing the oldvalue agains the newvalue of an event?