Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace value from form1 to form2
Message
From
07/11/2004 07:43:10
 
 
To
07/11/2004 07:34:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00958010
Message ID:
00958967
Views:
17
hi,
this is mycode at the page procedure lostfocus
thisform.pageframe1.page15.text1.value and thisform.pageframe1.page15.text1.value&&type is date.
i put those textboxes as it is nothing inside.
i get space when i run myform,but befor i can see at text1 and text2.. / / .
 DO CASE 
   CASE NOT BETWEEN(thisform.pageframe1.page15.text3.value,1,2)
     =MESSAGEBOX("ÇÎÊíÇÑ ÎÇØÆ")
   
     thisform.Pageframe1.Pages(15).text3.SetFocus()
   NODEFAULT   
   OTHERWISE 
      thisform.Pageframe1.ActivePage = 14
      thisform.Pageframe1.Page14.Text1.SetFocus()
ENDCASE 
thanks
m.qasem
Previous
Reply
Map
View

Click here to load this message in the networking platform