B
Bert_Bert
I have DLL addin in VB6 that has already ready function for special filtering
based on text SWL query, e.g.
[Categories]='mycateg' AND [MyFiled]='myvalue' AND [anotheruserfield]>0
Since the txt SQL query is specified onf customized form, I would like to
return number of returned records and I do not want to repeat program - I use
Redemption to perform filtering and in Form VBS it would be too longd and
badly maintained.
Do I have some possibility to
1. check whether my DLL is registered and initialized
2. call somehow my function to find number of records mathing my custom SQL
and show it on my form ?
3. or, if not possible, perhaps some Event that would be invoked by the DLL
addin and pushed the value to the open form?
tahk you
based on text SWL query, e.g.
[Categories]='mycateg' AND [MyFiled]='myvalue' AND [anotheruserfield]>0
Since the txt SQL query is specified onf customized form, I would like to
return number of returned records and I do not want to repeat program - I use
Redemption to perform filtering and in Form VBS it would be too longd and
badly maintained.
Do I have some possibility to
1. check whether my DLL is registered and initialized
2. call somehow my function to find number of records mathing my custom SQL
and show it on my form ?
3. or, if not possible, perhaps some Event that would be invoked by the DLL
addin and pushed the value to the open form?
tahk you