The included HELP documentation lacks in-depth help on the customizer and it's vb and sql related functions. We need to see a detailed help document with code samples that goes over the available properties and form changes that are possible.

Comments

  • Nearly everything the compiled VB code does is possible to do within CZ code and more, so review your VB and VBScript or JScript. You have to play within the UI and framework business rules at times though but you can do everything from adding controls not included in the standard CZ function to manipulating control values to calling class objects to adding form logic, scraping screens invoking UI. Process your own queries, execute stored procedures, manipulate, display or send data or access any functions or code exposed in SQL (within the confines of your security configuration).

    The old CZ guide was much more extensive with code examples and capabilities. For some things you need to contact a developer familiar with VB but if you have VS you can view the exposed methods you can employ in your customization plan.