Search:

Type: Posts; User: Garrett

Page 1 of 4 1 2 3 4

Search: Search took 0.14 seconds.

  1. VB Login Script help - Determines user's OU

    I need a login VB script that determines the user's OU. if the OU equils, say "myOU" then continue on otherwise exit.
    This is a work around because I cannot get GPO login scripts to execute in...
  2. Replies
    13
    Views
    7,517

    Re: Textbox Calculation help

    Thanks camoore,
    I understand that is impossible. What I have decided to do is create "solve for" buttons under each text box that also disables entry into that box. That fixes the text3 = x - x...
  3. Replies
    13
    Views
    7,517

    Re: Textbox Calculation help

    Thanks for trying guys but I really didnt have a problem with the text1 - text2 = x

    In my original post I needed forwards/backwards etc. meaning

    Solve for x
    Text1 - Text2 = x
    x - Text2 =...
  4. Replies
    13
    Views
    7,517

    Re: Textbox Calculation help

    Thanks Mark, i will give it a go.
  5. Replies
    13
    Views
    7,517

    Re: Textbox Calculation help

    I suppose I should have put this in the office forums. This is in VBA/Access 03.
    The change event doesnt seem to pick up the number that was just typed into that box. just keep getting null value...
  6. Replies
    13
    Views
    7,517

    Re: Textbox Calculation help

    Yeah, I am trying to work around the null value errors.
  7. Replies
    13
    Views
    7,517

    Textbox Calculation help

    I need to find the best and shortest way to do simple calculations via text boxes.

    3 text boxes
    [text1 ] - [text2] = [text3]

    At anytime in any box, a number is entered, the calculation is...
  8. Replies
    2
    Views
    4,329

    Bi-weekly date calculation

    Hello all,
    Need some help with calculating a bi-weekly date. For instance a pay-day.
    the following works in Excel. I just need to be able to do it in Access
    ...
  9. Monitoring Outlook Folders for new messages

    Hello, I am trying to wrap my head around the first step(s) I need to take to create a small program.

    I have never done any Outlook interface programming but do have a mid level knowledge of VB. ...
  10. Re: Create new worksheet from template file in Excel

    Thanks Ecniv.
    Does anyone have any examples or a site that I can learn from? I'm new to VB in excel.
    Thanks
  11. Create new worksheet from template file in Excel

    I am trying to figure out how to do the following:

    In an existing workbook, double click a specific cell which will load a specific template file into a new worksheet and name the new tab the same...
  12. Replies
    1
    Views
    2,124

    Access Query: Field Code Help

    Here are examples of my field data.

    MARTIN SMITH/1880681/ITD/FED
    JACK JACKSON
    and I also have null values

    When I do my make table query I need it to do the following.
    If Null (or blank) put...
  13. Replies
    2
    Views
    505

    Remove Characters from string

    I have the following:

    Joe Jackson/1234567890/CIO/DALLAS Dana Smith/0987654321/IDO/PLANO

    The end result needs to be

    Joe Jackson, Dana Smith

    Help would be appriciated. :bigyello:
  14. Replies
    8
    Views
    679

    Search Text file for multiple instances [RESOLVED]

    Im glad you posted.. Thats good stuff to know as well..

    Thanks!
  15. Replies
    8
    Views
    679

    With just a little modifying I got it to work...

    With just a little modifying I got it to work fine.. Thanks much!
  16. Replies
    8
    Views
    679

    Anyone? and man this site has sure slowed down...

    Anyone? and man this site has sure slowed down as of late.
  17. Replies
    8
    Views
    679

    Search Text file for multiple instances

    Here is what I need to do.

    I need to search a text file for all instances of computer names and put it into a list box. All computer names start with "XYZ" and all computers names are 12...
  18. Replies
    1
    Views
    359

    test for drive and directory

    My program tries to map a network drive.
    I tried to use the following to test to see when the drive is mapped.


    Do While Dir("w:\glbertag\") = "" And w < 10000
    w = w + 1
    Label1.Caption = w...
  19. Replies
    10
    Views
    603

    An -If- Statement problem

    Why is it that when I do the following in form1

    If form2.visible = false then -do whatever-

    This triggers the Load event in form2

    Im just checking to see if its visible not wanting to launch...
  20. Ok that brings me back to what I am currently...

    Ok that brings me back to what I am currently doing.

    every 6 seconds the client pulls the file from the network.
    Every 3 seconds the server uploads a new jpg.

    When the program is minimized it...
  21. Unfortunatly, I dont have a way to pull the data...

    Unfortunatly, I dont have a way to pull the data from the CentreVu server. I only have the CentreVu report itself.
    I am only able to pull historical data from the server, not real time. Thats why...
  22. This is for a help desk. I have a small bar...

    This is for a help desk. I have a small bar graph that shows current calls / availablity etc (CentreVu) I want my in house instant messenger to display that JPG. (main screen)

    My instant...
  23. Help with picture updates - Screen shots from network

    I need to know the best way, Network traffic wise and CPU resources wise to copy a small JPG from a network drive and then display it in an image box.

    6 second cycle
    3 seconds it copies the...
  24. Replies
    3
    Views
    463

    Better and easier yet. select what you want to...

    Better and easier yet.
    select what you want to move and start draging it. while draging hold down ctrl and shift. :D
  25. Resolved

    Ok I got the copy option to work.

    Capture is set to 6 seconds

    Client copies image and
    3 seconds later it loads the image from the copied file

    Roates every 3 seconds from copy to load. ...
  26. Sorry posted at the same time you did last.. I...

    Sorry posted at the same time you did last..
    I have it all running localy on C: drive now..
    No network
    Still does the exact same thing. compiled or not compiled. :(
  27. Happens when I use a picture box as well. Anyone...

    Happens when I use a picture box as well. Anyone know a way around this?

    Thanks
  28. Imagebox - picture load crashes app - help please

    the whole program consits of the following

    _________________________________________

    Private Sub Timer1_Timer()
    Set Image1.Picture = LoadPicture("I:\CVSNAG-1.jpg")
    Image1.Refresh
    End Sub...
  29. Replies
    3
    Views
    454

    Where?

    Where?
  30. Replies
    10
    Views
    3,836

    Anyone?

    Anyone know how this may be done? I am needing to figure this out as well.. Thanks
  31. Replies
    3
    Views
    468

    oops ok I see what you mean.. going to give that...

    oops ok I see what you mean.. going to give that a try
    Thanks for being so helpful :)
  32. Replies
    3
    Views
    468

    Time Difference help

    A person works 8am to 5pm

    I have no problems using
    DateDiff("n", "08:00" , "17:00") to get 9 hours


    But
    A person who works 9pm to 10am
    DateDiff("n", "21:00" , "10:00") Gives me 11 hours...
  33. Replies
    2
    Views
    392

    Need help with rounding code

    I need to round decimals to the nearest quarter

    1.12 would become 1.0
    1.13 would become 1.25

    7.87 would become 7.75
    7.88 would become 8.0

    and so on..
  34. Finding Differences in Time - Calculating minutes

    I have tried several ways to do this but to this point am unsucessful. If anyone knows how to accomplish the following please let me know

    This has to do with time schedules
    I have this data
    ...
  35. Replies
    2
    Views
    458

    I moved the me.visible = false to the exit...

    I moved the me.visible = false to the exit command button
    still sets off the form load.

    if I disable the timer function all together the form closes fine.
  36. Replies
    2
    Views
    458

    form reloads after opening *help*

    Ok I have a form that opens and a timer that runs and does things in the background while the form is open.
    when I unload the form named "Dialog" I do the following

    Timer1.Enabled = False...
  37. Replies
    4
    Views
    505

    Try this on for size Private Sub...

    Try this on for size

    Private Sub Timer1_Timer()
    Static R As Integer, G As Integer, B As Integer, o As Boolean
    Timer1.Interval = 10

    If G = 0 And B = 0 Then
    R = 255 * Rnd
    End If
    If B = 0...
  38. Replies
    2
    Views
    457

    Remove Character from string

    User enters a path into text1
    "C:\smelly\smurf\goo\"

    when I press command1
    mystring = text1.text

    What I need to do is check to see if the last character is a "\"
    If it finds it, I want it...
  39. Replies
    2
    Views
    831

    Never mind.. Found the answer here VBForums Link...

    Never mind.. Found the answer here
    VBForums Link
  40. Replies
    2
    Views
    831

    Get all window titles

    What I need to happen is when I use a pulldown combo box, it populates the list with every current open program window title.
    i.e.
    Untitled - Notepad
    Microsoft Excel - Book1
    MicroSoft Word...
Results 1 to 40 of 142
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width