Hi,
I have created excel macro to run and dump data into diff workbook1. It works great when I open excel macro by itself dumps data and closes fine, but I want to run this macro in DTS to dump new data into workbook1 please help me this is urgent.
Thank you in advance
P
One more issue when I give input text names it gives me error mesgs ...I Highlighted in bold.
if(form.elements['currentText' + j].type == 'text' && form.elements['currentText' + j].value == "") {
form.elements['currentText' + j].value = form.selectName.options[i].text...
Hi,
I need help with this JavaScript. What I’m trying to achieve is if user selects any item from list it should populate in text box if text box is already filled then it should not over ride the first one but it should populate in next available text box.
Now code is working only if the user...
Try this javascript the other script had extra if statement that might be causing problem for you,
ya I want like this cz my customers will select items from items and fill the form.
here is the javascript.
<script language="JavaScript"><!--
function clicked(form) {
for (var...
Yes it should go in order which ever one is clicked first it should fill in first box and so on.
For example : From List I select no 7 and First text field is emply is it should fill First one.
Thank you
Hi,
I need help with this javascript. What I’m trying to achieve is if user selects any item from list it should populate in text box if text box is already filled then it should not over ride the first one but it should populate in next available text box.
Now code is working only if the user...
Andrew Never mind I got it working Thanks for all your help....
Ans: when you have aphostophy D'A in names you have to Reset before it inserts into Store Proc, you cannot evaluate inside Stor Proc in such instance's!!
<cfset Member = "#evaluate(MemberName)#">
<cfquery...
Hi Philhege,
Din't work I get following error messg
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 8: Incorrect syntax near 'aiuto'.
SQL = "sp_BillItem_cur_upd 'D'aiuto, Joseph',
Thanks a lot philhege!!! Apologize din't get back to you soon on your response..I was on vaction :) ....I will try that I thank you again.
Apologies again!
Hi guys, :~/
Please help me here ...I'm unable to solve this problem. Problem is I'm trying to update my database using store proc but I get error with name one of the member name "D'aiuto, Joseph" but lastname is with aphostophy D'A its bombing on this can you guys help me how to...
Try this
<script language="JavaScript"><!--
if (document.images)
setTimeout('location.reload(true)',1000*60*3); // forces a reload from the server
else
setTimeout('location.href = location.href',1000*60*3); // just reloads the page
//--></script>
Good luck
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.