Typical Search Code from a VLF-WIN Filter

Typical Search Code from a VLF-ONE Filter

You need both a client side program and a server side program.

Client Side (a Reusable Part, Target Platform Web - See Example DF_T41F1O).

It makes the call to the server module, receives the data back as a list, and writes the data from the list to the instance list:

Server Side Program (a Server Module - See Example DF_T42DSO)

It does the database IO and passes the data back to the client program, as a list:

  • No labels