Answer Questions
TypeOf Why no Visual FoxPro Standard or Express
Hi, I own a licenced copy of VFP 6 included in my licensed copy of VS 6 Professional. I'm very interested in FoxPro, but I can't afford the price to upgrade it to its highest level. I'm happy that VB, VC++, VC#, VJ# have Standard or Express editions for little or no money at all, but I'm sorry that VFP doesn't have a standard or express version (yet). Since it's a very interesting database, I'd like to see also a standard or express edition for ...Show All
Venaddar newbie question
Hi, I have an extreem newbie question I have made a textbox and a button, when I push the button I want to fill the textbox with text. This is what happens when I push the button txtbox1.Text = "Test" but when I do this it comes with an error that the object txbox1 does not excist, withs is strange becouse its really the name. please help the problem is one of referencin ...Show All
reshadi Html Listener
Hello Experts My application works fine when it runs from Command Prompt, but when i build an exe file the problem starts. I output all my reports to Print Preview, Print and Html files. The problem is with the html output. Below is the code for html output loListener = .Null. loListener = Newobject('HtmlListener', Curdir() + '..\Libs\_ReportListener') loListener.ListenerType = 5 &&Html loListener.TargetFileName ...Show All
dops Adding to a report.
Ok, i have a report that is in foxpro that came with a software called DataTrac. I can open the report and using a table list add fields to the report. The fields are labeled like following. Existing Report Field names: loan_amt borr_phone New Report fields names: gen.loan_amt gen.borr.phone So when the gen.loan_amt fields are added to the reports that for some reason dont need the xxx. part they show the same figure of every reco ...Show All
Jitender Rawat UML Design Tool
Is there a UML design tool I can use that will generate (and ideally reverse engineer) VFP code I want to do use cases, object models and maybe object sequence diagrams. I am currently using Visual Modeler that came with Visual Studio 6 but it has limited VFP support and only supports object models. EPS used to sell Visual UML. This product had a VFP module at one time. Don't know if they still produce it. S ...Show All
Steve Hill return from a form.
Still struggling to communicate with some of my secondary forms. This problem, again, happens only in StartMode = 4. Everything is fine interactively. LOCAL cUserReturn AS String DO FORM <formName> WITH par1, par2 TO cUserReturn. I get an error message that there is operand/operator type mismatch. I tried to define cUserReturn as Variant - the same thing. The expected type of return is String . According to the Help FoxPro is s ...Show All
ChrisDe MSGraph.Chart.8 control
I need to make charts. I started with MSChart Control and so far I've accomplished almost all I wanted except for one thing which totally eludes me. I need a simple line chart, not columns or a pie. I need to display a row of data like DJIA or similar indices with no additional vertical bars or other embelishments. The curve comes out nice but a lot of space on the chart is wasted because the curve is being plotted too high on the chart in ve ...Show All
Telanis Urgent! How to change the value of a range in an Excel worksheet in VFP?
Dear Experts, I've formatted a range from Text to Date in an Excel worksheet using codes in VFP, however when I open the worksheet to view the format is changed but the values still showing as text. Also found that the values will only change when i double-click on each indiviual cell on the worksheet, how can i do it using codes in VFP Your help appreciated. Andrew Maybe dates are not seen as date ...Show All
ianhoc I really confused
Hi, I really confused..what is the different between Visual FoxPro and Visual Basic and Visual Studio.. ..which one better.. ..what features for each programs.. ..when to choose each program.. Please help me.. Thanks, Jennifer Visual Studio (VS) is a development environment with multiple languages/tools in it. Visual Studio version 6 had Visual Foxpro (VFP) in its family of languages/tools. Aft ...Show All
dan456456 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 SET ENGINEBEHAVIO ...Show All
Tai Yee help~!
Hi everyine i want to learn about cursoradapter class. for instance ,how do i can browse, modify, add, deleted, restore data into table by using CA.then could you tell where i can find the materials of CA.;=) thank you Jet Jet... A subject of help~! is not a good subject. Everyone that posts a question here is looking for help. The subject should have been something like, "Where can I get more information on the CA".... it makes ...Show All
Drew Achterhof Public Variables
Somebody can tellme how can I use a Public Variable declared in main.prg to use in all forms in an application Actually, I want to check a Password to assign diferent access to change data or only for consulting. Declaring Public in Main seems not have effect in forms. Thank you You might want to do this creating a property of the _screen object... _screen . AddProperty ("UserSecurityLevel", 1) This way you can re ...Show All
SachinN VFP querying records with same ID
Hi all, I have a table with the same id numbers and different dates(ex. below) ID field1 field2...............date 1 01/03/06 1 09/04/05 1 03/13/06 3 05/25/04 5 12/12/06 5 08/05/06 I need one record for every id with the max date(date closest from today) ID field ...Show All
hasmukhkp Word Document Formating
Dear Expert I create some table in word with following procedure. These codes were written by Sir Cetin Basoz and by some other UT Professors. The codes work fine. #Define wdTableFormatColorful2 9 #Define wdTableFormatContemporary 35 #Define wdTableFormatElegant 36 #DEFINE wdAlignParagraphThaiJustify 9 #DEFINE wdOrientPortrait 0 #DEFINE wdOrientLandscape 1 #DEFINE wdCellAlignVerticalBottom = 3 *Local oWord As Word Application, ...Show All
JVled Convert month to numeric
Dear all, i using vfp7. Do there a function i can convert "June" to 6 i mean to numeric formats. Thanks in advance. thanks for your explanantion. i just get my vfp8 cd. for vfp9 is tat much difference from vfp7 or vfp8 at 1st i tout i solve myy problem using do case for each month ... but now thanks to solve my puzzle hehe thanks. From VFP help: "ASCAN( ArrayName , eExpression [, nStartElement [, nEl ...Show All
