Answer Questions
tigger30 SELECT statement is showing unwanted display of data and is not passing data to a table.
I'm using a SELECT statement to pull out data from a table... that is working great. What I'm trying to do is feed the selected data to a different table using REPLACE so that it can be used by a report. All of this is triggered from a command button on a form. Here's the code for the CLICK property of the button: SELECT store, stock, year_1, make_1, model_1, auction1, transport, recon, sold_for, fees, net_check, result ; FROM wholes ...Show All
AleMin only VFP can control VFP
is there a posibility that we can open a VFP appilication at a remote location without using any 3rd party software like pcanywhere . Example...I am at the server and want to re-open a VFP client application which is closed by the user at the client PC. i am using winsock for the communication between my VFP server applic. and VFP client applic. pc How could we do that Is anybody has an idea ... Because I want m ...Show All
Kim Yang Converted VFP 3.0 Project
I have made a few changes to my 3.0 project and it seems to compile and run fine after compiling with 6.0 or 9.0. Is there any advantage to 9.0 like better compatibility with Windows XP SP2 or Windows Vista Thanks Yes. Alex is quit ...Show All
Numbers frmpanemanager.setpane
I get this error message from an OLE when I try to open a form with run command in interactive mode. The debugger says that the source code is unavailable. The call stack is as follows: frmpanemanager.setpane frmpanemanager.init ClassLib: forxpaneengine.fxp The file path leads to a directory in C:\\documents and settings\\..... That's it. I have never seen this object before. What can I do about it Thanks. Just to be clear, th ...Show All
D. H. Pageframe color problem
I'm having a problem with using a pageframe. The problem is that I can't set the backgroundcolor properties of any of the pages. It defaults to 236.233.216 which is a some kind of pink but it shows as a light grey. I can change it but it stays light grey. I've tried this on a few differant computers. Very wierd. Anyone have any info on this Thanks What version Sounds weird, mine does not do this in 7, 8 or 9. ...Show All
sevanoaks2005 Command Window History
I have VFP 9 SP1 installed both at work and at home. At work, previous commands are saved when I quit, but at home the command window is empty when I start up. I've spent quite a bit of time trying to figure this out with no luck. Apparently, the history is saved in a file named _command.prg in a subfolder of the user's documents and settings folder. I copied the file from my work machine to my home machine, but that didn't seem to have any effe ...Show All
DismasX records disappear forom tables
A few days ago I ran into yet another problem with Fox. i have a database where the tables were supposed to be filled with the content of some text files. Those files are dumps of my old dBase tables. I have a routine in Fox code that reads the text file, generates necessary number of records and fills the fields with the content between some delimiters in the text file. Anyway, it is not the first time I do it with almost the same code. I tr ...Show All
Daqing memo file corrupt
I am getting error 41: "memo file 'name' missing or invalid on one of my tables. Before I did something stupid I want to hear if there are any established ways to salvage the situation. I am getting this error when I am trying to use the file programmatically and also when I browse the table in browser. HOWEVER, in the browser I can read all the memo fields. I can open them up and also they appear in speedtips (It may be a dBase term): I ...Show All
JP. Auto-shutdown
I manage a program that I often enhance or revise. When it comes time to recompile I have to track down the users and ask them to close the program. There is one in particular who starts the program first thing in the AM and leaves it up all day. I want to put in a feature that will detect XX minutes of inactivity and close the program. I tried 'IF Inkey(300) = 0' but that just stops and waits 5 minutes. I think the key is the timer control but ...Show All
chribonn Need VFP 9.0 Report Help
Hi I have a report that in the detail band I have the following info: QTY Part Number Description Price Extended Price 5 2222-009 5500 Watt 220V &nbs ...Show All
CliftNorris VFP 9 ReportListener is not WYSIWYG ?
Hello All, The problem I'm having is that I'm getting different outputs on preview screen and printed output. I'm using VFP ReportListener object with my report. I have a multi line text field inside a box. It looks good on the preview screen, but when I print it, the text goes over the box. The text on the screen is shorter than the printed output. I don't know if it's a VFP bug or I do something wrong. Thank you in advance. Veda ...Show All
blurgal report temp file not found
I need to create a simple report, nothing fancy. Just to preview some memo fields. This is the code I use. lcFile = "C:\VFP_Projects\Reports\MyReport.FRX" SET DIRECTORY TO "C:\VFP_Projects\TEMPORARYFILES\" CREATE REPORT (lcFile) FROM (ALIAS()) FIELDS memo1 The second line (set directory to) should be explained. I get an error that a temp file c:\\VFP_Projects\Data\...\000035e10062.tmp no found. Options are "Loca ...Show All
mkamka executable database
I have constructed a project in VFP 9.0. I want to make the project an executable database so that others that don’t have VFP installed on their machine can access the forms that display the information. How do I do this Also I’ll need to update the table periodically so does this mean I put the table on the server I’m really lost in all of this. Thanks Don! How do ...Show All
MartinUruguay How to show images(pictures) in RTF control??? (like chat...)
I am not able to insert a picture in RTF control. I am using following code: thisform.rtfcontrol.oleobjects.add(,,"mypicture.gif","paint.picture") When I execute this command a picture viewer appears. When I close it a object with a title "mypicture.gif" appears in the RTF control. I want to see a picture not a name of the file without loading a picture viewer window. Thanks a lot. I understand exact ...Show All
CBDenver HOW TO START AUTOMATICALLY A .prg FILE!
I have save my project in this folder: C:\Documenti\Visual Foxpro Projects\cescoproject In my project I have a example.prg file! In the form load procedure I have write: DO example But when I execute my program, foxpro return me this error: "File 'example.prg' does not exist" or "File 'c:\.....\another folder\example.prg' does not exist"! But if I go in the "Code section", and chose example.prg then the DO BUTTON ( red ! ), and next I'll ...Show All
