Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
GET(YOURDropListTable,0)
CLEAR(YourVariableTargetField)
FLUSH(FDBX::View:FileDrop)
FREE(Queue:FileDrop)
CLEAR(YourDropListVariable)
?YourDropListVariable{PROP:SELECTED} = 0
ThisWindow.Reset(TRUE)
MainTABLE: ProdTable,PRE(PRO)
MustBeInListTABLE: TypeTable,PRE(TYP)
DropList:
Use(TYP:TypeName)
FROM(Queue:FileDrop)
TARGET(PRO:Type)
View(FDB1::View:FileDrop)
Clearing the Selection:
GET(TypeTable,0)
CLEAR(PRO:Type)
FLUSH(FDB1::View:FileDrop)
FREE(Queue:FileDrop)
CLEAR(TYP:TypeName)
?TYP:TypeName{PROP:SELECTED} = 0
ThisWindow.Reset(TRUE)