Search:

Type: Posts; User: Steve Etter

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    341

    Problem with ADOX

    Hi all. I ran into a problem last night while attempting to create a new database. The interesting thing is that this code worked in this application a few days ago but won't now. My code where I...
  2. Replies
    6
    Views
    630

    Re: New Installation Technique

    That's a thought. I just very recently downloaded INNO and have not yet looked at it in this light. It seems to have pretty extensive scripting, so maybe I can use it. I will give that a look.
    ...
  3. Replies
    6
    Views
    630

    Re: New Installation Technique

    Comintern:

    If you were to reinstall from scratch, then the "Start-up" application would indeed run. It would simply never be available again from within a working copy of the program. The...
  4. Replies
    6
    Views
    630

    Re: New Installation Technique

    Actually, I already have this type of check built in along with an automatic database backup routine. The way it works now, the program is fired-up and it looks for the existence of the database...
  5. Replies
    6
    Views
    630

    New Installation Technique

    I have developed an application that when it is first installed, it needs for the user to select a series of settings. This is because the application is targeted toward individuals in a market...
  6. Replies
    2
    Views
    448

    Re: Error message problem

    It runs because you never told it not to. :p

    I believe you just need to put in an Exit Sub before the errorLogin: line.
  7. Replies
    9
    Views
    856

    Re: Hwo can I Delete a Folder?

    Hack said

    Being a relative newby, I am interested in knowing why?
  8. Replies
    3
    Views
    464

    Re: Trapping an application crash

    The only thing I can think of is to add error trapping in each and every sub in the program. For any error (crash?) then you can have your log-off logic as the last thing done.

    This would not...
  9. Re: Won't work after being compiled

    VERY COOL.

    Thanks brucevde & Wokawidget. Between the two of you, my problem is resolved.

    Once I created the call to the Common Controls library on my Main Page, I was able to get the ToolTips...
  10. Re: Won't work after being compiled

    Ok. Sounds like something to work with. I will give it another shot this weekend and hopefully get back to using Woka's tooltips.

    I will certainly let you know how I make out....

    Thanks in...
  11. Re: Won't work after being compiled

    Actually, Woka, I tried yours first....and I must say I think its a great piece of work....but it does exactly the same thing.

    As well, it gives me an Error 457 (I believe thats the right number)...
  12. Re: Won't work after being compiled

    For this project I have few supporting files that are not inherently created by VB when I package it.

    I appreciate the suggestion though....

    Anybody have any other thoughts? I really want to...
  13. Re: Won't work after being compiled

    While I am not certain this technique does what you are suggesting, my last effort was to create a brand-new packaged and deployed program and then immediately install it on the same PC where I am...
  14. Replies
    8
    Views
    709

    Re: include mask in save

    Is the problem that your database is storing the value as "9000"? If so, then your problem may simply be in how your database field is set up.
  15. Won't work after being compiled [RESOLVED]

    I have been trying to work throught adding multiline tooltips in my program using several different techniques described both in this forum and elsewhere. In each case, I have been able to get some...
  16. Replies
    2
    Views
    351

    Re: VB can't see data base(newbie)

    When I had this same problem, I found that I had to save my Access database as an older version. If you haven't already, open you database and under the Tools menu, select "Database Utilities"...
  17. Replies
    57
    Views
    92,056

    Re: Create Custom ToolTips using API

    This is really good stuff, Wokawidget. Very nice work. :thumb:

    One other feature I could use is being able to set the location of the ToolTip balloon. I found where the cursor position is...
  18. Replies
    5
    Views
    955

    Re: Calculate Radius of a sphere

    Halsafar,

    After reading through you post, we need some clarification here.

    1) Is your "bounding box" always square (or even rectangular) as in your example?
    2) Are you looking for the smallest...
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width