robsuttonjr
I am going to upgrade to VFP9 either today or Monday, so will try that.
Thanks for the post vfp7guy
It is reassuring that someone else has had this problem.
Yes, it does appear as though it has been shifted up a line or so. Thats the repeat of a text box I get.
I do get the...
Thanks for the reply crewchiefpro6
No, this is not old code, it was written in VFP7 then ported to VFP8 and soon to move to VFP9.
Regarding the video driver, I have tested this on over 3 servers on Terminal Services and 3 PC's with different OS's.
All the same.
Thanks for the replies
robsuttonjr - when it is compiled, it only fires when a form within the _screen is closed and the _screen itself gets the focus. What I want to achieve is when a user is using another application and alt-tab's back to mine, I want the active form to requery. The events...
Thanks for the reply and see what you're doing.
Wouldn't the timer drain resources?
Its just a shame there is no focus or activate event for the application itself.
The activate for the _screen is when the screen gets focus, i.e. when the last form is closed. But not when switching from...
Hi all
Using VFP8
In my application, which uses _screen, I would like to detect when it gets activated from another windows application, i.e. when a user is using Outlook and then clicks back (or Alt-tab) onto my application.
I tried binding the Activate event to the _screen as below but it...
Thanks for the replies.
This has only started happening recently, but nothing has changed in the way I code etc.
This issue just started around pageframes but now sometimes is the form.
What I am seeing is:
1. parts of the form missing, mostly top left of the form.
When I resize the...
Hi all
I have been experiencing display issues, mostly around pageframes.
When openning a form, I sometimes get fields or combos within pageframes missing or repeated twice. Doing a refresh on a form somethimes solves it.
Dont know why it started and have not seen it before.
Searched...
Hi All
I have a base class form that when it gets the focus, it requeries all the controls on the form. This is because each control is getting data from SQL Server.
I have user form that is a search screen. Top half of the screen are combos that filter what appears in a grid below.
Each...
vongrunt
yes, you are correct. I believe my only issue is the user leaves the error on the screen. If the application closes, it will release the transaction by default.
Will the querytimeout not kick in and end the transaction if the user leaves the error message on the screen?
Thanks for the reply
Know what you are saying, I need to look at the forms myself to ensure nothing is effected.
As all my standard queries use just one connection/handle back to the database, could I just issue a READ UNCOMMITTED for that connection?
That way I wouldn't have to alter all...
Sorry, dont think I made the question clear.
I know what you mean and this is useful. Trouble is the error would be internal to my application and not SQL and I dont have the unique handle back to sql to cancel the transaction, this only happens when the application closes.
Think what I am...
Hi all
Just wanted to ask for some advice for a locking issue I have come across.
I am developing in FoxPro, but issue SQL Pass Through statements to SQL Server 2000.
I update Table A and it has a relationship/foreign key back to Table B.
What I have noticed is that if an error occurs during...
Thanks for the reply.
What we wanted to do was target more specifically.
An idea was passed to us was that the home/index page was the most important
.
We were concerned that if we tailor our home page for one particular service, the other services would not rank as high.
Is this the case?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.