|
Home > Archive > FoxPro database connector > April 2005 > Code of updatable view
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Code of updatable view
|
|
|
| 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-04-07, 8:05 pm |
| 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.
"Mark" <Mark@discussions.microsoft.com> wrote in message
news:57B05E81-5EFC-40A3-AB6B- 69A2DC28A1BB@microso
ft.com...
> 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
| |
|
| Hi Mark,
That workes great!
Thanks
Mark
"Mark McCasland" wrote:
> 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.
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:57B05E81-5EFC-40A3-AB6B- 69A2DC28A1BB@microso
ft.com...
>
>
>
| |
| Lee Mitchell 2005-04-07, 8:05 pm |
| Hi Mark:
While you have a solution using GenDBC, you might want to look at these
articles as well:
http://support.microsoft.com/defaul...KB;EN-US;138094
http://support.microsoft.com/defaul...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/i...cid=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
>Hi Mark,
>That workes great!
>Thanks
>Mark
>"Mark McCasland" wrote:
[color=darkred]
> 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.
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:57B05E81-5EFC-40A3-AB6B- 69A2DC28A1BB@microso
ft.com...
|
|
|
|
|