10-25-2022, 07:05 PM
I'm just unclear of how and when data is passed. 'just". Something like your main program: has the user pick a number in the main program, the client receives the number displays whatever you want there and passes a data or a term back to the main program which now uses that transmitted data or term to display something of it's own.
I suppose a selection dialog example would cover it really.
Main program ... hey client display a diaolog "blah blah" with user choices 1,2,3.
Client program ... whoop there it is and here's what they selected.
Main program ... this is the results form that selection.
I suspected that -1 was indeed communicating back but I'm just fuzzy on what is going on.
I suppose a selection dialog example would cover it really.
Main program ... hey client display a diaolog "blah blah" with user choices 1,2,3.
Client program ... whoop there it is and here's what they selected.
Main program ... this is the results form that selection.
I suspected that -1 was indeed communicating back but I'm just fuzzy on what is going on.