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 Wanet Telecoms Ltd 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: kel1981b
  • Content: Threads
  • Order by date
  1. kel1981b

    Who created that file?

    I need to write VB 6.0 program to find out who creates particular file. B-) How can I do that? Is there some attributes, functions I can use? Tnanx in advance. [thumbsup]
  2. kel1981b

    Laptop-RAS-IIS(xml)-SQL Server works very slow

    Here is the problem. We are using Laptop-Dial-Up-RAS Server-IIS(xml)-SQL Server communication to pass data back and forward. It works but works extremly slow. Using Laptop - IIS (xml)-SQL Server works perfectly. Investigation showed that passing data through modem happens quicky enough. At the...
  3. kel1981b

    Laptop - RAS - IIS - SQL Server works extremely slow >:-<

    Here is the problem. We are using Laptop-Dial-Up-RAS Server-IIS(xml)-SQL Server communication to pass data back and forward. It works but works extremly slow. Using Laptop - IIS (xml)-SQL Server works perfectly. Investigation showed that passing data through modem happens quicky enough. At the...
  4. kel1981b

    Msxml Intaller and VB

    I know it will sound a little bit strange or even vierd [sadeyes] but I need to know. Does somebody know is it possible to run msxml installer from VB application? I tried Shell functon but looks like it does not work with msi file ... May be there is some other way or API finction ... [thumbsup]
  5. kel1981b

    SQL Performance

    Hi, I'm VB programmer with some VB - SQL server experience who has to start to do DBA job [sadeyes]. I've never done it before and do ot have time to attend some school/courses. So, question is what I can do to Database prove performance. I know I can clean Database but I do not know how. Can...
  6. kel1981b

    SQL Server - Excel

    My question could be not that smart. I need to pass data from SQL Server to Ecel. Is there way to pass data from SQL Server to Excel without using programming languages just using T-SQL?
  7. kel1981b

    VB 6 - Excel problem. Hate to say that but need help ASAP

    Personaly I hate Excel. But my boss like it. So B-(... Here it is the problem. For some reason, I cannot open .xls file generated by my application till application running. Let me explain. I run the Application, it generates .xls file. So far so good. Now I want to open .xls file from Explorer...
  8. kel1981b

    ListBox Selected Item

    Question is about ListBox selected item. I am using ListBox with Check Boxes. Clicking/selecting CheckBox causes highlihting of Item, which is good. However, for some reason(s), Item remains highlighted even if CheckBox is unselected. Moreover, clicking Item itself cause the same effect like...
  9. kel1981b

    Copying/Moving data from one database to another in SQL Server 2000.

    I am not DBA Person [sadeyes] but need to do that :-(. How can I Copy/Move data from table in Production Data base to the same table in Test Database? Is there some tool/option in SQL Server 2000. Need help ASAP. Any help will be highly appritiated.
  10. kel1981b

    SQK Server table definition

    Is there a way to export the layout definitions of each table of particular database to some type file that I could then import into an Excel sheet?
  11. kel1981b

    ListView Control column inserting

    Inserting one ColumnHeader/column to ListView causes actually inserting two columns. Second one is absolutely useless. Does somebody know how avoid it or how make second column invisible? Any help will be appreciated. Thanks.
  12. kel1981b

    append pdf files - very urgent

    Does somebody know (have some API,VB code example) how to append pdf files? Any help/advise/tip will be hihgly appreciated!!!
  13. kel1981b

    LEADTOOLS ePRINT COM

    Does anybody ever use LEADTOOLS ePRINT COM? Please, let me. I need help with VB coding using this Object. Thanx.
  14. kel1981b

    Print multiple files during one print job

    I need to print multiple rtf/rpt files during one printing job. Actually, it does not matter which file rpt/rtf will be appended. I need run one print job. I know that there is no way to append/merge "lovely" Crystal Reports rpt files (got message from Seagate People). So my question...
  15. kel1981b

    Urgent! How I can export multiple reports to single file from VB appli

    Does anyone know of a way to export multiple crystal reports into a single rtf file from Visual Basic application? I know how to export single report to single rtf. I also know how to export multiple reports to single file manualy. I need to do it from VB using osx or dll.
  16. kel1981b

    Urgent! How I can export multiple reports to single file

    Does anyone know of a way to export multiple crystal reports into a single rtf file from Visual Basic application? I know how to export single report to single rtf. I also know how to export multiple reports to single file manualy. I need to do it from VB using osx or dll .
  17. kel1981b

    I neded to fax Crystal Report using

    I neded to fax Crystal Report using VB code. Is there way to do that using crystal ocx? I've aready posted the same message at CrystalDecision board but gurus from that board keep silient ...[shadessad] Thanks for any help
  18. kel1981b

    Faxing Report

    I neded to fax Report using VB code. Is there way to do that using crystal ocx? Thanks for any help.
  19. kel1981b

    stored procedure has too many arguments specified

    Here is my another problem. I need to check Database for multiple records. To do that I created code like that With cmdReport .ActiveConnection = cnReport .CommandType = adCmdStoredProc .CommandText = strSP_name If Mid(strSP_name, 16, 2) =...
  20. kel1981b

    Looping through

    I'm relatevly new in SQL Server and may be my question is too simple for some of you. I need to retrieve data from database using sql like that 'SELECT SomeData FROM SomeTables WHERE ClienID = 12 OR ClienID = 45 OR ClienID = 23 OR ... ORDER BY ClientID'. I know how do that using ADO, recordset...

Part and Inventory Search

Back
Top