Search:

Type: Posts; User: Andy Collyer

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Thread: Date/Time

    by Andy Collyer
    Replies
    3
    Views
    567

    I've got round it for now by setting the "Initial...

    I've got round it for now by setting the "Initial Value" property for the field in Access to "Now()" but I don't know how that's derived - presumably on the server the .mdb file is on (??)
    But I am...
  2. Thread: Date/Time

    by Andy Collyer
    Replies
    3
    Views
    567

    Hi all, I'm using Access as my DB and ado stuff...

    Hi all,
    I'm using Access as my DB and ado stuff to access it, so far so good. I would like all the clients to use the date/time from the same machine when stamping things to avoid confusion......
  3. Replies
    2
    Views
    531

    How are you writing the file? Try using "Print...

    How are you writing the file? Try using "Print #" instead of "Write #" ???

    ------------------
    * * * * * * * * * * * * * * * * * * * * * *
    AndyC
    London
    email: andy.collyer@bigfoot.com
    * * *...
  4. Replies
    0
    Views
    540

    Hi all. Given that I can start a process using...

    Hi all.
    Given that I can start a process using "CreateProcessA" or "Shell", any ideas how I could find out if *that* process is still running?
    BTW, I need to be able to carry on running other...
  5. Replies
    0
    Views
    508

    Hullo again, Can anyone tell me why I can't say:...

    Hullo again,
    Can anyone tell me why I can't say:
    Dim myRTB As New RichTextBox
    or
    Dim myRTB as RichTextBox
    Set myRTB = New RichTextBox
    ??
    It keeps saying "Invalid use of New keyword"
    I've...
  6. Replies
    6
    Views
    1,022

    Right, for those interested, here's some code to...

    Right, for those interested, here's some code to do the job...



    Private Sub ListBox1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    If (Button = vbRightButton) Then...
  7. Replies
    6
    Views
    1,022

    Thanks for the replies... Cabal - Unfortunately...

    Thanks for the replies...
    Cabal - Unfortunately it's a listbox not a listview and there's a lot of code already associated with it so moving it to a listview might be more hassle than it's worth,...
  8. Replies
    6
    Views
    1,022

    Hi folks. When I rightclick on a listbox, I've...

    Hi folks.
    When I rightclick on a listbox, I've got a menu popup. But what the menupopup displays depends on the selected item. How can I get the listbox to select the item like a leftclick before...
  9. Replies
    1
    Views
    682

    Happy new year all! I have a bunch of fields...

    Happy new year all!

    I have a bunch of fields of a database bound to textbox controls on my form and a richtextbox control, bound to a different table, that holds a template of a letter - including...
  10. Replies
    3
    Views
    869

    :o Point taken! It was early and I'm not so hot...

    :o Point taken! It was early and I'm not so hot in the am!!

    Thanks for the code - had a quick play but evidentally it's going to need much more! Looks like a fun weekend ahead :)

    If you...
  11. Replies
    3
    Views
    917

    :o Point taken! It was early and I'm not so hot...

    :o Point taken! It was early and I'm not so hot in the am!!

    Thanks for the code - had a quick play but evidentally it's going to need much more! Looks like a fun weekend ahead :)

    If you...
  12. Replies
    10
    Views
    1,823

    Beg yer pardon you're absolutely right I knew I...

    Beg yer pardon you're absolutely right I knew I shouldn't have got up this morning.

    Apologies.

    AndyC

    [This message has been edited by Andy Collyer (edited 12-09-1999).]
  13. Replies
    10
    Views
    933

    Beg yer pardon you're absolutely right I knew I...

    Beg yer pardon you're absolutely right I knew I shouldn't have got up this morning.

    Apologies.

    AndyC

    [This message has been edited by Andy Collyer (edited 12-09-1999).]
  14. Replies
    10
    Views
    1,823

    Format(2,"mmmm") HTH, AndyC

    Format(2,"mmmm")

    HTH,

    AndyC
  15. Replies
    10
    Views
    933

    Format(2,"mmmm") HTH, AndyC

    Format(2,"mmmm")

    HTH,

    AndyC
  16. Replies
    3
    Views
    917

    Hi again! I've got a load of tables - an...

    Hi again!

    I've got a load of tables - an unknown amount. I can (thanks to your help!) find out what they're called and do all sorts of stuff with them, but I want to include on my main form a...
  17. Replies
    3
    Views
    869

    Hi again! I've got a load of tables - an...

    Hi again!

    I've got a load of tables - an unknown amount. I can (thanks to your help!) find out what they're called and do all sorts of stuff with them, but I want to include on my main form a...
  18. Replies
    3
    Views
    911

    That's it! Absolutely perfect. :D heyessj,...

    That's it! Absolutely perfect. :D

    heyessj, you are a genius (that's not to say that you aren't, Serge! :))

    Thanks again,

    AndyC
    London
  19. Replies
    3
    Views
    778

    That's it! Absolutely perfect. :D heyessj,...

    That's it! Absolutely perfect. :D

    heyessj, you are a genius (that's not to say that you aren't, Serge! :))

    Thanks again,

    AndyC
    London
  20. Replies
    3
    Views
    778

    I'm using adodb throughout my app so far but that...

    I'm using adodb throughout my app so far but that doesn't mean I have to keep that way (although I do need to keep using ODBC DSN Connection strings, not references to filenames).

    I'm trying to...
  21. Replies
    3
    Views
    911

    I'm using adodb throughout my app so far but that...

    I'm using adodb throughout my app so far but that doesn't mean I have to keep that way (although I do need to keep using ODBC DSN Connection strings, not references to filenames).

    I'm trying to...
  22. Replies
    4
    Views
    856

    highlight the label, right click, "cut". Then...

    highlight the label, right click, "cut". Then click your frame, right click, "paste". The label should then be inside your frame.

    AndyC
  23. Replies
    5
    Views
    1,062

    IsNumeric! How close! Thanks all - yes, I was...

    IsNumeric! How close!

    Thanks all - yes, I was just being thick :)

    AndyC
  24. Replies
    5
    Views
    803

    IsNumeric! How close! Thanks all - yes, I was...

    IsNumeric! How close!

    Thanks all - yes, I was just being thick :)

    AndyC
  25. Replies
    5
    Views
    803

    Can't find this anywhere - is there a way of...

    Can't find this anywhere - is there a way of checking that a string contains just digits and can therefore be converted to an integer before trying it? I thought there was an IsNumber function but...
  26. Replies
    5
    Views
    1,062

    Can't find this anywhere - is there a way of...

    Can't find this anywhere - is there a way of checking that a string contains just digits and can therefore be converted to an integer before trying it? I thought there was an IsNumber function but...
  27. Thread: Databases

    by Andy Collyer
    Replies
    4
    Views
    638

    Is the control included in your components? ...

    Is the control included in your components?

    AndyC
  28. Thread: Databases

    by Andy Collyer
    Replies
    4
    Views
    606

    Is the control included in your components? ...

    Is the control included in your components?

    AndyC
  29. Combo1.Text = "-- Please Select Data Type --" ...

    Combo1.Text = "-- Please Select Data Type --"

    HTH

    AndyC
  30. Combo1.Text = "-- Please Select Data Type --" ...

    Combo1.Text = "-- Please Select Data Type --"

    HTH

    AndyC
  31. Thread: ODBC

    by Andy Collyer
    Replies
    2
    Views
    642

    Excellent - ta very much! AndyC

    Excellent - ta very much!

    AndyC
  32. Thread: ODBC

    by Andy Collyer
    Replies
    2
    Views
    821

    Excellent - ta very much! AndyC

    Excellent - ta very much!

    AndyC
  33. Thread: ODBC

    by Andy Collyer
    Replies
    2
    Views
    821

    Not actually VB but I'm sure someone will know...

    Not actually VB but I'm sure someone will know and it is related to my VB app...

    I've just had a new disk put in and win95 put back but the fella who did it didn't install (amongst other things)...
  34. Thread: ODBC

    by Andy Collyer
    Replies
    2
    Views
    642

    Not actually VB but I'm sure someone will know...

    Not actually VB but I'm sure someone will know and it is related to my VB app...

    I've just had a new disk put in and win95 put back but the fella who did it didn't install (amongst other things)...
  35. Replies
    5
    Views
    789

    I always use my own function to test a file's...

    I always use my own function to test a file's existence because it's easier to control what it does. Here's an idea:

    Public Function FileExists(ByVal fName As String) As Boolean

    Dim FNUM As...
  36. Replies
    5
    Views
    1,047

    I always use my own function to test a file's...

    I always use my own function to test a file's existence because it's easier to control what it does. Here's an idea:

    Public Function FileExists(ByVal fName As String) As Boolean

    Dim FNUM As...
  37. Replies
    1
    Views
    735

    Assuming you don't want to wait for it to finish...

    Assuming you don't want to wait for it to finish executing before continuing with your app, just use the Shell command.

    Andy

    ------------------
    * * * * * * * * * * * * * * * * * * * * * *
    * ...
  38. Replies
    1
    Views
    852

    Assuming you don't want to wait for it to finish...

    Assuming you don't want to wait for it to finish executing before continuing with your app, just use the Shell command.

    Andy

    ------------------
    * * * * * * * * * * * * * * * * * * * * * *
    * ...
  39. Thread: MouseDown

    by Andy Collyer
    Replies
    0
    Views
    632

    For some reason my ADODC control doesn't appear...

    For some reason my ADODC control doesn't appear to receive the MouseDown event - why is that? Is it an error, a "feature" or something else?

    It was aligned vbAlignTop but even without that I...
  40. Thread: MouseDown

    by Andy Collyer
    Replies
    0
    Views
    456

    For some reason my ADODC control doesn't appear...

    For some reason my ADODC control doesn't appear to receive the MouseDown event - why is that? Is it an error, a "feature" or something else?

    It was aligned vbAlignTop but even without that I...
Results 1 to 40 of 58
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width