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

Clear Buffers??

Status
Not open for further replies.

deepuaries

Programmer
Nov 3, 2003
2
IN
Hi,
Im facing a very strange problem(as they usualy are!). I've got a pbl that runs fine, but a guy sitting across sends me the same pbl saying there's an error in it. I take the back up of my pbl and put his into the appliacation and run it - and sure the problem is there: It is that on clicking on a datawindow focus is defaulted to radio button on the child screen(where this should not happen). I then replace his pbl by mine and run it - and lo!! The error persists!!nothing can get the fucntioning back!!

Worser - I debug the application and put a break point in the parent object of the double click event on the datawindow(which I guess is the starting point of the error) and in the debug mode it works fine and focus is not defaulted to any other radio button in the screen. But while running the application the error exists!!

What am I missing out here? Buffers to be cleared??? As far as I know the applicaiton does not write any temp files.

Any solutions people?Im using PB6.0

Regards,
Deep
 

Your problem is strange,

can u do a full rebuild with no problems ?

In one ocassion, i have to export all the objects and later, i had to import them into other pbl file.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top