Dinamic Help

Posted by Admin on 11-Feb-2010 07:31

Hello,

I want make a dinamic help for my application.

My idea is the follow:

1 - Create a .p file with a input  parameter called "TableName" .It must be return a DATASET/DATATable for .net

Example:

DEFINE INPUT PARAMETER TableName s AS CHARACTER.

DEFINE OUTPUT PARAMETER DS s AS DATASET.

FOR EACH TableName

then it must be fill ths dataset and return that.

How can I?

All Replies

This thread is closed