Base solution for your next web application

Activities of "luizluan"

Question

I need to make a report and display it on a page in pdf , could give me a suggestion on the best way to do this .

I 'm trying to use Rotational Pdf but she works with action views .

Answer

I solved the problem by using jspdf , sent direct content to another page to print as pdf , it worked very well .

Question

I need to open a blank page and insert html in it. The problem is that when I use the window.open () function that should open a blank page , it returns to the site's domain . How can I open a blank page without the template . I need that blank page to insert html in it to print a custom report .

Answer

I fixed i use

var newWin = open('about:blank', '', 'height=300,width=300'); newWin.document.write(html);

Answer

I fixed i use

var newWin = open('about:blank', '', 'height=300,width=300'); newWin.document.write(html);

I have a problem , I have a dedicated server with multiple sites using the framework, two of these sites are the same customer , that customer has complained that the login to a website the other automatically logs out . How can I get around this ?

Is there any way to change the session , there is something I can be doing wrong is some IIS configuration?

Thanks for answering , yes but they had shared the same ip only were on different ports , decided as follows. I created a virtual network card in loopback and made a bridge. Thanks for Reply hope this can help those who have this difficulty .

I need to set a custom time for a session, the user can edit this time after this the system auto logoff. This is possible?

I want this time to be idle after the downtime the session expires .

Question

Try to add SignalR and get this error

Component Abp.Web.Configuration.AbpWebModuleConfiguration could not be registered. There is already a component with that name. Did you want to modify the existing component instead? If not, make sure you specify a unique name.

Someone can help me?

For legal reasons I must provide a backup file for the client with .bak extension. The problem is that my database has data from all clients and has no way of providing the backup of everyone.

Is there a way to make a backup with the tenant data and schema in another database?

I would appreciate it if anyone could help me. :D

Showing 1 to 10 of 20 entries