IUserAccessiableFillFromStoreFilter Method (IListSource, String, String, String, String, DVar) |
This function is used for list sources in order to
set the list source configuration.
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int FillFromStoreFilter(
IListSource ioList,
string inStoreName,
string inTextExp,
string inValExp,
string inFilterColumn,
DVar inCompare
)
Parameters
- ioList
- Type: SurveyToGo.UserLogic.InterfacesIListSource
Needs to get a list, write: list - inStoreName
- Type: SystemString
Name of Subject Store - inTextExp
- Type: SystemString
Will determine which column represents the text returned - inValExp
- Type: SystemString
Will determine which column represents the index returned - inFilterColumn
- Type: SystemString
Name of column - inCompare
- Type: SurveyToGo.UserLogic.InterfacesDVar
Value for the column
Return Value
Type:
Int32Examples FillFromStoreFilter(list,”my_store123”,”City”,”State”,”Street”,”Tel-Aviv”)
See Also