In the process to clean my apps for MT I'm replacing statics and
set/get funcs with objects or publics. I've found several places where
I use FIELD declaration like:

field CRECID
field CSESSID
...
USEDBF ddmgtlog ALIAS MGT MODE MODE_EXCLUSIVE ;
          index CRECID+CSESSID to PRIMARY tag OF ddmgtlog, ;
                CSESSID+CRECID to SESSID tag OF ddmgtlog
...

which turn to be

ordcreate( <(cdx1)>, <(tag1)>, <(exp1)>, {exp1} )
...

so I need field declarations for {exp1}.

Am I correct if I say that I can remove the FIELD declarations and
{exp1} and leave to ordcreate to create the cb from the "expn" string?

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to