Good Afternoon-
Having a problem I have never encountered:
I have txtboxes that control source to an updateable view.
When the user is finished editing - I execute this code:
If Messagebox("Save Changes to Lienholder Information?",4+32+128,"Please Confirm" == 6
Select vvehlieninfo &&& updateable view
Replace app_inits With employeeinit
= Tableupdate(2,.t.,'vvehlieninfo')
WAIT WINDOW "Vehicle Lien Information Saved Successfully" TIMEOUT 1.5 AT 40,40
Else
= TABLEREVERT(.T.,'vvehlieninfo')
WAIT WINDOW "Vehicle Lien Information Was Not Saved" TIMEOUT 1.5 AT 40,40
ENDIF
I know the underlying table never gets updated because I requery it and it doesn't contain the changes.
I have the underlying table cursorsetprop(buffering",5,"tablename"...
Any ideas as to why this would not save to the underlying table? Also, as stated in the title - have 'Send SQL updates" IS checked.
Thanks in advance
Angie
Having a problem I have never encountered:
I have txtboxes that control source to an updateable view.
When the user is finished editing - I execute this code:
If Messagebox("Save Changes to Lienholder Information?",4+32+128,"Please Confirm" == 6
Select vvehlieninfo &&& updateable view
Replace app_inits With employeeinit
= Tableupdate(2,.t.,'vvehlieninfo')
WAIT WINDOW "Vehicle Lien Information Saved Successfully" TIMEOUT 1.5 AT 40,40
Else
= TABLEREVERT(.T.,'vvehlieninfo')
WAIT WINDOW "Vehicle Lien Information Was Not Saved" TIMEOUT 1.5 AT 40,40
ENDIF
I know the underlying table never gets updated because I requery it and it doesn't contain the changes.
I have the underlying table cursorsetprop(buffering",5,"tablename"...
Any ideas as to why this would not save to the underlying table? Also, as stated in the title - have 'Send SQL updates" IS checked.
Thanks in advance
Angie