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

    IIS7 rendering pages and uploading files slowly for IE8

    I am using the File Upload control on my aspx page. When uploading a file to our IIS7 server, the upload speed is noticeably slower (and almost unusably so) when using IE8 rather than Firefox or Chrome. It also appears that the pages render a bit slower on IE8 than Firefox. Here's the caveat...
  2. tanman1975

    accessing exchange from a client program

    I'd like forms within a program I wrote to automatically be filled out with contact information on our echange server. I'll be writing the project with vb.net. Can anyone point me to a good source of information on how to access contact folders on the exchange server?
  3. tanman1975

    running stored procedure from VB 6 is slow,but not from query analyser

    I designed a stored procedure (it creates a table) on our SQL Server 2000 that runs in about a second when executed from the query analyser. However, when I run the same procedure with the same parameters from my VB6 (sp6) application it takes almost a minute to execute. Has anyone run into this...
  4. tanman1975

    Installation Package for program using Crystal Reports 11

    Hi! I recently installed Crystal Reports 11 on my computer. The next time I compiled a program that contained crystal report files (written in 9.0), those reports would run within the program on my machine, but not my clients' machines, despite my makeing no change to the reports. I assume CR11...
  5. tanman1975

    using VB 6 and crystal 9 to change a subreports datasource

    hi, i have a subreport generated in a VB6 program for which I have to change the datasource. With it's parent report I changed the SQLQueryString, however when I tried the same method with the subreport: Report.Subreport1.OpenSubreport.SQLQueryString = "blah blah blah..." the program pops up...
  6. tanman1975

    poptioiping up a jpeg

    i'm pretty much a newbie at actionscript but have a pretty good programming background otherwise and i know my way around frames, scenes, and symbols. what i want to do is associate jpegs with particular buttons. these buttons exist pretty much throuht the flash movie. whenever someone clicks...
  7. tanman1975

    how can i get looping movie clips reset prematurely

    i have a looping ( 10 frames) movie clip of some flowing gas through a pipe. during execuation, whenever another tween finishes around it (say, a shape tween for a mask), the gas loop starts from frame 1 again creating an annoying stutter. How do I keep that looping movie clip smooth? I've...
  8. tanman1975

    "invalid column length" error recieved while setting up import

    I'm importing data from a text file by designing a DTS package, but cannot get past the Select Sources Table without getting an "invalid column length" from the MS DTS Flat File Rowset Provider. Any ideas why I get this error? this is Sql Server 7.0
  9. tanman1975

    Does the sqldts.hlp file exist? I'm programming a dts package using VB

    and whenever I press F1 to learn more about a dts object or method it looks for sqldts.hlp, which doesn't exist on my computer.
  10. tanman1975

    Dropping Identity from a column

    I have a column [seed] in a table that is an identity field. I would like to drop the identity portion but keep the column seed, and it's location in the field order.
  11. tanman1975

    user permissions for a database

    I want to give select users permission to create a table, idealy integrating the permission into a role. how do I do this? Thank you for your help.
  12. tanman1975

    Stupid frmMDImain question. terminating program

    how can I kill or exit the program from a child form? The minute it runs a line like unload frmMDImain, the program hangs... thank you. VB 6.0 (SP3)
  13. tanman1975

    It possible to use the output of a stored procedure in a view?

    I have a stored procedure that returns a small table. How can I use that procedure's output in a select statement. Is this possible? Thank you.
  14. tanman1975

    is there anyway to create an index field in a query?

    I want the query to have a field that has an incrementing number for each record info rec# ABR 1 ABB 2 AFR 3 DOE 4 ...
  15. tanman1975

    returning large tables to flexgrids

    I'm writing a VB program with a datagrid that lets the user step through a table of cost records. However, for some clients the table has on the order of hundreds of thousands of records. Obviously, it's not efficient to dump the whole table at once to the grid (and when i tried, I ran out of...
  16. tanman1975

    which DLLs to distribute for VB program that dynamically creates DTS

    My VB program dynamically creates dts packages and executes them for SQL server. Which DLLs do I need ot distribute with the program? I could not find documentation for this anywhere.
  17. tanman1975

    What's the best way to pass info from a temp table to VB?

    I have temporary table created within a stored procedure that I'd like to pass back to a program written in VB 6.0 I know that you could pass cursors out of a stored procedure, but then how would you handle it on the VB side via a DataEnvironment command? earlier in the program I was able to...

Part and Inventory Search

Back
Top