[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to add a new area inside struct file?

  • Thread starter Thread starter Rob Fitzpatrick
  • Start date Start date
Status
Not open for further replies.
R

Rob Fitzpatrick

Guest
Create a file with the area(s) you want to add, e.g.: d "NEWDATAAREA":7,32;1 .\testdb_7.d1 (Don't make it a Type I area like in this example.) Give it a name, say add.st. Add it to the database structure, e.g. prostrct add testdb add.st Update the testdb.st structure file: prostrct list testdb

Continue reading...
 
Status
Not open for further replies.
Back
Top