ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
  • Creating table columns through programming
ControlClone (Example)
Creating table columns through programming
WINDEVUser code (UMC)
MyString is string
 
HReadFirst(ZIPCODES, ZipCode)
FOR I = 1 TO 5
MyString = MyString + CR +  ...
"ControlClone(Column2, """ +  ZIPCODES.City + """)"
MyString = MyString + CR +  ...
"{""Table1." + ZIPCODES.City + ...
"""}..Caption = """ + ZIPCODES.City + """"
HReadNext(ZIPCODES)
END
 
Compile("ColumnCreation", MyString)
ExecuteProcess("ColumnCreation", trtProcedure)
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help