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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hazeljean

  1. hazeljean

    problems with multi level forms

    here is my situation... I need to dynamically create a form from an "ini" file, containing, checkboxes or radiobuttons (depending on the logic of the application) that will in turn, when a checkbox or radiobutton is clicked, will read the appropriate "ini" and dynamically...
  2. hazeljean

    linking VB.net forms

    They are vb forms. I am generating forms dynamically depending on the contents of a text file. Each text file(over 1000) is used to creat checkboxes(variable number). Some forms always open up other forms(indicated in text file.) Other forms are opened only when a specific checkbox is checked on...
  3. hazeljean

    linking VB.net forms

    My problem is "finding" the sub-form I am loading. Does it have to be resident in memory? An executable? I have over a 1000 candidate forms; any one may be called by any other form. Thanks
  4. hazeljean

    linking VB.net forms

    situation 1 I believe there is a timing problem. I do not know form names at form-load time. I read a text file that contains the names of the subforms. Names can be different everytime. (I am also new at VB and am stumling through by trial and error.) situation 2 I know how to do the statement...
  5. hazeljean

    linking VB.net forms

    I need code example. I have 2 situations. 1. when form is opened it immediately must call some other forms(a variable number of sub-forms) 2. When a certain checkbox is checked I need to call another form. Thanks.
  6. hazeljean

    linking VB.net forms

    Still having difficulty linking to a "subform". Would appreciate any ideas. I have a main form with a variable number of check boxes. If the users selects a checkbox, I need to open another form with checkboxes etc. I may have several levels of forms. Thanks
  7. hazeljean

    How to imbed a Word doc to a .NET Form?

    I need answer to this also. thanks
  8. hazeljean

    help re passing text between Forms

    I have situation where I have a main form that calls several sub forms. I need to call subforms from main form and retrieve text from each of the subforms to combine in the main form. Have not found a way to do this. Can you have a common data area shared by main form and subforms? Thanks
  9. hazeljean

    how to make it so when button is clicked a new form pops up!

    I need the answer to this question also.
  10. hazeljean

    help re child forms

    I have situation where I need to call multiple child forms. I want to get text from each child form and pass it to main form. I want user to be able to view and edit this text before writing it to disk from the main form. Please recommend coding for VB.net Thanks
  11. hazeljean

    Search/Replace with PERL

    Thank you!!!! What one little letter Q can do....A Miracle!
  12. hazeljean

    Search/Replace with PERL

    with your code ...replace a string enclosed with brackets by another text string Example: replace [fill_in_blank] with Enter Item I am using DOS command line. bracket problem might be in command line rather than Perl script? Thanks
  13. hazeljean

    Search/Replace with PERL

    What did you change in code? Looks same as mine? Thanks
  14. hazeljean

    Search/Replace with PERL

    Tried all combinations...no change. Hope someone has a clue? Thanks Hj
  15. hazeljean

    Search/Replace with PERL

    example: [fill_in_blank] replaced with "Other" perl command: perl sarreg.pl [fill_in_blank] Other *.txt perl script: #!/usr/bin/perl # # DESC: Search and Replace # print "\nmksr Search and Replace $ver\n"; my $find = $ARGV[0]; my $replace = $ARGV[1]; my $glob =...

Part and Inventory Search

Back
Top