Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Negative number on table update
Message
From
12/07/2017 13:00:40
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01652622
Message ID:
01652631
Views:
48
INSERT into lv_co_temp (comp_name, comp_dba, comp_ein, comp_addr1, comp_addr2) ;
values (oPro.encript(allt(ThisForm.txt_comp_name.value)), ;
iif(!empty(allt(ThisForm.txt_comp_dba.value)), oPro.Encript(allt(thisform.txt_comp_dba.value)),''), ;
oPro.encript(allt(ThisForm.txt_comp_ein.value)), oPro.encript(allt(thisform.txt_comp_addr1.value)), ;
iif(!empty(allt(thisform.txt_comp_addr2.value)), oPro.Encript(allt(thisform.txt_comp_addr2.value)),''))




llsave_Comp = TABLEUPDATE(1,.t.,'lv_co_temp',cEmpError)

REQUERY('lv_co_temp')
Thanks in Advance.

J. Turner
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform