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

    Cannot run exe file on server from client computer

    I'm trying to run an executable file (not just one, any executable) that exists on my windows 2003 server from a mapped network drive on a windows 2000 client computer. I can run the exe files fine from windows xp client computers, but the windows 2000 client computers hang when I attempt it. I...
  2. MisterC

    Print one field of selected record

    My table has a memo field. I have a form that displays the table's records individually. I want to put a button on the form that will print just the current record's memo field. (Not the full form or whole record...) Can anyone help me with that? Thanks!
  3. MisterC

    vb6 graphical report help

    I'm writing a simple form-fill application in vb6. The idea is that the user answers some questions and the application loads a PDF form with the appropriate data and prints it out. The form is a standard pdf form with fill-in fields, but I can convert it to jpeg or tiff or whatever to...
  4. MisterC

    Determine unknown data file type

    Hi folks, I'm trying to import a data file into MS Access without knowing what type of data file it is. The file's extension is E00 (which means nothing to me...) and my first guess (dBASE) doesn't appear to be correct. Does anyone know how to analyze a file to determine it's type? Thanks for...
  5. MisterC

    Add event to dynamic control

    This is driving me crazy. I have added a command button to a form dynamically. The question is, how do I add a click event for that button????? Set btnObj = Controls.Add("VB.CommandButton", "btnObj") With btnObj .Visible = True .Caption = "New Button" .Left = 240...
  6. MisterC

    Access VBA to remove MISSING References

    Hi folks, I have a database that I developed on my computer using Access 2003. On my computer, it contains a reference to EXCEL 11.0 object library. BUT... the db is saved on a server and is used by a few other folks with older versions of Excel. And they need to use the EXCEL 9.0 object...
  7. MisterC

    Helvetica print problem

    Hi folks, I've just installed Acrobat 7 and am now having problems printing documents that contain the Helvetica font. They show up fine on the screen but my printer shows strange characters. I've checked my computer and I do not have a Helvetica font installed. Does anyone have suggestions...
  8. MisterC

    Automate Acrobat forms

    Hi folks, I want to automate several acrobat forms from vb. The application will accept inputs such as Name, SSN, etc... and create an .FDF file. From there, I need the application to open the .PDF forms, import the data from the .FDF file, and print the forms. Writing the .FDF file is no...
  9. MisterC

    ASP.NET Multiple file upload

    Hi, Asp.net newbie here. I need to enable clients to upload multiple files at once to my web server. I have found several examples with single file uploads and a few examples with multiple file uploads. The problem with the multiple file upload examples is - each file is specified in its own...
  10. MisterC

    Asp/IIS share settings

    I'm all confruzed about directory sharing, and as a result my asp pages aren't working. [hairpull2] (I think thats where my problem is...) I'm running WinXP Pro and IIS 5.1. When I try to access http://localhost, I get "You are not authorized to view this page." In the IIS control panel...
  11. MisterC

    How to do a Photo Album Website

    Asp Newbie here. I'm trying to come up with an online photo album. I want to allow users to login to the website and upload & download photos. When they upload the photos, I need the the website to automatically (re)generate a thumbnail gallery. Is there any simple way to do this? Thanks for...
  12. MisterC

    Photo Gallery

    Hi folks, I'm a newbie when it comes to html stuff. I'm trying to come up with an online photo album. I want to distribute login info to users and allow them to upload & download photos, and have the website automatically generate a thumbnail gallery. Is there any simple way to do this...
  13. MisterC

    Make default value = previous record

    Hi, I have a data entry form with several fields, and I'd like the default entry in the "Date" to "stick" from record to record. That is, the user enters the date while entering the first record and when he goes to the next record the default date is what was entered on the previous record. I've...
  14. MisterC

    Keyboard LEDs

    My guess is "no", but can anyone tell me if it is possible to turn on/off the keyboard LEDs (NumLock CapsLock ScrollLock) via VB? I don't want to actually turn on or off the functions, just the LED indicators. Thanks!
  15. MisterC

    Please Help - sys(3055)

    Please oh Please... HELP! :-) I'm getting "Insufficient Stack Space" errors on a payroll program that uses Visual Foxpro. (The full version of VFP is not installed, just the version needed by the program) I've found...
  16. MisterC

    Excel number format problem

    Howdy! I'm having a problem with Excel's number formats. I have the following data in my spreadsheet: 12,904.48 (12,904.48) - - - 46,408.24 (66,810.70) 70,443.82 (50,041.36) - 86,062.37 (81,216.21) (4,846.16) - (0.00) The last column is...
  17. MisterC

    Select Case help

    Hi, With a Select Case statement, I'm attempting to use: Case #11:59 AM# TO #1:01 PM# This works fine in VB6, but not in VBScript. Is there a replacement for the "TO"?
  18. MisterC

    Crosstab query on connectionless ADODB.Recordset

    Is there any way to run a crosstab query on a connectionless ADODB.Recordset object in memory?
  19. MisterC

    ZModem file transfer

    Anyone know how I can use vb to perform a ZModem file transfer, preferably without any 3rd party software?
  20. MisterC

    Popup message on remote computer

    How can I use vbscript to make a message pop up on a remote computer?

Part and Inventory Search

Back
Top