Search found 188 matches: lookup

Return to advanced search

To Rao: Tdatabase search with ApplyParams/lookup

...               oRec:check_out, oRec:check_in, oRec:morning,oRec:evening } )      if oDbf:LookUp( cSearch, nil, { || nBooked := RECNO(), hBooked := FW_RecToHash(), .t. } ) == .t.        ...
by Silvio.Falconi
Mon Jan 29, 2024 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Rao: Tdatabase search with ApplyParams/lookup
Replies: 0
Views: 305

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 ...
by Marc Venken
Tue Jul 11, 2023 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 867

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 ...
by Marc Venken
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: 250

Isfree of Nages run ok but with others fields not work

... 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:ApplyParams( ...
by Silvio.Falconi
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: 424

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 ...
by Rick Lipkin
Tue May 30, 2023 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Sql Indexes - Rao
Replies: 2
Views: 209

Re: xbrowse <-> Tree and viceversa

... 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 (xBrowse ...
by Silvio.Falconi
Tue May 16, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 663

xbrowse <-> Tree and viceversa

... table 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/video2.gif
by Silvio.Falconi
Sat May 13, 2023 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 663

Re: OpenAI class using hbCurl

... 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.
by reinaldocrespo
Tue May 09, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 701

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 ...
by berpa
Thu Dec 01, 2022 10:35 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

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', ...
by Marc Venken
Fri Nov 25, 2022 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1486

Re: How code obfuscation helps protect application data

... kind of "dBase" editor or myPHPAdmin do you use to look inside your database. I mean, if you do not want to use the program for a quick lookup. I do not see what happens if you enter a character which is the ASCII biggest number value, and you add another 104? https://stackoverflow.com/questions/19808543/ascii-biggest-number-value ...
by Otto
Fri May 06, 2022 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: UPC lookup

... clients use and sell parts. They all have UPC codes on them which is just a series of letters and numbers. I was thinking of adding the ability to lookup that code in a universal database. Many companies do offer an API to do this ( or web based query that returns a JSON response ). I was looking ...
by TimStone
Mon Apr 11, 2022 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 242

Re: UPC lookup

Not 100% sure what you need : Like this ? https://stevesie.com/apps/barcodelookup-api?gclid=CjwKCAjwo8-SBhAlEiwAopc9W_0TeqoqdDh4hk6efUlHiP6HHuknrfX7tph_UM-0KuMwhg5chvCYHBoC8igQAvD_BwE You are looking for a online database for retrieving random data ? In my case I get the data from manufacturers and ...
by Marc Venken
Mon Apr 11, 2022 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 242

Re: UPC lookup

Tim,

Just search for "UPC API" on the web.

I tried to do this many years ago but at that time UPC's were new and I never found a universal database nor an API for access. Things have changed a lot since then.

James
by James Bott
Mon Apr 11, 2022 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 242

Re: UPC lookup

Dear Tim,

Please google for "UPC rest api" (without the quotes) and you will find several services that provide it, in example:

https://upcdatabase.org/api
by Antonio Linares
Mon Apr 11, 2022 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 242
Next

Return to advanced search