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 bkrike 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: oops4me
  • Content: Threads
  • Order by date
  1. oops4me

    Sharing CD-Writer

    i am working in network. on server CD-Writer(Samsung, internal) is attached. Can it is possible to share the cd-writer, so that i can burn the cd using nero burning s/w from my pc. if possible please tell me the procedure.
  2. oops4me

    sending email through Vb

    hello, i got one code for sending mails through vb. th code is as follows Option Explicit Private nConnected As Boolean 'Private WithEvents Winsock1 As Winsock Private ptRetCode As Boolean Public Event Status(txtStatus As String) Sub SendBrainDead(txtServer As String, szEmailFrom As String...
  3. oops4me

    Date Problem in query

    hello, I have written following query select * from Candidate_Mst where Cand_fname='dsdsdsdhh' and Cand_lname='dsssgfg' and cand_email1= 'sdsfg' and DOB=2005-10-05 please tell me how to take check the date field in Mssql server. Because if i ve written query select * from Candidate_Mst...
  4. oops4me

    Overwrite the file

    Hello, I am copying the file from source path to destination path using FileSource="C:\abc.doc" FileDest="C:\c1.doc" FileSystem.FileCopy FileSource, FileDest first time it works fine as there is no file c1.doc but if i use it for overwriting file then it is giving me error as permission denied...
  5. oops4me

    Query writing Error in VB

    Hello, I have written following query in Vb dim str11 as string str11="select case a.Company_id when 0 then '' Else: a.Comp_name end , case b.Desig_id when 0 then '' Else: b.Desig_name end , case c.Industry_id when 0 then '' Else: c.Ind_name end , case d.Function_id when 0 then '' Else...
  6. oops4me

    Query problem

    hello, I have written following query to retrive the values select a.Comp_name,b.desig_name,c.Ind_name,d.Function_name from Company_Mst a,Designation_Mst b,Industry_Mst c, Function_Mst d where a.Company_id=1 and b.desig_id=778 and Industry_id=147 and Function_id=1; when i execute this query i...
  7. oops4me

    Mail Sending Problem in VB

    Hi There, i am trying to send the mail using Outlook(MAPI) from VB. but when i send it confirms with me with a prompt Like "A program is trying to automatically send e-mail on your behalf. do you want to allow this? if this is unexpected, it may be a virus abd you should choose NO. Yes...
  8. oops4me

    Search for keywords in .DOC (word files)

    Hi There, Problem statement: ------------------- I have to find the keyword stated in the textbox using vb, in the doc files specified in directory and give a list of ".doc" files which contain that keyword. please help me. Thanks in advance. Mohit Prabhu
  9. oops4me

    sending mails using CDO in Asp

    hello, I am using winxp as os. i am having IIS installed & have taken SMTP services.i am not having SMTP server. can i send mails without SMTP sever. i ve written following coding in my asp page. Const cdoOutlookExvbsss = 2 Const cdoIIS = 1 ' Dim Message As New CDO.Message 'Create...
  10. oops4me

    DB SYNC ISSUE

    Hello There, I have a db uploaded with MS-SQL Server. And there also exists a local ms-sql db with same name i want to synchronise the both of them. please can anybody help me how to sync both the DB and their objects. is there any facility provided by MS-SQL S/W. or any procedure ...
  11. oops4me

    MAPI Problem ??

    Hello there, I have sent the mails through MAPI. But i don't know how to handle Incoming mails through VB(MAPI). can anybody help me ? i have to all the way use outlook VBA which i don't want. Please Please Please. Help Me Mohit Prabhu
  12. oops4me

    updating .csv file using ado in asp

    hello, i want to update the .csv file using ado in asp. i have written following code connCSV.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & path1 & ";" & "Extended Properties=""text;HDR=YES;FMT=Delimited""" set rs1=connCSV.execute("select * from "&filenm) rs1.close rs1.locktype =...
  13. oops4me

    downloading .csv file

    i want to download .csv for that i have written a code in in .asp file as follows <a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog box.With the...
  14. oops4me

    changing contents of string using replace method

    hi, i am taking checkbox values ,which are submitted from html to asp page.i am storing in one variable as follows str1=request.form("chk1") str1 contains values 'aaa','bbb','ccc'.i want to change to aaa,bbb,ccc.can anybody tell me how to do it with the help of replace method.
  15. oops4me

    downloading .csv file

    hi, i want to download .csv for that i have written a code in in .html file as follows <a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog...
  16. oops4me

    display record using checkbox

    hello, i want to write a code in asp which displays records of submitted values by html page(using multiple checkbox selection).i am collecting all checkbox values in one variable.i have written following code but it is giving me error at line where i have given sql query. just see my which i...
  17. oops4me

    displaying records from table using checkbox value

    Hello, I want show records in .asp page. in page i collecting checkbox values which are submited to this .asp page. i am storing that values in one variable & passing that to query. but i am getting an error can anybody tell me how to do it. i have written following code. dim strIDS strIDs =...
  18. oops4me

    Scrolling Problem (Dynamic Controls)

    Hi There, Please help me i am stuck. problem statement : i am creating & placing the controls at runtime. the problem is when the controls move beyond the form size the form doesn't scroll and i cannot enter the data into the controls which go beyond the form size. i am desperate to solve...
  19. oops4me

    Self Triggering Code ????

    Hello, I have a problem with updating db, i want to update some fields in the db on say some event. for eg; if the entry posted is one month old then the entry should be archived automatically. where should i include the code to fetch above result. if i put it in "session onstart" then it...
  20. oops4me

    Uploading SQL Server 2000 DB on Web Server

    Hi There I have a problem with me. ihave done programming on ASP and backend is MS-SQL Server2000 but i am unable to Upload the DB over Web Server. i can create a online DSN only when i upload the DB. i tried to upload the LDF and MDF file but it says that "the license for the installation...

Part and Inventory Search

Back
Top