Editing of not displayed fields in DCBROWSECOL

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Editing of not displayed fields in DCBROWSECOL

#1 Post by Eugene Lutsenko »

Design:

Code: Select all

DCBROWSECOL FIELD Users->Login_AdmA HEADER "Login адм.приложения"  PARENT oBrowse
edits a field, but displays its contents, and a design display:

Code: Select all

DCBROWSECOL DATA {||REPL('*',LEN(ALLTRIM(Users->Login_AdmA)))} PARENT oBrowse
doesn't display, displays in the form of the set symbols ("*") more precisely, but doesn't allow to edit. Also displays in a look "*" only that is already earlier entered. And it would be desirable to edit the fields displayed in a look "*"

Post Reply