Re: How to create a filter for Cinepak Codec by Radius

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




--snip--

Also i want to use this code segment for a multilingual
application.Comparing the string name in this particular case looks a
bit risky. What is you opinion on this?

Thanks a lot
Abhinav


I could be wrong, but would the name of the filter stay the same for
any multilingual machine? If so, then you may be safe using the string
name as the identifier, however the best assurance is a good test :-)

There should be a unique CLSID for this filter. Can you show a snippet
of the code you use to compare CLSID's?

.



Relevant Pages

  • Re: Filtering records on a form using multiple combo boxes
    ... So, then, you will need to build the Where string from that information, ... these 3 combo boxes have command buttons to activate the filtering ... filter the field in the record list box.. ... For the Agent Combo Box, ...
    (microsoft.public.access.forms)
  • RE: Set Filter from Startup form to another form
    ... Private Sub Form_Load ... Dim strPrg As String ... Private Function StartProgramAs String ... Now all that is necessary is to set the filter for each form where you want ...
    (microsoft.public.access.formscoding)
  • Re: Filter for Report not working?????
    ... cno2, cField string ... contFilter DynArrayString ... I surround the value with quotes to make it a string otherwise the filter ... I decided to go with a table in PRIV for the report. ...
    (comp.databases.paradox)
  • Re: Can I still use check boxes?
    ... I declare de variable as String but the code does not work. ... Allen Browne - Microsoft MVP. ... Tips for Access users - http://allenbrowne.com/tips.html ... You'll need to build a filter string that looks like this: ...
    (microsoft.public.access.formscoding)
  • data access page search code
    ... Dim SerVal As String 'Value to search against ... Dim strWhere As String 'The filter to use ... Dim strPrompt As String 'MsgBox prompt to use ...
    (microsoft.public.access.modulesdaovba)