Search:

Type: Posts; User: Electric Chuck

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,402

    Re: variable not defined

    thankyou to Bobbles and DataMiser for responding. my problem is when I make a change to the my program in need to post a new upgraded EXE. The EXE THEN HAS to be encrypted then put into install...
  2. Replies
    9
    Views
    1,402

    Re: variable not defined

    thank you I will have to search for the undefined variables
  3. Replies
    9
    Views
    1,402

    Re: variable not defined

    thank you will check it out
  4. Replies
    9
    Views
    1,402

    Re: variable not defined

    thank you, I will give it a try. I have 2 help files one is winhelp which does not work. Microsoft dropped it. Have an HTML help FILE
    maybe this causing a similiar problem trying to get it to work...
  5. Replies
    9
    Views
    1,402

    variable not defined

    I am a novice user and vision impaired. my program required me to fix some items in a list which I was able to do successfully. However, when I clicked on make exe I get variable not defined.
    ...
  6. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    Baka not ignoring you I'm new to forum and didn't know I could reply to you. It's hard to teach dinosaurs new tricks.
    here's what I sent to the general tread.

    I have tried all suggestions...
  7. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    thanks will give it a try. The only text box entries on my form are numbers, if you try anything else a message box pops up and says wrong entry.
    I liked your explanation of what Val can cause.
    ...
  8. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    To Sam and Baka
    I have tried all suggestions posted. I too had to figure out what the variables meant and am renaming them for clarity as suggested. I put Option Explicit on the top of the form. It...
  9. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    Txttotcubic.Text shows 11.
  10. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    I have cleaned up the program and dimensioned everything as Double.
    the code will not put 11.25 in Txttotcubic.text textbox I get 11. (Eleven and period)
    I tried Val and Cdbl no luck

    it's...
  11. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    thanks good suggestion, as I said before I'm updating this program written by friend several years ago and did not realize that it had so many problems.

    if the code is confusing to the experts no...
  12. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    I am learning and step by step is best appreciate everyones help thanks
  13. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    from the replies I see I have several problems.

    The calculation pen and paper is 11.25

    The txti is a variable not a text box but it is not dimensioned

    however i is dimensioned

    so I need...
  14. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    you are correct the post did line up as I wished.

    in this formula: Txttotcubic.Text = 2.25 * (X + b + c + d) + (Txtsize(7).Text) + txtf + txtG + txth + txti

    2.25 * (X + b + c + d) (no entry...
  15. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    I'm a little confused with this too apparently totcubic is not used
    Note I had a friend code this several years ago and trying to update it.

    in this formula: Txttotcubic.Text = 2.25 * (X + b + c...
  16. Replies
    58
    Views
    8,310

    Re: need 2 decimal places

    thanks to all for looking at this, still returning (11.)

    here is the code snippet from my program:

    If Combo6.Text = "12" Then
    Txte = 2.25 * Txthm.Text
    Txtsize(7).Text = Txte...
  17. Replies
    58
    Views
    8,310

    need 2 decimal places

    I have a program that calculates cubic inch requirements for choosing an electrical box size based on entries on my box sizing form. Problem is the form calculates but does not go to 2 decimal places...
  18. Replies
    12
    Views
    2,966

    Re: adding compiled html help to a vb6 app

    Thanks to both you I appreciate your knowledge and expertise. That's why I joined the form. You are correct that I am not a technical person when it comes to VB. My expertise is with the National...
  19. Replies
    12
    Views
    2,966

    Re: adding compiled html help to a vb6 app

    thanks for your help it did not work .I think you note is correct and Windows 10 is preventing me from using the help file.
    So I'm going to post a note on the welcome screen to send the user to...
  20. Replies
    12
    Views
    2,966

    Re: adding compiled html help to a vb6 app

    Thank you I followed your directions but it still won't work. I think you note sums it up windows 10 has me locked out. I think I will add a statement on the welcome screen directing the user to...
  21. Replies
    12
    Views
    2,966

    adding compiled html help to a vb6 app

    Hello I am having trouble attempting to add html help to my application the app is a vb6 program. I have just updated the program but the winhelp will not work in windows 10.
    Please note I am a...
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width