Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not updated
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00342982
Message ID:
00343097
Views:
30
Joao,

Open int_doc_vnd in the view designer.

Click on the Update Criteria tab

Can you confirm that the Send SQL Updates checkbox is ON and that there is a key field and some updatable fields in the field list.

Cheers,

Andrew


>Adrew,
>
>This is my whole code in save button,
>
>
>local laError[1],i
>with thisform
> select int_doc_vnd
> ? .Txc_TipoDoc.Value+.Txc_Armaz.value+.Txc_Serie.value+.Txc_Numdoc.value
> replace;
> c_TipoDoc with .Txc_TipoDoc.value;
> c_armazem with .Txc_Armaz.value;
> c_cod_ser with .Txc_Serie.value;
> c_numdoc with .Txc_Numdoc.value
>if !TableUpdate(1,.T.,"int_doc_vnd")
> =aError(laError)
> if vers(2) > 0
> set step on
> endif
>endif
>
>
>for i = 1 to alen(laError, 2)
> ? laError[1, i]
>endfor
>
>endwith
>
>Thank's Joao


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform