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

    Change Array size durring runtime

    I want to be able to change the number of objects i have in an array based on how many fields i have in a table. Module TBLInfo Public PaStructTBLBackup(TBLBackupLocAMT) As structTBLBackLoc Public Sub LoadDB() Dim Amt As Integer Dim X As Integer...
  2. Japskunk72

    Add to Form1 listbox from Module

    I am having trouble trying to understand how I would add info to a listbox from a module. I keep thinking i can just type form1.listbox1.items.add(string). it aint work'n??? there is no form1.listbox1. I tryed to create a function from within the form called Public Function AddtoListbox(stuff...
  3. Japskunk72

    Detect Physical Drives & Map Drives

    How do I get a list of all the physical drives on a computer? Is there also a way to detect map drives and when a drive letter is a mapping? and how do you get that UNC path? Thanks JT
  4. Japskunk72

    File Watcher Exception Handling/Avoiding!?

    I found some code to watch files on my hard drive for changes. I want to be able to save files and have them auto organize if they are not in the right place. i can handle that code, but i am having file accesssing rights issues. for instance I have been testing the program by making a new...
  5. Japskunk72

    Inserting Records in a Table

    I am new to ASP.Net. I am using Microsoft Visual Studios .NET. I have figured out how to access ADO and gather records but I want to place the info in a table. My ADO code is in a file called webform1.aspx.vb and the table code is in a file called webform1.aspx. when i gather the records...
  6. Japskunk72

    Monitor File System Changes?

    Is there a way to monitor when a file is writen to the hard drive or when the name changes? like in VB 6.0 ReadDirectoryChangesW? Thanks JT
  7. Japskunk72

    IIS MMC accessable with Domain User

    I am running an application that serves information through a webserver using IIS from windows 2000 profesional. I have to leave the computer locked when the application is running. when i try to run this application without using the administrative account (or an account with administrative...
  8. Japskunk72

    Collect current Win2k Server Shared folders/open files

    Is there any windows API or a way to collect the list of info remotely in windows 2000 Computer Management Screen (Right Click My computer, select Manage) /system tools/ Shared Folders/ Open Files list? I have a few servers i would like to monitor the open files from the shares of the servers...
  9. Japskunk72

    erase one color

    I am using photo shop 7. is there a way to erase only one color. I have a seal that has already been drawn with a background and i want to put the seal on a website with transparent background. Thanks JT
  10. Japskunk72

    For Next loop error expected end of statement problem

    I have an ASP page that will get 2 dates, a begining and an end date to grab info from a SQL database. the for next loop will not work, I do not know why it wont work. I am new to ASP. please help, here is my code followed my the error in IE 6.0 ********************Code...
  11. Japskunk72

    Date minus?

    I know there is a DateADD, but I want to subtract 7 days from the curent date... How do I do this? Thanks JT
  12. Japskunk72

    Newbie - insert in access db

    I am new to asp. have done alot of self learned VB6.0 and ADO I am trying to make a website that has a message board. I am familiar with VB, SQL statements, and HTML and all that but I am having a hard time understanding how input from a form can be inserted into a db? I do not understand how...
  13. Japskunk72

    Logging Access SQL statements

    I want to log all sql statments passed to an access 2000 DB through ODBC. I am running Windows 2K and Access 2000. Is there a setting where you can log all query to the DB file? or is an outside program nessesary to monitor the communication between both? Thanks
  14. Japskunk72

    Create a mailbox that is not visible

    I am running exchange 2000 on a windows 2000 server network with windows 2000 clients that use office 2000. I was wondering if there is a way to create a new mailbox that would not be displayed in the Global Address List in Outlook 2000. I am setting up a few accounts just for testing and...
  15. Japskunk72

    Details a - b - c organization

    I am new to crystal reports. I am using version 8.5. I have data coming in strait from an SQL database. I want my report to have the details section report like this: detail a detail a detail a detail b detail b I have 2 sets of data that i want to keep grouped together. Crystal reports...
  16. Japskunk72

    Format Command Problem

    I have a program that uses ADO to connect to SQL DB. I have a feild for date that formated like this ########. when i take it from the database i format it to ##/##/####. my problem is when the first # = 0 it doesnt display the 0. like if the SQL data i am pulling = 09032003 then the formated...
  17. Japskunk72

    There is an On Error, is there an On Event????

    I have a function that watches harddrive changes and it often stalls waiting for a harddrive change, if there is no change i want to kill the function and re run it so it doenst keep hanging the system. Im looking for an on event (like when a counter counts so high or when a timer times out)...
  18. Japskunk72

    EULA

    If i wanted to sell an application that takes advantage of a microsoft Access 2000 db file, where do i find the terms and conditions for this? ive looked through the EULA for Microsoft Office 2000 and it doesnt seem to have any information about running a 3rd party app to connect to Access 2000...
  19. Japskunk72

    EX way to search strings

    I want to search a string to see if it contains a ".". I want to count how many charecters from the right it is also. is there a command that will look at a string and see if the charecter is there and return its placing? Thanks for the help. JT
  20. Japskunk72

    Word Spacing problem

    We have a network share that holds meeting minutes. when one user tries to open anyone of just these documents the spacing is all messed up. there are almost 2 spaces in between each letter. when i open a different document it appears fine. when a new document is created it is fine. Another...

Part and Inventory Search

Back
Top