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

    Crystal Reports load error

    I've written an ASP.net 2.0 app that allows users to run crystal reports. The site works flawlessly on my dev server but when I publish it on the prod server, the crystal report viewer bar does not load. Instead I get "Submit query" label for all the crystal buttons (print, export, last page...
  2. nickspace

    DSN connection issue

    I get an error when I attempt to connect to SQL Express using VB.net. I am attempting to use a System DSN previously created using the ODBC Data Source Administrator. The DSN was tested using MS Access by linking the tables. (Inserts... Updates and etc. all working) The code that fails is when I...
  3. nickspace

    Image upload issue

    I have a small .Net 2.0 app. that allows users to upload images and input text to an HTML editor. This site works perfectly when I run it from VS.Net. However when I publish it to IIS, the images appear as white boxes with a red square. I have tried messing with the security settings of the...
  4. nickspace

    How to import any excel file dropped in a folder

    Hi everyone, I'm new to DTS. I've gone through a lot of posts in this forum but so far I have not found any post that informs about importing any excel file (any random name) to a SQL table. In my case, the column names in the excel file are consistent, but the actual file name could be...
  5. nickspace

    HELP: Stored Procs times out infrequently

    Hello everyone, I have a particular table that is the heart of our applications. As a result most of the select statements, stored procedures and views involve this table. We have indexed it adequately. All the procs on this table seem to be running fine except for a Delete procedure that...
  6. nickspace

    ODBC setup on client fails

    Hi friends, I am having some MAJOR issues accessing an MSDE server from a client machine. When I try to setup an ODBC pointing to the MSDE, I get the following error: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied The client machine has firewall...
  7. nickspace

    ActiveX control not printing

    Hi everyone, I have a form that has an ActiveX control on it that allows users to format text and stored the text in a memo field in html format. So when you look at this control, it has the HTML rendered. However when I print this form, all the controls print with values in them but the activex...
  8. nickspace

    Urgent Help - Need to print bank checks using Access

    Hi everyone, I have a wierd report to build and very little time to do it. Here's the situation: The data for the report is drawn from two tables: Checks and CheckLines. Checks table has Checknumber, CheckDate and CheckAmount. Check lines has Checknumber, Linenumber, OrderNumber, OrderDate and...
  9. nickspace

    Deploying Access app on Terminal Services

    Hello everyone, I am trying to deploy an access app. on a Win 2K3 server. The plan is to deposit the mdb and mdw files in a folder on the server. I have created a batch file for each user that starts up the application using the following command: Start "D:\Program Files\Office11\MSAccess.exe"...
  10. nickspace

    Urgent MSDE Restore Help

    Hi everyone, Our machine with MSDE on it crashed today. We urgently need to restore one database from that machine. We have been able to extract .MDF and .LDF files for that database from the machine but there are no backup files (most probably, no backups were taken in near past). I tried to...
  11. nickspace

    Help with outputting text from Access

    Hi everyone, I am outputting the contents of a recordset to a text file. This file is later used by another program to import this text. However, everytime I output the text, each recordset field that I output has double quotes("") around them. This messes up the tags that I am outputting...
  12. nickspace

    Credit Card input mask for a text field

    Hi folks, I need to have users enter credit card numbers in a text field but only the last four digits should show.... the rest should be masked by "*". Can this be done easily? Also, can we also apply this mask to the table column where this info is stored? Thanks in advance for all the help.

Part and Inventory Search

Back
Top