You are here:

FoxPro/create new filed in foxprox2.6 by coding

Advertisement


Question
sir,
im a proffessional in foxpro my question is
1. how to create new filed in foxprox2.6 by coding
2. my foxprox2.6 base program print takes pause when i run thru xp windows
3. can i print to laser print using foxprox2.6

Answer
Hi Satpal,
   Sorry for the delay. Please find the answers below....

i. You can use alter table

ALTER table <Table Name> ADD COLUMN <Column Name> <Data Type>
For example
   ALTER table test ADD COLUMN age N(3) DEFAULT 0


ii. For the issue with the delay, you have to set the spooling settings in the Printer settings from control pannel

iii. You can't directly print from DOS to USB. You can use any third party tools for the same.
Check for http://dos2usb.com

Hope this helps...
Best regards,
Markish

http://markishonline.com

FoxPro

All Answers


Answers by Expert:


Ask Experts

Volunteer


Markish

Expertise

I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.

Experience

I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase.
Education/Credentials
I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.

Education/Credentials
I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.

©2012 About.com, a part of The New York Times Company. All rights reserved.