Search found 133 matches
- Thu May 15, 2025 2:24 am
- Forum: Xbase++ 2.0
- Topic: XbpFileDialog() problem
- Replies: 1
- Views: 878
XbpFileDialog() problem
Hi, one of my users reported a problem with displaying icons when selecting a file using XbpFileDialog. Some icons are blacked out. This happens on 2 computers, restarting them helps. In the program it looks like this: FUNCTION M_PDFName() LOCAL cName, oXbp oXbp := XbpFileDialog():new() oXbp:defExte...
- Sun May 11, 2025 10:41 pm
- Forum: Zen and the art of Software Maintenance
- Topic: Happy Birthday
- Replies: 4
- Views: 2483
Re: Happy Birthday
Roger,
in these crazy times, apart from health, I wish you as many peaceful moments as possible.
Piotr
in these crazy times, apart from health, I wish you as many peaceful moments as possible.
Piotr
- Sun May 12, 2024 10:38 pm
- Forum: Zen and the art of Software Maintenance
- Topic: Birthdays come every year but only once a year!
- Replies: 5
- Views: 53442
Re: Birthdays come every year but only once a year!
Roger,
traditionally - all the best and, above all,lots of health.
Piotr
traditionally - all the best and, above all,lots of health.
Piotr
- Mon Apr 29, 2024 11:21 pm
- Forum: Xbase++ 2.0
- Topic: XbpHtmlViewer2 with XML/XSL file
- Replies: 0
- Views: 23626
XbpHtmlViewer2 with XML/XSL file
Hi, with old XbpHtmlViewer which use old IE aciveX, when displaying XML file with XSL transformate file, al work fine. In Windows 10 and above, IE is deprecated, when I display these file with Edge, it's don't work. File is not displayed. However, it is possible to switch on in Edge "Allow sites to ...
- Tue Mar 12, 2024 12:26 am
- Forum: eXpress++ Support
- Topic: How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9"
- Replies: 2
- Views: 11339
Re: How can I change the PICTURE "99,999" from a numeric field to this PICTURE "9,999.9"
Hi Nolberto,
the simplest way is to double the DCGET like:
@ 1,1 DCGET nVar PICT "999,99" HIDE {|| nChoice=2}
@ 1,1 DCGET nVar PICT "9,999.99" HIDE {||nChoice=1}
Regards,
Piotr
the simplest way is to double the DCGET like:
@ 1,1 DCGET nVar PICT "999,99" HIDE {|| nChoice=2}
@ 1,1 DCGET nVar PICT "9,999.99" HIDE {||nChoice=1}
Regards,
Piotr
- Mon Oct 16, 2023 1:24 am
- Forum: Xbase++ 2.0
- Topic: Error in XbpToolbar
- Replies: 11
- Views: 61649
Re: Error in XbpToolbar
But MsComCtrl.OCX is still needed to use with XbpRtf() (also DCRTF).
- Sat Oct 14, 2023 12:50 pm
- Forum: Xbase++ 2.0
- Topic: Error in XbpToolbar
- Replies: 11
- Views: 61649
Re: Error in XbpToolbar
Yes, Jimmy,
as you see, most people use XbpToolbar class, which is from XbpActiveXControl superclass.
Regards
Piotr
as you see, most people use XbpToolbar class, which is from XbpActiveXControl superclass.
Regards
Piotr
- Thu Oct 12, 2023 5:16 am
- Forum: Xbase++ 2.0
- Topic: Error in XbpToolbar
- Replies: 11
- Views: 61649
Re: Error in XbpToolbar
Solved! The problem is identical like in 2012, described: http://support.microsoft.com/kb/2597986 Runnig this batch as administrator: REM delete bad register reg delete hkcr\typelib\{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}\2.0 /f if exist %systemroot%\SysWOW64\cscript.exe goto 64 %systemroot%\system32...
- Thu Oct 12, 2023 1:15 am
- Forum: Xbase++ 2.0
- Topic: Error in XbpToolbar
- Replies: 11
- Views: 61649
Error in XbpToolbar
Hi, one of my customer report an error. This is only on computer with Office2022 (upgrade from Office2013). On another computers works fine. The line in program with error is: ::oToolbar:LoadImageSet( XBPTOOLBAR_STDIMAGES_SMALL ) ::oToolbar:ButtonClick := {|oButton| ::ToolButtonClick(oButton)} oButt...
- Sun Aug 27, 2023 11:05 pm
- Forum: eXpress++ Support
- Topic: FacturaE
- Replies: 2
- Views: 6715
Re: FacturaE
For digital signing I use Chilkat library (ActiveX). It's very helpful and gives additional tools when building a signature.
Regards
Piotr
Regards
Piotr