... info about AutoCode.
I use a Shared program from Rao and Uwe and modified it so that ALL functions, prg's, methods and data are in a dbf for lookup. Is not perfect, but helps a lot. I also modified it in order to read
the forum every now and then in order to read ALL prg's posted. They also ...
Search found 15 matches: lookup
Searched query: lookup
- Mon Dec 30, 2024 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AC4xBrowse
- Replies: 13
- Views: 884
- Tue Dec 17, 2024 7:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Stuck - Database update via .csv file
- Replies: 8
- Views: 449
Re: Stuck - Database update via .csv file
Dear Jeff,
From chatgpt:
1. Load the CSV into a Memory Array
Read the .csv file into a memory array or hash table. This allows quick lookups by cOld and cName.
2. Iterate Over the Database Efficiently
Use a single loop through your database and check for matches in the array or hash table instead ...
From chatgpt:
1. Load the CSV into a Memory Array
Read the .csv file into a memory array or hash table. This allows quick lookups by cOld and cName.
2. Iterate Over the Database Efficiently
Use a single loop through your database and check for matches in the array or hash table instead ...
- Tue Jun 25, 2024 3:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF editors
- Replies: 78
- Views: 11015
Re: DBF editors
Hello friends,
I practically always use 2 DBF editors: the one by Enrico and the one by Franklin.
Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc.
Please elaborate: which ...
I practically always use 2 DBF editors: the one by Enrico and the one by Franklin.
Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc.
Please elaborate: which ...
- Tue Jun 25, 2024 1:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF editors
- Replies: 78
- Views: 11015
Re: DBF editors
Hello friends,
I practically always use 2 DBF editors: the one by Enrico and the one by Franklin.
Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc.
Since structure changes ...
I practically always use 2 DBF editors: the one by Enrico and the one by Franklin.
Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc.
Since structure changes ...
- Tue Jun 25, 2024 11:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF editors
- Replies: 78
- Views: 11015
Re: DBF editors
Hello friends,
I practically always use 2 DBF editors: the one by Enrico and the one by Franklin.
Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc.
Since structure changes ...
I practically always use 2 DBF editors: the one by Enrico and the one by Franklin.
Enrico's for quick lookup and browsing and for changing the structure, ZAP, PACK. It runs rock solid. Unfortunately, some functions are missing, like statistics, replace, etc.
Since structure changes ...
- Mon Jan 29, 2024 10:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Rao: Tdatabase search with ApplyParams/lookup
- Replies: 0
- Views: 533
To Rao: Tdatabase search with ApplyParams/lookup
... oDbf:ApplyParams( cSearch, { oRec:rooms_id, oRec:type, oRec:RecNo, ;
oRec:check_out, oRec:check_in, oRec:morning,oRec:evening } )
if oDbf:LookUp( cSearch, nil, { || nBooked := RECNO(), hBooked := FW_RecToHash(), .t. } ) == .t.
lreturn := .f.
oSay:VarPut( "BOOKED FROM " + DTOC( hBooked ...
oRec:check_out, oRec:check_in, oRec:morning,oRec:evening } )
if oDbf:LookUp( cSearch, nil, { || nBooked := RECNO(), hBooked := FW_RecToHash(), .t. } ) == .t.
lreturn := .f.
oSay:VarPut( "BOOKED FROM " + DTOC( hBooked ...
- Tue Jul 11, 2023 11:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Create help system with F1
- Replies: 15
- Views: 1817
Re: Create help system with F1
I had a look at that sample before, but it is (seems) very basic.
The ID HELPID ID_NAME is coded, but nowhere I see a lookup function or so that will get that ID from a file and just show that.
Now only a fancy popup hard coded message is showing.
Ofcourse it is maybe the idea that we need to build ...
The ID HELPID ID_NAME is coded, but nowhere I see a lookup function or so that will get that ID from a file and just show that.
Now only a fancy popup hard coded message is showing.
Ofcourse it is maybe the idea that we need to build ...
- Tue Jun 27, 2023 9:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Make a dialog MDI or at least stay on screen
- Replies: 1
- Views: 302
Make a dialog MDI or at least stay on screen
... like that the function eanfotoselect is called onces and stay on the screen. select a picture from it and return to the first browse while this lookup dialog stays on screen. Go to a other field in the first browse and select direct from the onscreen dialog and keep doing this until I close the ...
- Thu Jun 15, 2023 8:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Isfree of Nages run ok but with others fields not work
- Replies: 5
- Views: 551
Isfree of Nages run ok but with others fields not work
... have been added to the booking archive.
In practice there are two logical fields "Morning" and "Evening"
So you should modify the IsFree() lookup function for these two fields as well, because now the function does not work correctly
the search in the Nages function was
cSearch := oDbf ...
In practice there are two logical fields "Morning" and "Evening"
So you should modify the IsFree() lookup function for these two fields as well, because now the function does not work correctly
the search in the Nages function was
cSearch := oDbf ...
- Tue May 30, 2023 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Multiple Sql Indexes - Rao
- Replies: 2
- Views: 328
Multiple Sql Indexes - Rao
I have a single Sql table oRs and I want to have 2 lookup options or Sql indexes on the same recordset .. This dataset is for a local town park where you have information on Owners ( name ) and pets by name .
I want to be able to have a single recordset where I can use a radio option to search on ...
I want to be able to have a single recordset where I can use a radio option to search on ...
- Tue May 16, 2023 7:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse <-> Tree and viceversa
- Replies: 12
- Views: 1602
Re: xbrowse <-> Tree and viceversa
... this by hiding or removing the xBrowse Tree control and reattaching the initial table as the data source using the SetRDD() method.
To make the lookup work the same as with the regular table, you can handle the lookup functionality separately for the regular table view and the grouped view ...
To make the lookup work the same as with the regular table, you can handle the lookup functionality separately for the regular table view and the grouped view ...
- Sat May 13, 2023 9:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse <-> Tree and viceversa
- Replies: 12
- Views: 1602
xbrowse <-> Tree and viceversa
... That is, I would like to show both a normal table ( xbrowse) and a tree ( xbrowse) in the same xbrowse.
if i have a tree how can i make the lookup work the same as i do with the regular table?
how could i do it?
I made a test but not run ok see the video
https://i.postimg.cc/QtD406Jz ...
if i have a tree how can i make the lookup work the same as i do with the regular table?
how could i do it?
I made a test but not run ok see the video
https://i.postimg.cc/QtD406Jz ...
- Tue May 09, 2023 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OpenAI class using hbCurl
- Replies: 8
- Views: 1259
Re: OpenAI class using hbCurl
... D25.0
Endometrial polyp: N84.0
Retroflexed uterus: N89.3
Endometrial thickening: N85.00
Intramural fibroid: D25.1
Nabothian cysts: N88.0
Dominant follicle: N83.0
Corpus luteum cyst: N83.1
No adnexal masses or fluid collections: R93.8
They no longer need to lookup codes on books or websites.
Endometrial polyp: N84.0
Retroflexed uterus: N89.3
Endometrial thickening: N85.00
Intramural fibroid: D25.1
Nabothian cysts: N88.0
Dominant follicle: N83.0
Corpus luteum cyst: N83.1
No adnexal masses or fluid collections: R93.8
They no longer need to lookup codes on books or websites.
- Thu Dec 01, 2022 10:35 am
- Forum: mod_harbour
- Topic: mod_harbour + ADS on linux server
- Replies: 39
- Views: 40416
Re: mod_harbour + ADS on linux server
... say that it does not work.
The browser receives no response from the server and in apache error.log there is the error:
/usr/sbin/apache2: symbol lookup error: /tmp/libharbour.-318593280.-1236078313: undefined symbol: AdsSetDateFormat
I hope that this could help you.
If you think that is better I ...
The browser receives no response from the server and in apache error.log there is the error:
/usr/sbin/apache2: symbol lookup error: /tmp/libharbour.-318593280.-1236078313: undefined symbol: AdsSetDateFormat
I hope that this could help you.
If you think that is better I ...
- Fri Nov 25, 2022 8:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Newbie Question : XBROWSE
- Replies: 17
- Views: 2601
Re: Newbie Question : XBROWSE
Jimmy,
Also, check the function xbrowser() It is the best for a very quick lookup for any data type. (In devellop mode)
XBROWSER aPics TITLE "WEB IMAGES" SETUP ( oBrw:nRowHeight := 200, oBrw:aCols[ 1 ]:nWidth := 300, ;
oBrw:aCols[ 1 ]:cDataType := 'F', oBrw:aCols[ 1 ]:nDataBmpAlign := AL_CENTER ...
Also, check the function xbrowser() It is the best for a very quick lookup for any data type. (In devellop mode)
XBROWSER aPics TITLE "WEB IMAGES" SETUP ( oBrw:nRowHeight := 200, oBrw:aCols[ 1 ]:nWidth := 300, ;
oBrw:aCols[ 1 ]:cDataType := 'F', oBrw:aCols[ 1 ]:nDataBmpAlign := AL_CENTER ...