It looks like you're new here. Sign in or register to get started.
nActiveTab := x;
CurrForm.FieldName.ACTIVATE;
Comments
- define a global variable nActiveTab [Integer]
- on every tab choose the first field and put a line in it's OnActivate trigger (where x is 1,2,3...)
- if you want to select a tab you can use a line where FieldName is a field name form a tab you want to select