** END HEADER -- do not remove this line
//
// Generated on 2021-05-04
//
parameter bModal
local f
f = new test_seeker2Form()
if (bModal)
f.mdi = false // ensure not MDI
f.readModal()
else
f.open()
endif
class test_seeker2Form of FORM
set procedure to :FormControls:seeker.cc additive
with (this)
onOpen = class::FORM_ONOPEN
onClose = class::FORM_ONCLOSE
height = 16.0
left = 71.7143
top = 4.0
width = 52.1429
text = ""
endwith
this.DBASESAMPLES1 = new DATABASE(this)
with (this.DBASESAMPLES1)
left = 14.0
width = 11.0
height = 1.0
databaseName = "DBASESAMPLES"
active = true
endwith
this.CUSTOMERS1 = new QUERY(this)
with (this.CUSTOMERS1)
left = 5.0
width = 9.0
height = 1.0
database = form.dbasesamples1
sql = "select * from CUSTOMERS.DBF"
active = true
endwith
with (this.CUSTOMERS1.rowset)
indexName = "UPCO"
endwith
this.GRID1 = new GRID(this)
with (this.GRID1)
dataLink = form.customers1.rowset
height = 8.9545
left = 3.8571
top = 2.0
width = 43.8571
endwith
this.PUSHBUTTON1 = new PUSHBUTTON(this)
with (this.PUSHBUTTON1)
onClick = class::PUSHBUTTON1_ONCLICK
height = 1.0909
left = 15.7143
top = 13.5909
width = 19.4286
text = "Return to main form"
endwith
this.SEEKER1 = new SEEKER(this)
with (this.SEEKER1)
height = 1.0
left = 14.8571
top = 11.7727
width = 20.2857
endwith
this.rowset = this.customers1.rowset
function PUSHBUTTON1_onClick()
form.close()
return
function form_onClose()
_app.seek_record = this.rowset.fields['customerid'].value
return
function form_onOpen()
this.seeker1.setfocus()
return
endclass
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0