Home > database >  VFP want to increase to reduce the number of remaining tickets ordered how to write
VFP want to increase to reduce the number of remaining tickets ordered how to write

Time:09-22

IF ! Isblank (allt (thisform.com bo1. Value)). And.!!!! Isblank (allt (value) thisform. Text1.). And.!!!! Isblank (allt (value) thisform. Text2.)
SELE passenger information
APPE blank
REPL trains with allt (thisform.com bo1. Value) addi passenger name with allt (value) thisform. Text1. Addi id number with allt (value) thisform. Text2. Addi whether need insurance with allt (value) thisform. Text3.
Order MESSAGEBOX (' success! Seats are randomly selected ', 48, "error")
The ELSE
MESSAGEBOX (' all content cannot be empty! ', 48, "error")
ENDIF

CodePudding user response:

I.e. the

Will the content of the replacement for remark field appended to the note field tail, i.e. the valid only in the memo field replace operation, if you omit ADDITIVE, the value of the expression is used to rewrite remark field,
  •  Tags:  
  • VFP
  • Related