Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append
Message
From
24/08/2010 11:18:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Append
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01478149
Message ID:
01478149
Views:
108
hi all,

i need to add
go bottom
append blank to this code below, and message as are you sure Y,N
Do Case
Case This.Caption="Modify"
	This.Caption = "Save"    
	Thisform.command1.Enabled = .T.
	Thisform.SetAll("Enabled",.T.,"textbox") 
Case This.Caption = 'Save'  
	This.Caption = 'Modify'
	cAlias = Thisform.DataEnvironment.InitialSelectedAlias
	Select (cAlias)
		If CursorGetProp("Buffering")> 1 
		=Tableupdate(1,.T.,cAlias)
	Endif
	Thisform.command1.Enabled = .T.
	Thisform.SetAll("Enabled",.F.,"textbox") 
ENDCASE
	Thisform.command1.Enabled = .T.
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform