Recent

Author Topic: RxDBLookupComboClosePopup question  (Read 2911 times)

daveinhull

  • Sr. Member
  • ****
  • Posts: 297
  • 1 divided by nothing must still be 1!
RxDBLookupComboClosePopup question
« on: December 23, 2018, 09:44:21 am »
Hi,

Can someone tell me what the SearchResult parameter does as it doesn't seem to do what I expected. I thought it would be true if a typed value was not found in the list, but it doesn't, it always appears to be false.

Actually can someone point me to the help for RxDB component which I'm struggling to find so having to experiment with all the components.

Thanks
Dave
« Last Edit: December 31, 2018, 01:46:34 am by daveinhull »
Version #:1.8.4 Date 2019-01-08 FPC Version: 3.0.4 and SVN Revision 57972 for x86_64-win64-win32/win64

dsiders

  • Hero Member
  • *****
  • Posts: 1079
Re: RxDBLookupComboClosePopup question
« Reply #1 on: December 23, 2018, 10:21:35 am »
Can someone tell me what the SearchResult parameter does as it doesn't seem to do what I expected. I thought it would be true if a typed value was not found in the list, but it doesn't, it always appears to be false.

Actually can someone point me to the help for RxDB component which I'm struggling to find so having to experiment with all the components.

Hello, Dave.

I've never seen any documentation for RX. There are XML source files in the Lazarus CCR at https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/rx/trunk/docs/, but they're in Russian.
Preview Lazarus 3.99 documentation at: https://dsiders.gitlab.io/lazdocsnext

daveinhull

  • Sr. Member
  • ****
  • Posts: 297
  • 1 divided by nothing must still be 1!
Re: RxDBLookupComboClosePopup question
« Reply #2 on: December 23, 2018, 11:27:05 am »
Hi dsiders,

Thanks I'll take a look.
Version #:1.8.4 Date 2019-01-08 FPC Version: 3.0.4 and SVN Revision 57972 for x86_64-win64-win32/win64

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: RxDBLookupComboClosePopup question
« Reply #3 on: December 23, 2018, 03:25:45 pm »
I have somewhere the old help files for the RxLib; give me a little time to search for them and an address where to send them (PM me with it).

Or you could google "RxLib"; I'm sure it's still somewhere out there :)

ETA: Found them quicker than I thought but it's a 1Mb zip: I can't attach them here.
« Last Edit: December 23, 2018, 03:31:50 pm by lucamar »
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

daveinhull

  • Sr. Member
  • ****
  • Posts: 297
  • 1 divided by nothing must still be 1!
Re: RxDBLookupComboClosePopup question
« Reply #4 on: December 23, 2018, 04:15:17 pm »
Thanks lucamar, I think I've sent you a PM with my email address in it.
Version #:1.8.4 Date 2019-01-08 FPC Version: 3.0.4 and SVN Revision 57972 for x86_64-win64-win32/win64

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: RxDBLookupComboClosePopup question
« Reply #5 on: December 23, 2018, 04:44:14 pm »
Thanks lucamar, I think I've sent you a PM with my email address in it.

I haven't received it (yet?) but in the meantime you may want to look in Thomas Müller RxLib page or FraserSoft's RxLibrary Help. HTH
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

wp

  • Hero Member
  • *****
  • Posts: 11915
Re: RxDBLookupComboClosePopup question
« Reply #6 on: December 23, 2018, 07:35:36 pm »
[I haven't received it (yet?) but in the meantime you may want to look in Thomas Müller RxLib page or FraserSoft's RxLibrary Help. HTH
Note that the help files are in the old hlp file format. If you are on Windows 10 you will notice that this format is no longer supported. I remember that once I had found a trick how to activiate this nevertheless, but as usual I forgot it...

Now I tried to convert the hlp to chm which can be opened by the Lazarus chm viewer, lhelp:
  • Downloaded the English RX help file from http://www.frasersoft.net/rxhelp/index.htm
  • Used HelpDeco and HlpDecoGui to decompile the hlp file and extract html files and encorporated bmp images
  • Used Microsoft Html Help Workshop to create the chm file from the project file created by the decompiler
Note that the decompilation process is not very precise and some features have been lost, e.g. the help contents displayed usually on the first page of the help vierwer.

Unfortunately the chm file is too large for an attachment here. Therefore, I added it to the rx repository on CCR - I hope AlexTp does not mind...

To find the help items for TRxDBLookupCombo type this word into the search filter of the help viewer.

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: RxDBLookupComboClosePopup question
« Reply #7 on: December 23, 2018, 08:05:14 pm »
Note that the help files are in the old hlp file format. If you are on Windows 10 you will notice that this format is no longer supported. I remember that once I had found a trick how to activiate this nevertheless, but as usual I forgot it...

HLP files were left out in the cold with the release of Vista :( . Some googling led me to this page in WindowsReport: Full Guide: How to open .hlp files on Windows 10. Seems to be quite complete.
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

daveinhull

  • Sr. Member
  • ****
  • Posts: 297
  • 1 divided by nothing must still be 1!
Re: RxDBLookupComboClosePopup question
« Reply #8 on: December 23, 2018, 11:19:19 pm »
Thanks guys, yes I found that the I needed to do something to see the help files. I'll take a look and see if I can get them loaded.

Thanks again
Dave
Version #:1.8.4 Date 2019-01-08 FPC Version: 3.0.4 and SVN Revision 57972 for x86_64-win64-win32/win64

 

TinyPortal © 2005-2018