Afternoon All!
I have been changing my DB from direct table accessing to views. Now i have 5 views that make the "client form". Can i use the DBSETPROP for each view/table one after the other like this:
DBSETPROP ('view1', 'View', 'Tables', 'table1')
DBSETPROP ('view2', 'View', 'Tables', 'table2')
DBSETPROP ('view3', 'View', 'Tables', 'table3')
DBSETPROP('view1.UID', 'Field', 'KeyField', .T.)
DBSETPROP('view2.BID', 'Field', 'KeyField', .T.)
*etc
Or do they need to be in order"
DBSETPROP ('view1', 'View', 'Tables', 'table1')
DBSETPROP('view1.UID', 'Field', 'KeyField', .T.)
DBSETPROP ('view2', 'View', 'Tables', 'table2')
DBSETPROP('view2.BID', 'Field', 'KeyField', .T.)
*etc
Thanks in advance. (from the newbie downunder.)
James
Have you been foxed today?
I have :-) !