Answer Questions
TrulsTveoy How to copy files from a local hard drive to ftp server?
Hi! How will i copy files from a local hard drive to a certain ftp server and vice versa using VFP Do you know of a commands that will make this situation possible Any help would be greatly appreciated! Thank you! Regards, Alfred N. Roa check this FTP class written in VFP: ftp://mosvath.gotdns.com/bin/ftpclass.zip However I use FTPx from Mabry. I'm very statisfied with it. This article on News2News.com may help Pro ...Show All
Gleedo 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
Christian Lucht Starting EXE fails, asks for missing FXP
Hey, I have an app, usually works fine, and it works at many other client sites. But at one it will occasionally hose, and starting the EXE goes to the VFP window (even in my top level form app) and brings up a find file dialog, looking for an FXP. Anyone know why this happens Alex, Not the same thing:) xx.prg is included manually and have external declaration yet still ExecScript() would fail. Anyway doesn't matter until ...Show All
Luis Simões Quit
hi, i have a main.prg that runs the form where the users are goin to login, this is the code of the main.prg: CLOSE ALL CLEAR ALL SET DEFAULT TO c:\payroll SET SAFETY OFF SET CENTURY ON SET DELETED ON SET TALK OFF SET CONFIRM OFF SET SYSMENU off _screen.windowstate = 2 _screen.caption = "Payroll System" _screen.Icon = 'C:\PAYROLL\BMP\GRAPH12.ICO' _screen.Closable = .f. do form frmlogin do menu.mnx READ events after ru ...Show All
remster InteractiveChange
I have a combo box with a list and a text box with a discription on a form. In the combo box's InteractiveChange I have added THISFORM.REFRESH When I run the form and select something from the combo it does change it in the textbox but nothing is displayed in the combo box anymore and it won't let me reselect anything else "set step on" stops the program execution so you can trace it. Once the progra ...Show All
asiu VFP
In VFP 8.0 I have a table build and need to write a prg that well look in a fold and what ever files it sees it import or append in the existing table. The files that it will import or append will always be in the same format and have the same structure. I'm new at this. Any help would be great. Thanks, Brian Thank you, Brian Something like: use myTable lcFolder = getdir() for ix = 1 to adir(aFiles, addbs(m.lcFolder)+'*.txt') &n ...Show All
hero281 function argument is invalid...
I have a problem with this message and a few similar once. When I get it I invoke the debugger and attempt to examine the variable/argument. In this particular case it is a memner of an array. I suspect that instead of a character string it got an .F. value but it is hard to prove because I cannot examine it. If I attempt to look at it in Command Window I will get the same message that it is invalid. More than that, some other related, neighbour ...Show All
N Thuesen Visual Foxpro tables locked by aspnet_wp.exe process
Hi! I'm currently using Visual Foxpro 9.0, .NET Framework 1.1, Visual Studio 2003 (VB) for web development. Everything's fine except this little 'quirk'. When i'm doing some testing, and try to open a table with VFP, i have the following message :File access is denied .... with the path of the table. The first solution i found (not very practical in a running environment) is to run a cmd-line and type iisreset to release any ...Show All
AlainDe copy to a textfile
dear all, i append my record into a table. then i copy it to a batch files >>upload.log but when it run onli prompt a dos screen and all the capture screen will into a upload.log file. but my customer dunno wat is happening during the process coz onli show black screen. any idea to let my customer know wat progress is running thanks in advance hm ic actually is a ftp program i wan show my customer what ...Show All
Nigel Rivett scroll bars in editboxes
Somebody can tell me why scroll bars in editboxes disappear when I run an VFP 7 application . All seems work fine in the VFP environment, but when .exe runs, no more scroll bars. I have intented all, without success. Of course text is large enough to force VFP show scrollbars. I would appreciate any comments. Thank you. Also keep in mind that updated runtime files need to be distributed to the end users. Here's the process: - I ...Show All
Sharp! 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... thank you... that's my problem...i have no prgs or frms to look at... thank you. Excuse me sir, what do you mean by "Access sucks in Networks" I am just curious about it. I don't ...Show All
Nirmala qbf
i am a beginner in fox pro i have three huge tables 2gb each containing 5million records each i need two join them in a database and to create a qbf that will contain values from all three tables and that will search fast could someone please help me Hi It smells like an SQL query, but not clear your question... SELECT t1.name, sum(t1.pieces), t2.ext FROM t1 INNER JOIN t2 ON t1.code=t2.code Is this what you think of You ...Show All
Bjarne K error with SET <classLib>
It is a simple situation. I am playing with some code I downloaded (wwHTTPdemo). Credit goes to Randy Pearson , CYCLA Corporation, I think and West-Wind Technologies' Rick Strahl. I often get an error stating that an " ALIAS name is already in use ." This is a snippet: TYPE ("wwIPStuff") == "U" SET CLASSLIB TO wwIPStuff ADDIT ENDIF IF TYPE ("wwHTTP") == "U" SET PROCEDURE TO wwHTTP ADD ...Show All
Hemant Bhadane Call application from program and trace Menus and Programs within
Hello, Can anybody help me please Am trying to call an application from another, but having a problem tracing the called program's Menus and Programs. At the beginning it started by having the Encrypted checkbox automatically selected after building project and an application (the application I will be calling) while I de-check it myself. I tried creating the project from the beginning and somehow this stopped, and I could trace again, ...Show All
Bruce Sandeman I have a corrupted table. Is there a simple, FREE way of repairing or recovering the data?
I have a corrupted table. Is there a simple, FREE way of repairing or recovering the data Thanks, Jim HEY, that worked great. Thanks Sure it does ... Try this one . Run the following command from the command window: Set table validation to 0 Now open your table, add a new record, delete it and pack the table. Works in most cases !!! ...Show All
