0

I encountered a very strange problem.....

I encountered a very strange problem. I set up a table in one of my databases, and the code is as follows:

let Table := (select 'Procurement').---
          <tr onclick="ui.popupRecord('{ 'Id' }')">
            <td>{ 'Id' } </td>
            <td>{ 'name' } </td>
          </tr>
    ---;
html("<body>
<div class='sunken-panel' style='height: 120px; width: 240px;'>
  <table class='interactive'>
    <thead>
        <tr>
            <th>nb</th>
            <th>text</th>
        </tr>
    </thead>
    <tbody>
        <tr>
" +
Table +
"
        </tr>
    </tbody>
</table>
</div>
</body>")

No matter how I click, the corresponding data does not pop up (see Figure 1).

Later, I created a new blank database and imported all the data from this database into the blank database, and then the data could be popped up...(see Figure 2)

What could be the problem? Is it possible that outdated code is affecting it? (That's my guess).

Is there any other way to solve the problem of not popping up data? If I have to import it into a blank database, it will be a huge workload for me.

Thank you for your help!

2 replies

null
    • Rafael Sanchis
    • Rafael_Sanchis
    • 2 mths ago
    • Reported - view

    Hi,

    I don't have problem only with 10 fields , but I don't not know why the spaces.

      • gold_cat
      • 2 mths ago
      • Reported - view

       

      Yes, there are many questions. Ninox replied that although HTML can be used, HTML is not officially supported.

Content aside

  • 2 mths agoLast active
  • 2Replies
  • 50Views
  • 2 Following