Link to home
Start Free TrialLog in
Avatar of Bob Schneider
Bob SchneiderFlag for United States of America

asked on

VB6 Question: Viewing New Control Array Items

Is there any way to have a vb6 child form show a new control array item without reloading the page?  Reloadng the page resets one variable that I would like to not be re-set.  I assume there is no way to do something like  you can in classic asp via passing a query string?
SOLUTION
Avatar of Martin Liss
Martin Liss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Schneider

ASKER

It's pretty huge and it has database security credentials embedded in it.  

It is a race timing program and if the timer adds an age group it adds a record to the database.  Then it re-opens the form which creates a text box for each age group, including the new one.  The problem is that, if there are multiple races in the event, re-opening the form defaults to the first race in the list box and that may or may not be the one they added an age group to.  It is a little confusing if they don't see the age group they just added, not noticing that it re-set to a different race.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm glad I was able to help.

If you expand the “Full Biography” section of my profile you'll find links to some articles I've written that may interest you.

Marty - Microsoft MVP 2009 to 2017
              Experts Exchange MVE 2015
              Experts Exchange Top Expert Visual Basic Classic 2012 to 2017