Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: svsuthar1
  • Content: Threads
  • Order by date
  1. svsuthar1

    Javascript Validation connected with database.

    Hi, Is it any way you could connect to database with javascript to validate your form data with database table. For Ex. I have text field on a form and wanted to make sure what is entered there is in the database table so when it's trying to save that into a table it does not give a error...
  2. svsuthar1

    Expected identifier

    Hey guys, I am not sure what it means with this type of error. The code is below. Response.Write("<TD><A href="\..\ErrorImage\" & objRS("fldErrorImage") & ".pdf><B>View</B></A>
  3. svsuthar1

    Loop thru upto 3 years (2005,2004,2003)

    Hey Team, I have the below code working the way I want for one Year, and I could create 2 other connection and recordset and get this code to work for the other 2 years. But I want to do this by one connection and one recodset. I want to loop through all 3 years and and display it same way...
  4. svsuthar1

    Assign varriable to Request string

    Below is the code of what I am trying to but am not able to get it show properly. <A Alt="" href="CustomerByMonth.asp?fldInternal=0&Year=strYear">Errors By Customer</A>
  5. svsuthar1

    Syntax Error

    Can I know what I am missing in the following line of code & "WHERE fldDate Between #" & strStartDate & #" and #" & strEndDate & #" _
  6. svsuthar1

    Syntax error in query expression

    I have the following error please help identify what it is... Syntax error in query expression '(((tblCategory.fldCategoryID)=4 AND ((tblInventoryData.fldActionID)=2));' Here is my SQL strSQL ="SELECT fldProductName, Sum(IIf(DatePart(""m"",[fldDate])=1,[fldQuantity],0)) AS Jan...
  7. svsuthar1

    Cannot open database.

    Hey Team, I have the following error yet I don't have the database open. I am not sure why it would say this. Error Type: Microsoft JET Database Engine (0x80004005) The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\Supply_DB_Back.mdb'. It is already opened exclusively...
  8. svsuthar1

    User side Validation

    I have a form that loops through recordset and creates a it's Name... I want to write a javascript that will check field some #.Price to see if it is NULL if it is then it will give alert saying that this field can't be null please input the price and set foucs to that field. here is my...
  9. svsuthar1

    Null Field

    I have a check on my Action form where it checks for the field to be not 0 to add to the database... is it possible to be Null... I am not haveing any luck on that...I have tried the following things... not ISnull(field) and field <> "" please advise thanks, Samir
  10. svsuthar1

    Print Function

    What does print function do and how can you set it up. Can you setup the oriantation and selection category when you use this function.... Second part to do this... how is printer friendly pages is written... is it basically re-written again as separate html or is there such function for that...
  11. svsuthar1

    Javascript to change format on a field

    Hi all, Is there a way to change unformated field to currency after you leave the field... or it comes prefield in currency format. Thanks, Samir
  12. svsuthar1

    Can you do this?

    Hey all, Can you do the following thing in javascript then what is the syntax for it. Here is part of my code. It's working fine but the calander is not working... it's giving error. Response.Write("<TD><input type=text name=""" & _ iCount & ".Date"" Value=" &Date& ">&nbsp;<A...
  13. svsuthar1

    Submit Page

    I have a submit page when I sent it goes through the SQL on the post page without any erros yet not posting to database. I don't understand what could be the problem. Here is the Submit page <HTML><HEAD><BODY> <!--#include virtual= "includes/commonheader.asp"--> <SCRIPT LANGUAGE="JavaScript">...
  14. svsuthar1

    Javascript not working

    Hey All, The below code is not working...it's giving me this.getInventory.value is null... Please help... and on the text field it's repating Response.write(Date) instead of the date. the code Response.Write("<TD><input type=text name=Date " & _ iCount & ".Date""...
  15. svsuthar1

    combo.

    Hi.. How would I change this code to do combo box that uses my recordset. The form uses multiple entry form. The code below is for text I wanted to change it to combo. Response.Write("<TD><input type=text name=""" & _ iCount & ".Quantity"" Value=0 STYLE=text-align:center></TD>")
  16. svsuthar1

    Hidden Field

    Hi All, I am working on a page that is has date field that once it submits goes to the same page and hides itself and create a hidden field with it's value. I have the following code right now... How can I make it work the way I have stated above... <FORM NAME=getDailyLogTime METHOD=post...
  17. svsuthar1

    Highlight entire string when on focus...

    I have the following code that does not take alpha. but if a person does key alpha it comes up with msgbox and set focus back to that field... I wanted where it set focus to that field and highlight the length of that string... Samir
  18. svsuthar1

    Object does not suppor this method or property..

    This is the entire code below... the Bold line below is where the error occures.. It's a valid code, but I think the mix of javascript and vbscript is causing this error.. I am not aware why? I added few javascript at each form line where thing are choosen from, after that this is coming up...
  19. svsuthar1

    object doesn't support property or method at the submit line.

    I am getting this on my vbscript, javascript code below.. please advise. <Script language="javascript"> function ShowDate(oDoc,cDate) { window.open("/includes/datepicker.asp?backf="+oDoc+"&cDate="+cDate,"window", "height=210, width=300, resizeable=no,",""); } function...
  20. svsuthar1

    Object does not support property or method

    I am getting this on my vbscript, javascript code below.. please advise. <Script language="javascript"> function ShowDate(oDoc,cDate) { window.open("/includes/datepicker.asp?backf="+oDoc+"&cDate="+cDate,"window", "height=210, width=300, resizeable=no,",""); } function resubmit() {...

Part and Inventory Search

Back
Top