Microsoft Visual FoxPro Professional Edition 6.0 for PC Logo

Related Topics:

Posted on Jan 11, 2011
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

How to add a picture in a field in Visual foxpro. I could do it earlier in Foxpro for Windows with the APPEND GENERAL command but now it only saves the filename and not the actual picture. Please help.

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Sniper:

An expert who has posted more than 50 answers, of which 90% or more were rated as helpful.

  • Expert 64 Answers
  • Posted on Mar 07, 2011
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Sniper:

An expert who has posted more than 50 answers, of which 90% or more were rated as helpful.

Joined: May 23, 2010
Answers
64
Questions
0
Helped
23549
Points
260

The type of the field should be GENERAL.
Try this command: APPEND GENERAL <fld_name> FROM <url_file>
For example: APPEND GENERAL my_gral_fld FROM 'c:\my_file.jpg'
Good luck!

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Describe the requirements of foxpro in terms of hardware and memory

System RequirementsTo install Microsoft Visual FoxPro 9.0, you need:
Minimum Requirements Processor
  • PC with a Pentium-class processor
Operating System
  • Microsoft Windows 2000 with Service Pack 3 or later operating system
  • Microsoft Windows XP or later
  • Microsoft Windows Server 2003 or later
Memory
  • 64 MB of RAM minimum; 128 MB or higher recommended
Hard Disk
  • 165 MB of available hard-disk space for typical installation; 20 MB of additional hard-disk space for Microsoft Visual FoxPro 9.0 Prerequisites
Drive
  • CD-ROM or DVD-ROM drive
Display
  • Super VGA 800 X 600 or higher-resolution monitor with 256 colors
Mouse
  • Microsoft Mouse or compatible pointing device
1helpful
1answer

What are the hardware requirements for foxpro?

  • Processor: Pentium-class processor
  • OS: Windows 2000 with SP3 or later, Windows XP or later, Microsoft Windows Server 2003 or later
  • Memory: 64MB of RAM min., 128MB recommended
  • Hard Disk: 165 MB of available hard-disk space for typical installation; 20 MB of additional hard-disk space for Microsoft Visual FoxPro 9.0 Prerequisites
  • Drive: CD ROM or DVD-ROM drive
  • Display: 165 MB of available hard-disk space for typical installation; 20 MB of additional hard-disk space for Microsoft Visual FoxPro 9.0 Prerequisites
  • Mouse: Microsoft Mouse or compatible pointing device
from: http://msdn.microsoft.com/en-us/vfoxpro/bb190292
0helpful
1answer

Auto calculated field in Foxpro (2.6 prefered)

Code example:
// all fields are numeric type
USE example APPEND BLANK REPLACE field_a WITH 25, field_b WITH 4, field_sum WITH field_a + field_b, field_prod WITH field_a * field_b APPEND BLANK REPLACE field_a WITH 60, field_b WITH 5, field_sum WITH field_a + field_b, field_prod WITH field_a * field_b
Result: field_a field_b field_sum field_prod 25 4 29 100 60 5 65 300
Don't use keywords as field names (ex. SUM).
Best regards
0helpful
1answer

Please give me the procedure how to import foxpro files in tally 7.2

To import data from a FoxPro database, use the Microsoft Visual FoxPro ODBC driver. To do so, follow these steps:
1) Click Start, and then click Control Panel.
2) In Control Panel, double-click Administrative Tools.
3) In the Administrative Tools window, double-click Data Sources (ODBC), and then add a new ODBC data source for your FoxPro database or tables by selecting the appropriate Visual FoxPro driver.
4) Start Access, and then open your Access database. 5) On the File menu, point to Get External Data, and then click Import. 6) In the Import dialog box, click ODBC Databases in the Files of type list. 7) In the Select Data Source dialog box, click the Visual FoxPro data source that you created in step 3, and then click OK. 8) In the Import Objects dialog box, click the tables that you want to import, and then click OK.

1helpful
1answer

How to install foxpro

You can install this version of Visual FoxPro from a CD-ROM or anetwork to a local hard drive. You must install Visual FoxPro on alocal drive, not a mapped drive. There is no other preparation requiredbefore installing Visual FoxPro. You must have administrator privilegesto install Visual FoxPro. It is recommended that you run withpower-user privileges to use all the provided tools effectively.
Youcan safely install or uninstall using Visual FoxPro Setup. If you areupgrading Visual FoxPro, you must first uninstall the previous versionof of the program. Though both versions of Visual FoxPro can exist onthe same computer, you cannot install the current version of VisualFoxPro in the same directory as the previous version.
If you planto publish XML Web services using Visual FoxPro, you might want to setup Internet Information Services (IIS) on a Windows 2000, Windows XP orWindows Server 2003 computer. Refer to your operating systemdocumentation for instructions on how to set up and configure IIS.
030c41d9079671d09a62d8e2c1db6973.gifNote VisualFoxPro setup no longer installs any Windows operating system ServicePacks or versions of Internet Explorer. It is highly recommended thatyou install the latest versions of these components before installingVisual FoxPro. Additionally, Visual FoxPro 9.0 is supported only onWindows 2000 Service Pack 3 or later. For details about installing thelatest Service Pack, visit the following Microsoft Web page at http://www.microsoft.com/windows2000/.
Full installation includes all Visual FoxPro program files, online help, and samples files.
To install Visual FoxPro
  1. Quit all open applications.
    030c41d9079671d09a62d8e2c1db6973.gifNote Ifyou use a virus protection program on your computer, override it orturn it off before running the Installation wizard. The Installationwizard might not run properly with virus protection turned on. Afterinstallation, be sure to restart your virus protection program.
  2. Insert the Visual FoxPro CD.
    The Visual FoxPro Setup start page appears automatically.
  3. Click Install Visual FoxPro to launch Visual FoxPro Setup.
  4. To determine if you need additional components, click Prerequisites to display any necessary components.
  5. Click Install Now! to install any new components. If Visual FoxPro Prerequisites needs to only update components, click Update Now!
  6. You might need to restart your computer. When finished, click Done.
    Visual FoxPro Setup reappears.
  7. To continue installation, click Visual FoxPro.
  8. After accepting the End User License Agreement and entering the Product Key and your name, click Continue.
    030c41d9079671d09a62d8e2c1db6973.gifNote Visual FoxPro cannot be installed on a mapped drive. You must install Visual FoxPro on a local drive. Do not attempt to use the Map Network Drive functionality in Setup.
  9. On the Options page, select the features you want to install and click Install Now! to continue.
  10. When finished, click Done to return to Visual FoxPro Setup. Click Exit to return to the Visual FoxPro Setup start page.
Ifyou uninstall Visual FoxPro while the previous version of Visual FoxProexists on your computer, certain shared registry keys used by theprevious version of Visual FoxPro are removed. You must reinstall thesecritical shared registry keys.
If you run Visual FoxPro fromthe Start menu, Visual FoxPro Setup automatically reinstalls thesekeys. If you start Visual FoxPro using other means, such as running theapplication executable directly, the setup program does not startautomatically. You should use Add/Remove Programs in the Control Paneland the following steps to reinstall the registry keys manually:
To manually reinstall Visual FoxPro 9.0 registry keys
  1. From the Start menu, click Control Panel.
  2. Click Add/Remove Programs.
  3. Click Change/Remove for Microsoft Visual FoxPro 9.0.
  4. Click Visual FoxPro and Repair/Reinstall.
Good Luck
0helpful
2answers

Visual foxpro to access

hi
you need to use a ODBC conexion to trasport your tables into table .dbf in fox

or

you need to copy tur tables to excel documents an then import in vfp

bye
1helpful
2answers

Make Softwere

hi

am programer in vfp9.0 you need to download manuals and examples

y have many
0helpful
1answer

Visual foxpro

there can be some setting .by which it can be ....
Not finding what you are looking for?

890 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...