RoundedTable1: RoundedTable { contentAlign = "CENTER"; tableWidth = 900; title = "Database Row"; } StackView1: StackView { stackNumber = 1; } StackView2: StackView { stackNumber = 2; } CurrentDate: WOString { dateformat = "%b %d, %Y %I:%M:%S %p"; value = currentDate; } Id: WOString { value = application.rawRow.id; } FirstName: WOString { value = application.rawRow.firstName; } LastName: WOString { value = application.rawRow.lastName; } Birthday: WOString { value = application.rawRow.birthday; }