S
savoine
Guest
temp-table tt-param field c-from as char field c-to as char. create tt-param. assign tt-param.c-from = "#name#" tt-param.c-to = "customer.name". def var c-string as char no-undo. assign c-string = "my company #name#". find first customer no-lock no-error. How to convert the string value "tt-param.c-to" to table field. Sorry for bad English.
Continue reading...
Continue reading...