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...
...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 differences in the fields, I finally wrote a...
...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 SELECT statement (SELECT * FROM recpt_messages) works on my XP machine, but does not work on my Win 2000 machine.
Is there something I need to do to the 2000 machine or...
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?
Here is an excerpt from my com object:
Define Class MyTools As Session OlePublic
r_date = {}
Function MyFunction
&&Do something
Endfunc
Enddefine
I register the com with windows, then I called it using the following code:
ox = createobject("mycom.mytools")
ox.r_date =...
Ramani,
I don't quite understand? I am using VFP 8 so I don't understand where VFP7 is coming into play? I used VFP 8 to create the dll and I have tried to call the dll both from VFP 8 and from .NET and both return the same error.
Can you print from a COM object? I am using VFP 8 and I have created a dll but everytime I call the function which includes the code "REPORT FORM test.frx NOCONSOLE TO PRINTER NODIALOG" the code bombs. If I comment out this line it works. Any thoughts?
Thx
The only problem I had with Activation is that there were a couple of trial software packages I wanted to use. XP Office Pro and Studio.NET and I had just moved and didn't have internet access at that time. It was frustrating for a couple of days, but once I got connected again it was fine...
I feel like such a putz for not referencing the pageframe. It worked. Thanks a bunch for your help.
One more question though, Why won't it fire from the click event of the grid?
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.