Answer Questions
apclogan about a project in VFP9
Please tell me, is a diferent if I create a project (with Project manager) after I have all elements of my aplication (data base, tables, forms, reports, menu, etc) and I will include them in new project, or I must create a project, before I will start to create any componets of aplication Thank you. As Tamar and Craig already said the order is either way. I want to expand on it a bit. If you star ...Show All
Adam_Machanic can i just use sql to get this?
date transfer 20050101 200.00 20050103 -100.00 20050530 95.30 ... SQL to get: date transfer balance 20050101 200.00 200.00 20050103 -100.00 &nbs ...Show All
haninaya Open table exclusively?
Forgive my ignorance - I've recently reinstalled XP and subsequently Foxpro 7.0. Now when i double click on a foxpro dbf file it opens the table and another datasession labeled 'B' (i'm supposing it's a datasession). Previously, when i opened a table i was in exclusive mode and didn't have this duplicate table open also. I normally work in exclusive mode because my data is not in a shared environment (i'm a vb developer). Any suggestions thanks ...Show All
CYH24937 Fonts, Fonts and more Fonts.
Hi everyone, I have posted this quetion before, but I still don't have a reaonable solution. I have a whole bunch of reports which are created in FOXBASE. These are generated using simple commands. Initially we want to run them as they are. The problem is that no matter what font I try, it is not identical to the older 'text' font. Since we are printing on forms, we need the font to be identical. Is there no way to print something ...Show All
Cristian Lefter label format with underline and bold in spots
Can you make a single label look like this This is a test of what i want. How about something along the following lines - using a RichtText control. <code> Local loForm loForm = CreateObject("clsForm") loForm.Show(1) loForm = Null Define Class clsForm As Form Add Object oRTF As OleControl ; With ; OleClass = "RichText.RichTextCtrl.1" Proced ...Show All
jforgan Foxpro in Visual Studio 2005
Hi . Why Microsoft dont develop Visual Foxpro . and why Microsoft dont create Visual Foxpro in .NET Freamwork ThankX. Skyline . In addition to what you have been told already, youy will notice that there are actually two other notable Microsoft products that are NOT in the .NET framework. Access SQL Server Like Visual FoxPro they are databases and since the .NET framework is not (yet) designed to incorporate data integration they ...Show All
Pixelxx lan/wan difference
Hi everyone, I always browse this forum (for a long time now) I get really good info and answers to many of the situations I've encountered during my process of discovering what to do with a VFP application; since I've never work with VFP before. I've learned a lot, but there is still things that I can't figure out. The application runs fine in a LAN environment, but when is accessed in a Wan environment, there is specifically one form that ...Show All
peterko Determining nXYCOORDINATES for the Typing Cursor (Insertion Point) in myEditBox.Selstart
(to help with an autotext class in an editfield) I'd prefer not to use Mouse Cursor Coordinates nor myEditBox.Selstart Derivations. Both frequently elude the Typing Cursor in myEditBox.SELSTART ... (See code below) (Intellisense pinpoints nXYCOORDINATES of the selstart in Native VFP-9 editors) Is _WGetCursor() a solution here Thanks, Philip *Failing Code: lnXY= (this.Width * this.height /(70000)) &&1 lLineIncr=lnXY*pLoadedSelStart/8.5+ ...Show All
Brian Franzen HOW TO ADD AUTOMATICALLY A LOT OF .dbf FILE INTO A DATABASE .dbc FILE ???
Hi! In a folder I have a lot of .dbf file! I want to do the upsize to a MSDE, but I can't do it from a folder that contains the .dbf file....I need a .dbc file! So, when I create a new .dbc file from the project manager, fox can't allow me to add automatically all the .dbf file that are in my folder! I must add one by one...but this procedure is too much slow! Can you tell me how to add automatically a lot of .dbf file into a .dbc If exist ...Show All
Bill_Gates like command
hi again,i have the below simple line of sql code local temp temp=thisform.TextBox1.Value SELECT costomer from customertable; WHERE costomer_description LIKE temp the command works perfectly and i get the results in a new vfp window. is there a way to change the command in such a way so that i get the recno of the result.the reason is because there is already a grid on the form and i guess that if i had the recno from the select command i could ...Show All
Todd Foust select with alltrim bug???
Please try this... CREATE TABLE C:\FOX\TEST (STRNG C(5)) INSERT INTO TEST (STRNG) VALUES ('A ') INSERT INTO TEST (STRNG) VALUES ('AAA') INSERT INTO TEST (STRNG) VALUES ('AA ') INSERT INTO TEST (STRNG) VALUES (' AA') INSERT INTO TEST (STRNG) VALUES ('B ') INSERT INTO TEST (STRNG) VALUES ('AB ') INSERT INTO TEST (STRNG) VALUES ('ABB') INSERT INTO TEST (STRNG) VALUES (' AB') INSERT INTO TEST (STRNG) VALUES ('C ') INSERT ...Show All
Steve Giergiel Translate visual foxpro suorce code in php language
I see a nice application vfp 9.0, but how i can translate the source code in php language mdinu, That would wholly depend on the VFP application's source code and whether there are equivalents for everything in PHP. If you are looking for some kind of automated converter for VFP -> PHP, I'm afraid there isn't one. However, if there is something specific that the VFP application is doing and you are of the mind to post some of the ...Show All
CMCFelix Grid Resizing
Hello All, I have a query to do with resizing forms and grids in VFP. I have a grid on a form with 8 columns. In the resize event of the form I have put code to resize the grid at the same time so it matches the Width and Height of the form. However, I have come across a problem with resizing the columns within the grid. Ideally, I would like to adjust each columns width as the grid is being resized. (I.E. Columns will grow when the grid is m ...Show All
Androjoker Fatal Exception Code C0000005
I work for a company that has written a Rental Software program in Visual Fox Pro 7.0. We don't constantly get the message and its become nearly impossible to track down exactly whats going on. During in house testing we on occassion will find the error. But recently it seems to be happening a lot to our customers where it happens in unusual place at time when printing reports or just random areas before printing the contract o ...Show All
KevinGW combo box
I am new to foxpro and have a few questions so i will post them seperatly. I have a form that is filled out and stored in a free table. i have 4 fields on the form. for the purpose of explaining clearly field one is a combo box, 2 is a combo box, 3 is a combo box, and 4 is a text box. the first 2 combo boxes are getting info from one table with 3 fields. Field one is park, field 2 is tower and field 3 i ...Show All
