Answer Questions
Vramin installing vfp8
"insert visual foxpro 8.0 professional english disk 1". i received this message when installing vfp8. any happy what to do Thanks it really worked. Burn a CD with volume label=VFPPROD1 and the install process will not ask you to insert disk. ...Show All
Victor BA VFP - Word Integration - Updating Existing Word Macros
I have been updating our word integration as we port our application from fp2.6 to visual foxpro. This means that I need to develop a conversion program that will update all the old template documents that users have. The approach I am researching is that I will create new template documents and then copy the contents of the old template into the new template. Has anyone programmically copies the contents of one word document into the other. This would include text, merge fields, pictures etc. A code snippet would be greatly appreciated. thanks, Stuart Greatly appreciated! Stuart I appreciate the information. The problem with this approach is this als ...Show All
netie Run /N *.msc
We can't use : RUN /N gpedit.msc (any file *.msc) Please help me to sovle the problem Thanks Run or ! is a command which u can used to run dos from within foxpro program. example run dir run copy c:\temp\*.* d:\temp run /N mspaint.exe u can run an exe file but not msc file Hi, You can't run msc directly. Instead try using run mmc c:\windows\system32\secpol.msc This will open the Local security policy console. Regards, Markish Thanks Ex: run mmc c:\windows\system32\secpol.msc ( Markish) We can't : RUN /N *.CHM Please help me What's an *.msc file A Microsoft Management Console (mmc.exe) If that i ...Show All
Peter Cheesewright convert text files to certain format
Hi there, I would like to convert the text file to a text file but with "" and ; to separate the data. How could I do that Pls advice whether foxpro itself can do that or need to convert it to dbf in order to get the format. Need urgent help. Thanks. If it is in a DBF you can copy to text like this: COPY TO myfile.txt DELIMITED WITH ["] WITH CHARACTER [;] If it is in text format already, you can use STRTRAN () but it would depend on its current format. You can also use low level functions ( FOPEN (), etc.) For example, you could convert a standard comma-delimited file (CSV) to semicolon separatos like this: e.g.: "1234","abc","xyz" strtofile(strtran(filetostr("c: ...Show All
newbieneedshelp How to remove redundant phrase in field?
Hi all........ I have a table field that contains things such as..... V DISCONTINUED W/O REPLACEMENT; V DISCONTINUED W/O REPLACEMENT -I&S MASTER; 7 SUB 2610-139-3704; I&S MASTER; 7 SUB FOR 2610-139-3704 What I need to do is remove the duplicate phrases, leaving only one instance of each phrase in the field. The amount of phrases in the field varies...could be 2 as shown above or there could be 6. I suspect that the 'common denominator' is the semi-colon, but everything I've tried has failed. Any help is greatly appreciated! I have proven my code with your example and I have obtained: Hello CDFAUX Thought this worked for me, but here's what I got: Th ...Show All
Matt Olson System resolution
Hi. How can I find out what the system resolution is, and how can I change it via FoxPro Thanks Misiacik7 wrote: Hi. How can I find out what the system resolution is, and how can I change it via FoxPro Changing what the user has set up on his machine is a very bad idea. Instead, you should make your forms resizable depending on the screen resolution which you can find using the SYSMETRIC() function. Look it up in the on-line help. check this out http://www.news2news.com/vfp/ example=374&ver=vcpp ok, and the solution how to change the system resolution is If the form is too short, the correct so ...Show All
Faraz_Ahmed Emailing newly converted reports.
Hi; I have converted some older Foxpro reports to VFP9. Everything looks great, but: Before the conversion I could very easily save the report to file and then email it. After the conversion, obviously, I can't do that anymore. I have tried the ASCII option but it is not very good with spacing and columns don't line up etc. What is the best way to solve this issue Do I need to create a pdf/rtf/tif etc or is there a built in VFP feature that can help me Thank you all. Aleniko wrote: Hi; I have converted some older Foxpro reports to VFP9. Everything looks great, but: Before the conversion I could very easily save the report to file and then email it. After the conver ...Show All
matheny Error Installing VFP VS_SETUP.MSI
ReInstalling VFP9 en mi W2k3 Standard SP1 the error message: "The windows installer: z:\vs_setup.msi could not be opened. Setup will not continue. This is a default response to an error. If you see this please save log files and RAID a bug." What happend Thanks Hi,... thanksBut the prerrequisites are installed: OK, but the problem is when start VFP9 setup...Thanks again.... The advices I saw in other forums were to try to copy the content from the CD to a local drive and try to run from there. If you want, I can make a search for you how to solve the problem. Hi , did you resolved this problem, because I hav ...Show All
Joannes Vermorel - MSP One to many query of one to many tables.
Hi; Please forgive me if this is such a basic question: I have 2 tables: Orders and OrdersDetail. I need to have a form with 2 grids where the top one shows the orders and the bottom the detail of the order. Both need to show info for a specific customer_id. I am not sure what is the best way to produce this - using a sql command, creating a parameterized view or something else I am not aware of I know that a filter is out of question. Thx. Check out the SOLUTIONS.APP that ships with Visual FoxPro. You will find an example form, with source code in the "CONTROLS" section that shows a One-Many-Many form that shows a Customer/Order Header/Order Detail using navigation ...Show All
CTG Framework in VFP...
Hi all, I'm planning to develop a framework for my development environment. The framework should enable me to automate most of the development process . Please help me with suggesting the directions to go about and things to consider... Please tell me if there exist any such products....that can be customized to my own needs... Thanks in advance. Regards, Markish Creating your own framework may not be such a good idea, unless you are an OOP expert, have lots of unpaid time to develop it, throw your first try out and start again learning form the first mistakes. I would recommend to do what many of us did; get a professional OOP Framework. Mo ...Show All
Yones Clip art suitable for VFP 9
Hello -- I am just starting out with 9 (have done just a little in 7 before). I am going systematically, creating classes now. The first problem I came across was where to get (free, preferably) graphics files (.bmp mainly) that would be fit for menu buttons and the like (e.g. the exit symbol, a man running towards/though a door). I do not think the .bmp files in VFP9 are enough. I know, this is a simplistic question, but it is important to me. Thanks in advance for your help. Hans L Hans L wrote: Hans L wrote: Sorry that my reply post did not come last. Every forum is different :-( Hans L Just got an alert that someone had responded in this thread. No one had. That, together with the ...Show All
Sudhakar.hcitek printing
how to print a perticular area of asp .net page This is a forum for Visual FoxPro -related questions. You should ask this question in an ASP .NET forum Try here: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=39&SiteID=1 ...Show All
Danny Jr VFP Certification Reg.
Hi, I'm working in foxpro for more than 10 years. But most of the time I's working with the DOS version( till 2002). Now I'm learning VFP... I started with 6.0 and now I'm working with 9.0. I'm interested in doing some certifications. Please guide me in this regard. Please let me know the certifications and the formalities to go through. Thanks in advance, Regards, Markish. R As Alex said, MS doesn't offer certifications anymore for VFP, however there are a few other places where you can go to get a cert (although not as reputable as MS) - one that I know of is www.BrainBench.com - They don't, however, offer one for 9.0 to my knowledge. I think the latest VFP (and probably the only one) is 6.0. Anyway - whe ...Show All
Juergen Lorenz Preventing key strokes to be passed to control
Hi, I have a form that needs to read data from a bar code reader. The bar code reader connects to the keyboard plug and functions like a keyboard. So what I would like to do is to have the user click a "Barcode Read" button and then scan all the bar codes he needs to scan and then click a "Done" Button. I was going to intercept the barcode data in the forms "Keypress" event and store it in a table. Problem is that I have so far found no way to stop the keypress data to be passed to the current control. As each set of data is terminated by a CR each time a barcode is read you jump to the next control and when you get to one of the buttons <CR> just clicks that button. So what I need is to intercept the ...Show All
fa6ma How to add my own objects to a grid programatically
Hi all; I'm using this method to construct the columns within the grid. I need however to construct the grid so the cells are my own class objects. WITH thisform.kgrdledger1 .columnCount = -1 .RecordSource = "CurRpt" .addcolumn(1) .columns(thisform.kgrdledger1.ColumnCount).name = "colAmount" .colAmount.controlsource = "curRpt.Amount" .colAmount.header1.caption = "$ Amount" *****===>>> Here I would like to add object class 'mytxt1' instead of text1 endwith Thank you all. >> *****===>>> Here I would like to add object class 'mytxt1' instead of text1 YOu need something along these l ...Show All
