Jump to content

风吹小机机

uniGUI Subscriber
  • Posts

    157
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by 风吹小机机

  1. Advantages of UGFrame dynamic framework:

     

    1. The Integrated development environment is completely separated from the desktop development tools and directly develops modules in the WEB<Implementation: cross platform development, cross platform operation>.
    2. All components are encapsulated into the platform in a way that ensures uniform control versions.
    3. Visual development mode: Drag and drop controls, track and debug to achieve what you see and what you get.
    4. Module digitization<Interface code digitization is stored in the database, and when it is called, it is loaded, interpreted, and run from the database>
    5. Dynamic online reports, online design and preview printing.
    6. Dynamic interface, can be developed online, and uses data nodes for database connection.
    7. Three login methods<framework user, development user, system user>to solve permission applications at all levels
    8. Menu list, can be dynamically set, and adding functions is simple and clear.
    9. Module management function: Development permissions can be assigned to each module.
    10. Diversified permission customization function, which can locate and control various module details to ensure data security
    11. The module script and interface generated by the module wizard are neat and concise, with over ten years of coding experience and interface layout
    12. The above functions all have inherent advantages: immediacy<keeping the system in the latest version state at all times, achieving no compilation or update>

    Framework download address:

    link:https://drive.google.com/file/d/1lLB_kHiZNxtKqYKEKSWPqzJ5j92_VHz5/view?usp=sharing

    Create a simple Hello World

     

    Hello World.gif

    • Like 1
  2. 16 hours ago, pro_imaj said:

    I realized that the problem is not just with the div.

    There is a test where I average the following articles, this never happens.

    <div style="text-align: center;"><span style="color: rgb(0, 0, 255);">Test Description</span></div><div style="text-align: center;"><font color="#ff0000">Hello</font>
    </div>

    What should I do, how can I show all HTML commands to Fastreport correctly.

    no way out,Or ask the author of fastreport

  3. Just now, pro_imaj said:

    Yes, I'm already looking for a solution for this. UniDBHTMLMemo saves to database with Div, when I try to display it with Fastreport, there is a problem, how can I solve this problem, I do not create HTML text, UniDBHTMLMemo object creates automatically.

    Add more query fields to process

    <div style="">   replace    enter

    </div> Replace ‘’

  4. Just now, pro_imaj said:

    You removed the divs, but the UniDBHTMLMemo object adds them automatically.

    If you add it as I wrote here, you can see the error.
    <font color="#0000ff">Test</font><div style=""><font color="#ff0000">Hello</font></div>

    It only indicates that FR only supports simple HTML tags

×
×
  • Create New...