Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Total frustration with form hierarchy
Message
 
 
To
24/08/2003 10:40:11
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00822160
Message ID:
00822956
Views:
19
Hi Dorin,

The one thing that really annoys me about this issue is that it is not consistent, that's why I tend to think it maybe some sort of VFP limit that I have reached. If it is, a user friendly message to that effect would be nice.

The timer code is very simple in that it just ensures my status bar across the bottom of the application stays in place.

The code is:
     PROCEDURE Timer
     oStatus.Left = 0
     oStatus.Width = _screen.Width - 5
     oStatus.Top   = _screen.height - 27
     
     ENDPROC
and the interval is 5000.

BTW the reason that I don't see this as the cause is that it affects no other part of the application and I still get the problem with the timer turned off!

Best regards....Rex

>I believe that you will find what caused it, and probably isn't Foxpro fault.
>I suspect these lines of code (from your first post)
>
>eSourLst.GrdData.SetFocus()
>.pbSearch.SetFocus()
>
>
>Can you post the timer code? (eventview.setstatusbar.timer)
>
>
Rex Toomey
ISD Port Macquarie NSW
Australia

'Inside every older person is a younger person wondering what happened.'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform