Discussion:
Code of updatable view
(too old to reply)
Mark
2005-03-26 11:37:03 UTC
Permalink
Hi,
If you make a view updatable, where is this code stored and how can you
extract it in order to put it into a .PRG
tia
Marc
Mark McCasland
2005-03-26 13:59:07 UTC
Permalink
With your DBC open, run the following from the Command window:

DO HOME() + [tools\gendbc\gendbc]

It will generate a PRG file of your choice for you.
Post by Mark
Hi,
If you make a view updatable, where is this code stored and how can you
extract it in order to put it into a .PRG
tia
Marc
Mark
2005-03-26 15:37:04 UTC
Permalink
Hi Mark,
That workes great!
Thanks
Mark
Post by Mark McCasland
DO HOME() + [tools\gendbc\gendbc]
It will generate a PRG file of your choice for you.
Post by Mark
Hi,
If you make a view updatable, where is this code stored and how can you
extract it in order to put it into a .PRG
tia
Marc
Lee Mitchell
2005-03-28 15:23:00 UTC
Permalink
Hi Mark:

While you have a solution using GenDBC, you might want to look at these
articles as well:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;138094
http://support.microsoft.com/default.aspx?scid=KB;EN-US;130413

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Mark
Hi Mark,
That workes great!
Thanks
Mark
DO HOME() + [tools\gendbc\gendbc]
It will generate a PRG file of your choice for you.
Post by Mark
Hi,
If you make a view updatable, where is this code stored and how can you
extract it in order to put it into a .PRG
tia
Marc
Loading...