mavinms
mavinms
About
- Username
- mavinms
- Joined
- Visits
- 16
- Last Active
- Roles
- Members
Comments
-
Build started... 1>------ Build started: Project: FastReport.SQLite, Configuration: Debug Any CPU ------ 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Microsoft.Common.props(33,3): warning MSB4011: "C:\Pr…
-
Thanks It worked. I converted c sharp code to vb.net online. Thanks. It worked like a charm. You are genius.
-
Try Dim i As Integer i = DataGridView1.CurrentRow.Index currentid = DataGridView1.Item(0, i).Value.ToString() MsgBox(currentid & " : Please note this ID for Report Printing", vbInformation) Dim report1 As New …
-
I have code of my application
-
I want to change them programtically. How can i do so.
-
Got It. No need to answer. Thanks , I set one paramter to all sql queries.
-
https://forum.fast-report.com/en/discussion/comment/42221#Comment_42221 This worked like a charm. You are genius. Mr. Anatoly
-
its not working, I tried everything. Connection error on test computer. I gave D:\FastReport.Sqlite.dll path is designer and used the dll from this path. Saved the report in frx. In report designer everything works fine. But on target computer "…
-
That i did. How can i use custom parameteres to keep this dll where my application;'s exe is located. In Plugins dialog it always takles static path (hard core path like C:\Program Files" How to give [sourcefolder]\FastReport.Sqlite.dll path