Jump to content

Opening DesignReport "as Service" (Fast Report)


Abaksoft

Recommended Posts

Hello Friends,

To customize a FastReport file (.fr3),  I usually,  use :

(of course on Server Side)

begin  
  frxReport1.LoadFromFile(F);
  frxReport1.DesignReport;
end;

This works fine in "VCL mode", but not   "as Service"

(i have tried many solution for filepath : sometimes with /, sometimes with \   

but nothing !?

 

Any idea ?

Thx

 

_________

Build 1449

Link to comment
Share on other sites

For now, I found a DIY solution :

Creating an other Unigui Appli  (As VCL Mode) containing only FatsReport Components (frxDesigner...),

witch can be launched by the principal application (AsService).

it works "fine", Mmm......with some MemoryLeaks !

Link to comment
Share on other sites

  • 3 years later...
On 4/14/2018 at 1:39 PM, Abaksoft said:

For now, I found a DIY solution :

Creating an other Unigui Appli  (As VCL Mode) containing only FatsReport Components (frxDesigner...),

witch can be launched by the principal application (AsService).

it works "fine", Mmm......with some MemoryLeaks !

could you share the source or explain it in details?

  • Like 1
Link to comment
Share on other sites

5 hours ago, eduardosuruagy said:

你要卖这个工具吗?如果是这样,我有兴趣了解更多关于她的信息。

yes

The web dynamic framework is developed by Delphi 10.3.3 + unigui1535 + fr script and has the following advantages:

1. The integrated development environment is completely separated from the desktop development tools and directly develops modules in the web. As long as there is a browser operating platform, you can use < implementation: cross platform development and cross platform operation >.

2. All controls are encapsulated into the platform in the way of encapsulation to ensure the uniform version of controls.

3. Similar to Delphi development mode: drag and drop controls and track debugging to achieve what you see.

4. Module data < interface code data is stored in the database. When it is to be called, it will be loaded from the database for interpretation and operation >

5. Three login methods < framework user, development user and system user > solve the permission application at all levels

6. Menu list, which can be set dynamically, and the adding function is simple and clear.

7. Module management function: each module can be assigned development permission.

8. The diversified permission customization function can locate and control the details of each module to ensure data security

9. The above functions have inherent advantages: immediacy < keep the system in the latest version state all the time, so as to achieve compilation and update free >

  • Like 2
Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...