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

    Gridview Edit Question

    Hello everyone, Is there a way to have the edit function of a GridView on an aspx page only allow the user to edit certain cells of the selected row? I currently have the GridView setup and it returns the data from the database (MySQL) and I have setup the autogenerateeditbutton. However when...
  2. arbytech

    GridView Editing

    Hello everyone, Is there a way to have the edit function of a GridView on an aspx page only allow the user to edit certain cells of the selected row? I currently have the GridView setup and it returns the data from the database (MySQL) and I have setup the autogenerateeditbutton. However when...
  3. arbytech

    Graphic File into Excel

    Hi everyone! I am working on an app to take some pictures (they're graphs) and copy them into an Excel spreadsheet. Currently I can open the Excel file and I can copy in text but I'm not sure how to copy in an actual file (in this case a graphic file). I am looking to automate this with a...
  4. arbytech

    Sending a run line command

    Hi everyone! Is it possible to send a run line command from a VB6 application? I know how to call programs using shell but I really just needed to send a quick one line command that I normally would type into Start\run. Thanks in advance!
  5. arbytech

    Code just stops

    I am working on a little program to check drive space but my code just stops (see below). What am I doing wrong (I'm fairly new to VB6). Thanks in advance!!! Private Declare Function SHGetDiskFreeSpace Lib "shell32" Alias "SHGetDiskFreeSpaceA" (ByVal pszVolume As String, pqwFreeCaller As...
  6. arbytech

    Multiple UNCs in Field

    Hi everyone! I have an Access database that holds information for a VB6 program to read. One of the fields holds UNC info for a file transfer. Is it possible to add two different UNCs in the same field? The files that get transfered need to go to two different servers now. Thanks, RB
  7. arbytech

    Changing data type

    Hi everyone! I have a question about changing data that already exists in a SQL db. I have a table with a field called pdate. The type for pdate is varchar(15). However it searches incorrectly since it's using dates as varchar (yes I had a previous question for that). My question is can I take...
  8. arbytech

    Query returns incorrect range

    Hi everyone! I have inherited a SQL database that works OK for the most part. However I have also inherited a VB program that will query the database for a range of dates and then display those dates in a report. The problem happens when you try and query a range for example of 04-25-2005 thru...
  9. arbytech

    Output to Text File

    Hi everyone, I've inherited some old VB6 code that needs an update (hopefully simple!). Please bear in mind that I don't have a VB background. I needed the program to output a text file based on some variables the user inputs. Can this be done with certain formating (i.e. inserting certain...
  10. arbytech

    Command Line Parameters

    Let me start by saying that I'm not a programmer but have inherited this since the actual VB guru left the company. Basically I have a VB6 that needs to call a little command line program and pass some parameters to it. I can get the command line program to launch using the Shell command non...
  11. arbytech

    Word 2003 Not Printing In Color

    I have a user who has copied some charts from Excel and put them into a Word document. On the screen they look great and in color. When she prints the charts come out as BW. Any chart created right in Word comes out in color, it's just the charts copied from Excel. Any ideas?
  12. arbytech

    Project 2003 Server

    Has anyone used the Project 2003 server setup? I am currently looking into it for some managers who will be leading the same projects and collaboration would be helpful. Just looking for any "I really used it" feedback as opposed to standard MS reviews or magazine/web site reviews. Thanks!!!
  13. arbytech

    Desktop Icons Unresponsive to Mouse

    I have a user running XP Pro SP1 and at least two or three times a day when clicking, double clicking or right clicking on an icon on the desktop nothing happens. You can tab through the icons with the keyboard but the mouse clicks don't work. The mouse moves the cursor fine and clicks work in...
  14. arbytech

    Client for MS Networks Disappears

    I have a Windows 98 SE PC that has problems logging on to our NT 4.0 network. The problem is that in the properties of Network Neighborhood the Client for Microsoft Networks disappears after the PC is powered off. It's easy enough to add it back in but I can't figure out why it keeps...
  15. arbytech

    Network Password Change Error

    I have some users in a remote office who have problems changing their network passwords. They all have Windows 98 SE. This remote office has it's own BDC with the PDC located in my city's office. They logon normally and receive the prompt that their password will expire in xx days. So they...
  16. arbytech

    Virus Problem on W2K

    Hi everybody, I have five PCs in a remote office that are having some issues. When they are connected to our LAN they flood port 445. That points to the Deloder virus but we did not detect it. Currently the PCs all run McAfee VSE 7 with DAT 4339 and Deloder is over a year old. I had the on-site...
  17. arbytech

    Huge Volume of Alerts - Alert Manager 4.7

    I was testing out Alert Manager 4.7 on a XP Pro SP1 PC with Virus Scan Enterprise 7.1.0. I configured the SMTP to email me which tested OK. Once I created the Eicar test virus and McAfee found it and put it in the Quarintine folder I received an incredible amount of email all stating the same...
  18. arbytech

    Error When Archiving

    I have a PC that when the user archives an email with an attachment she receives: Process Doc Error 91 Object Variable Not Set It just happened one day, she had been archiving in the morning with no problems and then in the afternoon the error appears. The PC is running Windows 98SE and Notes...
  19. arbytech

    BSOD with XP and Virus Scan 7

    I have a PC in a field office that when Virus Scan Enterprise is installed it will blue screen on boot after the install. The install goes OK but once you reboot it will blue screen. After rebooting several times you eventually can get into Windows. Once you get in if you remove VSE 7 it works...
  20. arbytech

    Reviewer in Word 2002

    Is there any way to stop the reviewers from being shown in Word 2002? Once I have finished a document I can click on Show\Reviewers and any one who has worked on the document is listed. If I wanted to send a finished document out to another co-worker I didn't want the list of reviewers to be shown.

Part and Inventory Search

Back
Top