0

Print Layout

want to customize print layout. For several tables, but the design will be the same for all. how to make the logo change in all tables automatically, after replacing it in one table?
Regards

5 replies

null
    • Nick_Massie
    • 2 yrs ago
    • Reported - view

    Use a formual calling in the logo saved in field.  I would create a system table and save all my logos etc in there.  Add an image field in the system table.  add the logo to that field.  In your print layout user the code first(select.system.file name of logo) and that will show on your print layout. If you ever need to change the logo you only have to change in one spot.  

    • CCTS
    • 2 yrs ago
    • Reported - view

    Hello Nick

    that's exactly what I did

     

    i created a table "Images"  and placed all the necessary information there. then this table was linked to this where you need to print. And on the layout I vivel all n according to the formula. And they work well

    the problem is that if I start working on a new day, or open a child table in the table, then this field is empty

     

    every time I need to give a command to pull up an already existing record, from which I need to take information

    • CCTS
    • 2 yrs ago
    • Reported - view

    Do you think you can use a trigger so that after opening a new day, the information comes automatically

    For exeple, 

     

    this records from table "Images" automatic link here

    • Nick_Massie
    • 2 yrs ago
    • Reported - view

    I have no idea why this disappears.  I would book a call for Tech support with Ninox and show them this.  email support@ninox.com and they should send you a link for a zoom meeting.  I wish I could be more helpful.  

    • CCTS
    • 2 yrs ago
    • Reported - view

    Hello Nick

     The solution is simple, that don't have to do anything, just use the formula

    let g := record(IMAGES,1);
    g.'fild name'

     

    Regards

Content aside

  • 2 yrs agoLast active
  • 5Replies
  • 380Views