Active Query Builder support area

Using the ExpressionEditor for syntax coloring

Avatar
  • updated
  • Completed

I don't understand how to implement Syntax Coloring in the SqlTextEditor.  I placed an ExpressionEditor on the form containing the Query Builder and SqlTextEditor, and I linked the QueryBuilder to the ExpressionEditor.  What else do I need to do?  Also, do you provide the source code for your demo programs?  It would really help answer many of my questions to see how you did things in your demos.  Thanks!

Avatar
Anonymous

queryBuilder1.ExpressionEditor = expressionEditor1;

sqlTextEditor1.QueryBuilder = queryBuilder1;


The sample demo projects with source code are installed to your Documents folder; their shortcuts are present in the Start menu.

Avatar
JLathem


I don't know how I missed the samples.

 

For the Syntax Coloring, that got it working.  Thanks!

Avatar
Anonymous

queryBuilder1.ExpressionEditor = expressionEditor1;

sqlTextEditor1.QueryBuilder = queryBuilder1;


The sample demo projects with source code are installed to your Documents folder; their shortcuts are present in the Start menu.