Debugging and a Question w/ two forms

Started by rjkantor, February 27, 2005, 03:22:56 PM

Previous topic - Next topic

rjkantor

Hello.

I have two questions - how are individuals debugging code that is developed in FireFly?? Do you as msgbox statement to see what is happening? Do you run the debugger against the main.bas file?

When running the debugger I can't seem to get the .inc files to be stepped through so I can watch it (code is running) - is there something I need to do?

My other questions deals with two forms.  From form 1 I reference a textbox on form2.  I am attempting to settext in the textbox from form1 code.  The form2 is not displayed until the user selects a button to do so.  I am not getting any errors, but my textbox remains empty.  Any ideas?

Thanks,
 Rob Kantor

TechSupport

Hi Rob,

I just finished replying to your private email. Hopefully my advice will help.

8)

rjkantor

Thanks for the reply.  I determined what I was trying to do did not really make sense as far as being able to recall the information.

I created a buffer to store the info to and upon showing the second form I assign the buffer contents to the textbox.

Seems simpler :)

Thanks,
 Rob