Search found 35 matches
- Wed Sep 11, 2024 1:52 pm
- Forum: Product
- Topic: bBrowser availability or an Alternative
- Replies: 27
- Views: 2494
Re: bBrowser availability or an Alternative
Ah! So my bright idea wasn't a panacea to our problems after all.
- Wed Sep 11, 2024 4:37 am
- Forum: Product
- Topic: bBrowser availability or an Alternative
- Replies: 27
- Views: 2494
- Sun Mar 19, 2023 7:43 am
- Forum: 3rd party products
- Topic: The future of ReportPro
- Replies: 54
- Views: 16438
The future of ReportPro
Hi Robert,
Further to my comments.
Is it possible to include a drill-down facility in RP?
Also, can we have global variables. That is variables that have scope across all sections and embedded reports?
Regards,
Tim
Further to my comments.
Is it possible to include a drill-down facility in RP?
Also, can we have global variables. That is variables that have scope across all sections and embedded reports?
Regards,
Tim
- Sun Mar 19, 2023 7:23 am
- Forum: 3rd party products
- Topic: The future of ReportPro
- Replies: 54
- Views: 16438
The future of ReportPro
<r>Yes please! RP3 is an awesome bit of kit. If some serious XSharp users are not using RP, they are wasting their lives away. It leaves Crystal for dead in most areas. With a bit of development it could dominate the reporting app market.<br/> <br/> 1. Your RP Version RP2[ ] RP3[X ]<br/> 2. Uses ...
- Wed Aug 17, 2022 8:47 am
- Forum: Chit-Chat
- Topic: Source code control Xsharp . NET, C#.
- Replies: 5
- Views: 3502
Source code control Xsharp . NET, C#.
Hi Phil,
Been there, done that. Happy to help. The XSharp team has done a magnificent job.
Regards,
Tim
Been there, done that. Happy to help. The XSharp team has done a magnificent job.
Regards,
Tim
- Sun Jul 31, 2022 11:52 pm
- Forum: VO & Vulcan
- Topic: DateSLE showing a blank calendar? How is this possible?
- Replies: 11
- Views: 3073
DateSLE showing a blank calendar? How is this possible?
<t>Hi Jonathan,<br/> An interesting problem and thanks for posting it. Haven't run into it yet, but having the answer sure beats all the depression and anxiety involved when something like this happens out of the blue.<br/> It is wonderful having the wisdom of Chris in moments like this.<br/> <br ...
- Wed Feb 23, 2022 7:17 am
- Forum: VO & Vulcan
- Topic: Attempting to create web-based version of application with VS
- Replies: 10
- Views: 3496
Attempting to create web-based version of application with VS
<t>Hi Thomas,<br/> <br/> This is a big job. Have a look at the article Building Web apps - Danilo under Articles/User contributions. Danilo describes how to create a Web Forms app using XSharp code.<br/> I have used his advice and it works. BUT it is pretty much a rewrite.<br/> Putting your app on a ...
- Wed Aug 11, 2021 6:34 am
- Forum: 3rd party products
- Topic: ReportPro 3.9 and sql table swap
- Replies: 31
- Views: 11062
ReportPro 3.9 and sql table swap
Hi.
I'm assuming you are using the DotNet RP3.
The function :
FUNCTION RP3SQLCALLBACK(nMode, uParam)
Should be able to do the trick. Docs are in the listofchanges.txt file. It may not be so straightforward with the VO version.
Regards,
Tim
I'm assuming you are using the DotNet RP3.
The function :
FUNCTION RP3SQLCALLBACK(nMode, uParam)
Should be able to do the trick. Docs are in the listofchanges.txt file. It may not be so straightforward with the VO version.
Regards,
Tim
- Tue Jun 15, 2021 11:36 pm
- Forum: Product
- Topic: SQL Database choices
- Replies: 15
- Views: 2956
SQL Database choices
Firebird. It is free, bulletproof, easy to install, got stored procedures etc etc. A 2MB app called Flamerobin will give full database admin. We have 100s of sites running it without problems.
- Thu Oct 08, 2020 6:39 am
- Forum: Chit-Chat
- Topic: Outlook 365 Problems
- Replies: 5
- Views: 2065
Outlook 365 Problems
<t>Hi Guys,<br/> <br/> Thank you so much for your thoughts. In my app I have the option of SMTP, secure SMTP (port 587), implicit secure SMTP (port 465) and OLE connection to Outlook.<br/> <br/> The Outlook OLE object is instantiated as follows:<br/> oOutlook:=OLEAutoObject{"Outlook.Application ...