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 strongm 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: sexydog
  • Order by date
  1. sexydog

    Save as Dialog Box

    Hi In my asp page i have the following scriptto save a file on the clients machine : <script> Set FileObject = CreateObject("Scripting.FileSystemObject") If FileObject.FolderExists ("C:\SCMS Reports") = False Then Set Filer = FileObject.CreateFolder ("C:\SCMS Reports") End If...
  2. sexydog

    DataGrid and Dataset

    HI I have a function that requires a dataset as one of its parameters. i have a datagrid which i am populating from a datareader. my problem is that i want to populate a dataset with the contents of the datagrid...can this be done... Thanks DJ The early bird always catches the worm....My...
  3. sexydog

    Importing Excel Files Using DTS

    HI Thanks for the help... DJ The early bird always catches the worm....My advice...be a late worm
  4. sexydog

    Importing Excel Files Using DTS

    HI Yes the files are all named different eg. 1. Sales_Region_North.xls 1. Sales_Region_South.xls 1. Sales_Region_East.xls 1. Sales_Region_East_2.xls but all have the same number of columns eg. all have Accno,Name,address,total... and i am required to import only certain columns from here eg...
  5. sexydog

    Importing Excel Files Using DTS

    hi I currently have a DTS package to import an excel file.This works fine.My problem now is that i have to read multiple excel files from one directory into the same table and i am required to read only certain columns. How can i create a DTS package that reads in files from a directory and...
  6. sexydog

    Importing Excel File using DTS

    hi I currently have a DTS package to import an excel file.This works fine.My problem now is that i have to read multiple excel files from one directory into the same table and i am required to read only certain columns. How can i create a DTS package that reads in files from a directory and...
  7. sexydog

    Creating menus using &lt;div&gt;

    HI I am using asp.net (vb) and i have create my menus from reading xml files which i have put into <DIV> tags. My problem is that i want to pull another list of menus when i click on a <DIV> tag...how can i get information on which <DIV> i clicked.... Is there an easier way to create drop down...
  8. sexydog

    Listview control how to get column index

    HI Thanks alot DJ
  9. sexydog

    Listview control how to get column index

    Hi I am using a listview control in my application. what i need is the column index when i click on a row. how do i get this Many Thanks
  10. sexydog

    Finding Maximun of Summary Field

    HI Thanks it works well. .....But how do i set Maxcomm to zero everytime the group changes. Thanks DJ
  11. sexydog

    Finding Maximun of Summary Field

    Hi I am using crystal 9. in my report i have 2 groups called products and date, i also have total commission for each product per day. What i want is the maximum total for commissions. eg: Date Products commissions 2003/01/01 A 100...
  12. sexydog

    crystal 9 and parameters

    HI Sorry this is my full error when i click on verify database in crystal reports 9: Query Engine Error:'42000:[Microsoft][ODBC Sql Server Driver] Procedure expects parameter which was not supplied
  13. sexydog

    crystal 9 and parameters

    Hi I have a report written in crystal 9 and i am using a stored proc from sql server 2000. my report orginally had 4 parameters in the stored proc and the report worked fine. i then decided to add 2 more parameters to the stored proc but now when i verify my database it comes up with the error...
  14. sexydog

    Crystal 9 report using differet databases

    HI I am using to following code in vb6 the_crystal_report.database.Tables(1).SetLogOnInfo server, database,user_id, password my problem is that it at runtime it looks for the database that i created the report on not the one i specify above.... when i write a new report i usually write it in...
  15. sexydog

    Crystal 9 report using differet databases

    Hi i am using OLEDB connection to Sql Server 2K Thanks DJ
  16. sexydog

    Crystal 9 report using differet databases

    hi I have created a crystal 9 report using a stored proc on a sql server 2000. the problem is that that this report only works on the database name on which i created it...i need the report to work on different databases names located on different servers....i know how to do this in crystal...
  17. sexydog

    writing reults to file

    HI How can i write the results of my query to a comma deliminated list.....is this possible Thanks DJ
  18. sexydog

    Getting data from 2 servers

    HI I need to select data from 2 servers with different database names.eg select * from data_base1 ----this is from server 1 union select * from data_base2 ----this is from server 2 how can i do this
  19. sexydog

    DHTML - Does not navigate to next page

    Hi Thanks....I am mew to DHTML.... I more help...I cant seem to position my controls in the place i want them to be...at design time they look right but at run time its not the same....what am i doing wrong Thnaks DJ
  20. sexydog

    DHTML - Does not navigate to next page

    hi I have done a DHTML application which consists of 2 designer pages.In my code i have the following line basewindow.navigate app.path &quot;\MerlinFMR_Login.html&quot; this used to work before i complied my project and made it a dll...now when i run my project through code it navigates to...

Part and Inventory Search

Back
Top