Welcome!

This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!

1

1
Rodrigo Serafim
On 7/19/19, 10:35 AM

You define the manwin parameter in the definition of the Query list itself:


Then you can define your query code in the DQUERY manwin type and set the parameter to the name you gave. In this example it would be "MYQUERY".

In the body of the manwin you just type the query you want:

SELECT <columns> FROM <table> ...

Note that currently (as of 2019) this menu type is only available for the C++ MFC target. For other platform like MVC its preferred you implement this kind of functionality as a view for better portability and column formatting support.


Keep Informed

About the Community

This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Read Guidelines

Question tools

4 follower(s)

Stats

Asked: 3/16/19, 8:07 AM
Seen: 1148 times
Last updated: 9/26/19, 5:03 PM