Create url (e.g. "___server__/DataDetail.aspx?Id=xy-0" where you will replace xy by ID of the requested class). Further, add variables with values, that you want to pass to the form, at the end of url.
You can name them as you want, but it would be best to use names corresponding to the target columns which will be more transparent. After that create a rule in the class "Before displaying a new record ", which will put the values in the form.
These steps are described in the documentation:
http://doc.objectgears.cz/Help.aspx?H=a_data_formfilland in the example:
http://doc.objectgears.cz/Help.aspx?H=a_og_examples_data_transfer_via_urlIf you create URL from script, than we do not recommend defining the server name in a fixed way, but using function OG.GetWebURL() instead.
See the documentation:
http://doc50.objectgears.cz.maroon.globenet.cz/Help.aspx?H=e_script_og