-
- build exe application. Hmmm.... There seems to be no text box in which to respond here; only a "subject" area is available.
by lowellnelson
- 8 Replies
- Last post
by lowellnelson
- I am a neophyte FoxPro programmer, AND I am new to forums such as this, so please bear with me. I have been using a simple program utilizing a few free tables and some report forms, which I have been running within FoxPro. Now I want to generate an exe version for distribution to other computers in my area without installation of FoxPro at those locations. I have used the build command from the pr
-
- Thumbnail -Images
by MM ROy
- 10 Replies
- Last post
by MM ROy
- Sir,
I am using Visual FoxPro 6.0 version. I want to view (like thumbnail) all the images of a folder (.jpg, .gif, etc.) using with visual foxpro form. The number of images may be varying. I have no idea....Please help...
Roy MM
-
- Reporting failures from COM server
by Darren Woodford
- 5 Replies
- Last post
by Darren Woodford
- I am writing a COM Server in VFP9 and have a question as to how to report failures back to the calling client application.
For example I have a method that creates a customer object and returns it back to the calling client. However if the customer record can't be found then my COM server is unable to create the customer object. In this situation I was returning NULL. However I have found t
-
- Formal VFP language description?
by Christian Ullenboom
- 4 Replies
- Last post
by mathmo
- Is there any formal description (Backus¨CNaur form, syntax diagram, ...) of the VFP grammar I found the "Visual Basic .NET Language Specification" under http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbls7/html/vbSpecStart.asp but nothing for VFP. Is there someone willing to help to define one for ANTLR3 Best wishes, Christian Ullenboom | http://www.tutego.com/
-
- Problem selecting a font in Visual Foxpro 9.0
by Josseph
- 12 Replies
- Last post
by Bill Black
- When I select the FontName property in the Property window, my default font Arial has disappeared from the selection list above. Arial is corrected installed in my system and I can select it in any other application, even with getfont() in the command window. Any idea Thanks.
P.D.: My english is not so good. Sorry.
-
- VFP9 applications running much slower than VFP6 and VFP8
by xuyca
- 6 Replies
- Last post
by Tamar E. Granor
- I have same vfp application program. But I found that it run much slower than previous version when loading a form in vfp9 compiled application. Anybody have same problem
-
- VFP 9 on Vista
by mgc1949
- 6 Replies
- Last post
by Dan Freeman
- We sell and develop commerical applications in VFP. A customer recently purchased and installed our product on Vista Business.
As soon as th program loads, it displays "No Information Available for selected application". Although this has no impact on the program, it is annoying.
Have tried to find out more information about how to avoid having this message popup on Vista,
-
- CursorAdapters and UDF in FoxPro 9
by IvanVC
- 9 Replies
- Last post
by IvanVC
- Hi,
I like to know if is possible to create a Cursoradapter (ADO) with a select CMD using a function. For example if I have a function concat(par1,par2) that returns par1+par2.
I like to use as select command something like
select concat(lastname,firstname) as name from personal
Thanks
Ivan
-
- Oppening VFP form in app
by dule74
- 2 Replies
- Last post
by dule74
- How can I restrict avaible space for opening and moving VFP form in app I `ve got a VFP application which consists of top level form with left side menu panel and right side panel. I want to have my others VFP forms to open only in right side panel so that I could not move them accros left side menu panel! In other word only avaible space for opening and moving them is the right side panel. Thanks
-
- Standard UI
by Silaros
- 2 Replies
- Last post
by Carl Warner
- Hi! I have question for You. I`d like to change the look of my System but I don`t know how do it. The FoxPro (9) brings me standard Toolkit and I am blocked. I am inspired the UI of Vista and I would like to create something similar to it. I know that the people who use foxpro can do it. I need that information, it is very important for me. Help!
-
- Trouble totaling up fields for a report
by Anomaly
- 6 Replies
- Last post
by Naomi Nosonovsky
- Hi everyone, My problem is that I have a table for which I need the totals, the table contains 6 columns, 3 of them are a character and the other 3 are money amounts: Group1 | Group2 | Group3 | TaxGroup1 | TaxGroup2 | TaxGroup3 A A1 A1a 1.00 .50 .25 B B1 B1a 2.00 .30 .45 A A1 <empty> 1.20 .25
-
- Multiple Child table
by honey1016
- 3 Replies
- Last post
by honey1016
- What can i do in add button if i have a lot of multiple child table what is the best solution also how to append blank in child table please help me...
-
- About creating PDF Report using VFP 9.0
by ashishvjoshi&#64;hotma
- 8 Replies
- Last post
by ashishvjoshi@hotmail.com
- How to create PDF report using vfp 9.0
-
- FoxPro Views over VFP Oledb with VB?
by Kanaida
- 9 Replies
- Last post
by Kanaida
- Has anyone gotten this to work
I wanted to make a view that pivots a table like this:
From columns
Size 1, Size 2, Size 3
12 12 24
To Rows:
Size1 12
Size2 12
Size3 24
That way I can do matching from another table from row to row instead of using a complex program
I did this in SQL very quickly but can't seem to do it in oledb for foxpro.
-
- Copying a cursor to a text file with headers
by mrfitness
- 4 Replies
- Last post
by Tamar E. Granor
- Is it possible to copy a cursor to a text with the headings showing The code below gives me a text file with only values: a = alltrim(contractno) b = a + ".txt" select * ... into cursor curTest copy to &b sdf
-
- Order of Procedures in a Form
by Kadrin
- 4 Replies
- Last post
by Naomi Nosonovsky
- Hello, I'm having trouble debugging a form created by someone else. I was interested if there is a way to tell what order procedures are executed once the project is started. Thanks, Kadrin
-
- Locate Command
by Ahsan Amin
- 7 Replies
- Last post
by hangover
- I have to locate the CourseID field from a table. I have a combo box that list the CourseName field.
CourseID CourseName
------------- -------------------
1 SE
2 VFP
3 ASP
Now if use select VFP from the Combo i want the courseid 2. I am using the follwoing code
LOCATE FOR a_Courses.CourseName = thisform.cb
-
- problem setting up a ODBC data connection
by Fox Me Up
- 5 Replies
- Last post
by CetinBasoz
- ok im trying to set up an odbc connection to my database. i am using MS SQL SERVER 2005 Express on my labtop that is running windows xp. on the labtop i went into control panel - admin tools - data sources (odbc) and then under the user dns tab i added a sql server with these values in the fields name: MyFoxData Description: [i left empty] Server: TESTING\SQLEXPRESS then i hit next then i have che
-
- SP2 Issue
by Shahani Jitendra
- 9 Replies
- Last post
by Batdude
- Hello Everyone I just installed SP2 on VFP9 SP1. Now just before installing the SP2, i registered a WSDL and everything went fine. After installing SP2 and trying to do it again gave me an error. I don't like to say this but is this a bug.
Fi
Field COMFILE does not accept null values. Location: oweb Number: 1581 Method: addfoxcode Message: Insert into (This.cWSAlias)(Type, Name, Menu
-
- billing program
by donyx
- 2 Replies
- Last post
by Bruno Yu - MSFT
- hi guys! my program for billing didnt worked. i need a program for billing, plssss. send me if you have any. thanks so much guys! i highly appreciate your concerns.:-)
-
- Report Builder Error with XP Media Center Edition
by JLB4536
- 5 Replies
- Last post
by JLB4536
- I had to buy a computer in a rush and selected one that had XP Media Center Edition expecting to be able to install XP Professional when I got it home. Well, this is a Gateway notebook and XP Pro wouldn't load.
Now, with Media Center o/s, I am getting an error in the 9.0 report forms when I try to access the text or label properties.
The label error reads:
Variable 'vpos' is n
-
- Accessing a VFP Database using VB.Net
by Captain Baz
- 5 Replies
- Last post
by CetinBasoz
- I am using the following connection string :-
Provider=VFPOLEDB.1;Data Source=C:\Baz\TCB\Data\TCB.dbc;
When I have the database and VB programs on the same PC, it works OK.
I want to implement Multi-User capabily now so have to move the database to a different PC on the same LAN (Workgroup).
Despite much experimentation and reading upon the subject, I can't make it work. I always g
-
- reading a directory for a existing files
by Novelle
- 14 Replies
- Last post
by Novelle
- hi there!
im new to vfp and i want to make a programm that reads a certain directory and which gives me back the number of the files in that directory and the filenames.
can someone tell me how it works in vfp it will really be great... thanks in advanced!
novelle
-
- Proper practice - using class properties in forms/reports.
by Aleniko
- 11 Replies
- Last post
by dereck27
- Hi all; A pretty simple question: lets assume I have a class which is used for entering a range (customers, dates etc). It consists of 2 text boxes. I am dropping this class into a form which is producing a report. My question: What is the common/best way of accessing the control source of the textboxes in the class I can do any of the following: - Access them directly by their relative names (ie
-
- date problem
by dvidal
- 3 Replies
- Last post
by Shiego
- Hi,
I have to append data from an excel file to a fox file. A cell in excel has date data in format : "dd/mm/yyyy" and in fox the table has a character field. When I execute the command, it sometimes appear in the fox table a number that doesn't have any resemblance to the date data. How can I solve this .
Thanks,