OS = XP Pro
res = 1280 x 1024 (but the form is 800x600)
color depth = 32-bit
I keep my dev machine pretty updated....it does the samething on my laptop (Windows 2000).......and the VFP demo flickers too. Didn't know if this was just something that has to happen or if there was something else...
I am trying to work with form transparency similar to what is in the What's New In VFP8.0 examples. Everything works fine except when I initially call SetWindowLong and SetLayeredWindowAttributes. The form goes BLACK for a couple of seconds. Is there anyway to get around this? I have tried...
I am using the same SQL Database as the dev. environment. The perplexing thing is that it is the SIMPLEST select statement in my entire application. The statement is literally SELECT * FROM recpt_messages. It works fine on XP, but will not work on the Win 2000 machine.
Also #1, the...
I created an APP on my XP Pro dev. machine using VFP 8.0. I have had some problem though running it on Win2000.
1) The first time I fired the app up on Win2000, I got a data mismatch error and I finally traced it down to XP saw the field as a CHARACTER Win 2000 as a NUMERIC.
2) A simple...
I have a top level Login Form that displays when the app is first started. The main VFP window's visible property is set to .F.
My problem is that when I start the app the Login screen does not have focus.
I have an edit box that loads data from a table when the form loads. I would like for the user to be able to start typing from the end of the data that is loaded; however, when I load the cursor is position at the beginning of everthing in the editbox. How do I position the cursor to the end...
When the user presses the close button in the control box, is there anyway to have it ask if the user actually wants to close or just minimize the screen?
Hope this makes sense.
Thanks
If it is stored as military time (ie. 0330) in a character field, couldn't you take the VAL(LEFT(time,2)) and substract 4. If the value is less than 0, then it would be the previous day and you would need to adjust for it, maybe by adding 24 (eg. -3 + 24 = 21 which is 9PM the previous day)...
I appologize for being one of those people that post the same question (as I know I have seen the answer before); however, I have been searching for and can not find it. With that said.........
I am trying to Automate Outlook and when I try to access outlook, a box pops up which allows me to...
How do you release a com object from memory?
I have a VFP com that I am accessing from Studio.NET. When I issue ox = Nothing in Studio.NET, the process remains. Can you kill the COM from within itself?
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.