Answer Questions
Paul Capper please interprete this error
I opened up VFP9err.log file and found a few messages. They are infrequent, I get them about twice a month. They are all the same. What does it mean I think it talks about an OLEdrag. What kind of drag is it Could you explain in detail. Many thanks. Fatal error: Exception code=C0000005 @ 01/11/06 03:21:54 PM. Error log file: C:\Program Files\Microsoft Visual FoxPro 9\vfp9err.log Called from - toolbox.o_1ph0wtk58.otoolcontainer.o_1ph0wtk8t.cmd ...Show All
kokolulogos foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.
foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you... Excuse me sir, what do you mean by "Access sucks in Networks" I am just curious about it. I don't use access since, but One time my friend asking me about what is the difference between Access table &am ...Show All
RetroFire newKey() method not found
I have visited this ng before with great success always getting comprehensive explanations. I started about 3 months ago and was active for about 2-3 weeks. I then switched to C#, C++ and SQL Server and I found the atmosphere in those groups much less hospitable than here. You guys are great. I got my infusion of knowledge at that time that allowed me a jump start. Now I am doing some FoxPro stuff again by necessity. I am trying to implement a M ...Show All
WienerSchnitzel ActiveX registration question
I just downloaded Andy Kramek's book 1001 Things .. and ran through many pages. It is an awesome work! Clearly written and just very good for learning. I tried to find an answer to a question I have (among others) but it does not seem to shed any light on it--the question is rather specific. I tried to play with some ActiveX controls that can be found in Tools-->Options-Controls menu but some of the most interesting ones I could not even d ...Show All
JeremyB Another question for the day, Listbox limits
Hi, sorry for posting two questions in one day. I was wondering if there is an easy way to limit the amount of items in a listbox. For example, i am getting information off of a SQL server and putting the information in the listbox. However, there is a lot of information, and I don't want more than the newest 200. Is there a simple way for me to do this lil_isie wrote: Hi, sorry for posting two questions in one day. ...Show All
aquaseal Return values from SQL Server
Please let me know: 1. Can I receive a return value from SQL Server (Ex: when I update some data to SQL Server by using a SQL's stored procedure, the return of the stored procedure is whether the primary key exits or not) 2. How can I do that Thanks a lots. Chinh Nguyen Hi Dave M. I've followed the instruction what you've given me, but it still not working. This is my code 1. The stored p ...Show All
Xavier Diab Call EXE problem
I have a foxpro 2.5 (for Windows) .fxp which call a .exe (lets say "exe A", compiled from VFP 6.0). "exe A" will in turn call another .exe (lets say "exe B" compiled from VPF6.0). "exe B" will in turn call another .exe (lets say "exe C" compiled from VPF6.0) All the foxpro programs and VFP .exe are commonly used by multi-users (~60). fp2.5 fxp -> vfp6.0 exe -> vfp 6.0 exe -> vfp 6.0 ...Show All
Jan van der Peet class called
dear all, i have a class to detect table open exclusive or not in my project. when i put my code at load event it prompt me unknown my class. but when i put it at init event it run normally. thanks in advance. yes thanks for your answer. So what is the question really In load objects are not inited yet. In init it's there (form.init runs after all others are inited). Why do you need such a class BTW VFP has ...Show All
Basilica Winsock Problem over a WAN
Hi I have an app that uses the winsock control to send and receive messages. The server Listens for connections from clients on a port once connected messages can be sent both ways. It works fine on a LAN but when I try it on a WAN the Clients conect but are not able to dispaly the GUI. What am I Missing Thanks Charles I think you need to supply more detail here if you want an answ ...Show All
Eusebio Perez Cancel Button Does not work--A known bug?
I have no idea if it is a known bug. The important fact for me is that it is a bug. It occurs in _VFP.StartMode = 4 as well as in interactive session (_VFP.StartMode = 0). It caused me to lose numerous error records before I realized what was going on. In exe environment when one error follows another there is no way to quit because the Cancel button does not do what it is supposed to be doing. You crush the system and no records are saved of ...Show All
Andrew Watt sdtFont object
I need to create a stdFont object. Once at one computer I was able to do it in the command window" X = CREATEOBJECT ("stdFont"). Once I put a period behind "X." the IntelliSense menu appeared and gave me a list of properties. When I tried to use it in a method I got an error message that the " class definition STDFONT was not found ." At another machine I cannot get it to work even in the command window. Which ...Show All
epajarre Noob question
Technically I don't even fall into the noob category. I have been tasked with using foxpro for a project at work. I have zero experience with vfp. The version we have is 9. The only books I can find detail what is new for version 9. is there a book out there for the absolute beginner that is still relevent to version 9 Most of the how to books I have found are for versions 3 or 5. Thanks for any help. &n ...Show All
schwabbie Call a store procedure in MS SQL
Does any body have experiences to call a store procedure in MS. SQL Server with Foxpro V8 command Thanks Alex, another good site for connection strings is http://www.connectionstrings.com/ Robbo. If you need to pass parameters to the stored procedure, then you need to pass them in the call. The trick is, of course, to ensure that they are formatted correctly for SQL Server to understand. You can pass them explicitly lik ...Show All
MJD a child form needs 2 clicks to close
I have a form calling a secondary form. In order to close the latter I have to click twice the button that has the following statements in the CLICK method: ACTIVATE SCREEN "CLICK fired " THISFORM . Deactivate () THISFORM . Destroy () THISFORM . Hide () THISFORM . Release () 4 statements are there out of desperation. I tried them separately and in many combinations. I see on the SCREEN that the event fir ...Show All
Ravindra Agrawal - MSFT passing parameters to vfp com servers using createobject
Is it possible to pass a parameter to a vfp com server using CreateObject("COMServer.Class", eParameter) It seems to me that whatever I pass in eParameter it is always .F. within the INIT method and PCOUNT() always gives 0. Regards Darren Woodford Woodford Computer Systems Ltd http://www.woodfordcomputers.co.uk Thanks Andy. The problem I had was that the code in INIT needed to che ...Show All
