Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (8 items)
-
Ok if you have outlook try this it should work. Simply call the funtion from the onclick event for the button e.g.:
function CTRL239_2::OnClick(eventObj){
<Call the function Here, make sure you pass the appropriate paramaters>
for example:
mailMessage(''xx@hotmail.com'',''Test Message'', ...
-
Ok if you have outlook try this it should work. Simply call the funtion from the
function CTRL239_2::OnClick(eventObj){
<Call the function Here, make sure you pass the appropriate paramaters>
for example:
mailMessage(xx@hotmail.com,''Test Message'',CCaddress@hotmail.com,BCCaddress@hotmail.com);
}
If you don't want to CC to someone, or BCC ...
-
I agree Jay, I initially wanted to store mail objects in Access and eventhough access has an onject type for fields it doesn't work. :-(
-
I figured this out some time ago, and yes I was simply making the submission/ ID aquisition occur last thing (ID is auto-generated in the jscript code in infopath). There is still a danger period, e.g. the actual time it takes to submit the record to the database, in this period you could have people submitting who picked up the same ID, but it ...
-
It might be possible but why not just create the form in infopath and then link it to the Access database for submission and retrieval of information. Thats how I'm doing it and it works well.
-
Hello all, it's been a while since I last posted but thanks to those that responded. I have done alot of infopath learning since then but even so have hit another brick wall!
At the moment I am using two forms, one that clients use to submit requests to my data warehouse team (data extraction requests usually), and another form for the Data ...
-
Hello all...
I previously posted a question in the ''Access'' section of this forum and after alot of further research am still not able to solve the problem I'm having submitting changes to the backend Acces database. I cannot find any way programatically (by using JScript) to update or insert a database record or field e.g. UPDATE ...
-
To anyone who may be able to help.
I have just started using infopath as part of an adhoc request system.
The process is as follows: the user registers a request by filling in a form I have created in infopath and the subsequent details are written to an access database using the submit button functionality. However, the primary key, or the ...
Page 1 of 1 (8 items)