PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: rjkantor on February 27, 2005, 03:22:56 PM

Title: Debugging and a Question w/ two forms
Post by: rjkantor on February 27, 2005, 03:22:56 PM
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
Title: Debugging and a Question w/ two forms
Post by: TechSupport on February 27, 2005, 03:35:59 PM
Hi Rob,

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

8)
Title: Thanks
Post by: rjkantor on February 27, 2005, 04:39:54 PM
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