-
Notifications
You must be signed in to change notification settings - Fork 137
DLL integration #902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, that is possible! Are you interested by working on this? What does your dll do? |
The DLL is responsible for issuing tax documents for products in my country. Some companies and stores of all types must issue tax documents for all products sold, so this DLL would help with that. |
Oh, I see. Then I think you should write a standalone executable that takes command-line arguments, and execute it with |
Indeed, that is an alternative! To capture the output, can I use sdtOUT? |
Yes! |
Nice! Thanks! I also have another question about private .sql files, for example, I'm creating components inside a folder called components, and inside there will be files like header.sql (responsible for the application's NavBar), so that I don't write it several times on different screens I just add: SELECT
'dynamic' As component,
sqlpage.run_sql('components/_header.sql') As properties; However, it is possible to access this component through the url with /components/_header.sql and it will appear on the screen. |
You can put them in the |
Have an exemple? Pls |
No I don't :) Just put your file in |
No problem! I thank you from the bottom of my heart! |
Would there be any possibility of adding support for connecting to dll libraries? I have a dll made in .NET Standard that would be interesting to integrate with SQLPage.
The text was updated successfully, but these errors were encountered: