Search found 656 matches: keys

Return to advanced search

INI-files and mod harbour

... ago, I wanted to change my program from INI files to DBF. At that time, we developed a function to convert INI files to dbf and then to access the keys. I think it will be easiest if you continue to use the DESKTOP program, INI files online. You are used to so many entries. /* GetDBProfString( ...
by Otto
Mon Jan 03, 2022 8:21 am
 
Forum: mod_harbour
Topic: INI-files and mod harbour
Replies: 2
Views: 229

Re: TPM

... does many of the things that a smart-card or hardware security module (HSM) does – for example, it is able to create, manage and use cryptographic keys, as well as store confidential data. But a TPM is intimately tied into how a computer boots and runs, which means it is far more powerful and useful ...
by Antonio Linares
Thu Oct 28, 2021 7:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPM
Replies: 6
Views: 722

Re: set key not run on win 10 ?

...  define window oWnd   activate window oWndReturn nil Maybe you are doing your SET KEY before oApp is defined? The other issue might be function keys with dual options. On my laptop you have to press the [fn][F2] to get the assignment above because there are other default actions for the button ...
by James Bott
Fri Jul 09, 2021 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set key not run on win 10 ?
Replies: 1
Views: 300

Re: Finding XBrowse current record

... what I would really like to figure out, is how to find the currently highlight row no matter how the user gets there, click, double-click, arrow keys, mouse, etc. The reason I want to do this is that I want to show two browses on the same dialog and synch the second one with the first one. So, ...
by James Bott
Tue Jul 06, 2021 11:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1465

Re: defining a key to a function

René,

Pease try this:

oBrowse:bKeyDown = { | nKey | MsgInfo( nKey ) }

and check if GoLeft and GoRight keys get trapped with that
by Antonio Linares
Mon Jun 21, 2021 9:41 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: defining a key to a function
Replies: 2
Views: 743

Re: check existing first and last on customer

... answer for that which works irrespective of the indexes . Sorry, I never meant to imply otherwise. I was just pointing out that using primary keys solves this and many other problems Silvio has been having. When using primary keys, Silvio won't need to do this lookup. However, your technique ...
by Silvio.Falconi
Wed Jun 16, 2021 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2713

Re: check existing first and last on customer

... answer for that which works irrespective of the indexes . Sorry, I never meant to imply otherwise. I was just pointing out that using primary keys solves this and many other problems Silvio has been having. When using primary keys, Silvio won't need to do this lookup. However, your technique ...
by James Bott
Tue Jun 15, 2021 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2713

Re: check existing first and last on customer

... a the sorted methods in my editor and the actual method name is TD_LOOKUP, so it was under the T's not the L's. However, I am sure using primary-keys will fix all these problems Silvio is having. He won't even need to do this lookup. James
by James Bott
Tue Jun 15, 2021 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2713

Re: check existing first and last on customer

Silvio, I have the primary keys, the customer database is indexed on name, surname, city, province and region. That is not guaranteed to be unique, and it takes up way to much space on the disk. You need to use an ID number. the primary ...
by James Bott
Mon Jun 14, 2021 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2713

Re: check existing first and last on customer

I have the primary keys, the customer database is indexed on name, surname, city, province and region. the primary key that was there before, ie "0001" four characters, I have hurt to remove it due to the countless problems ...
by Silvio.Falconi
Mon Jun 14, 2021 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2713

Re: check existing first and last on customer

... can i do this check and see that the name entered is already in the archive? This is a classic problem when you are not using unique primary-keys. Primary-keys are one of the basic principles of relational-database programming. Another principle is to store each piece of data, only once. ...
by James Bott
Mon Jun 14, 2021 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2713

Re: FWH 2103: XBrowse: oSortCbx

Following your examples, I wanted to show a box on the dialog to provide feedback for the keys typed, and to allow the selection of the column. I use resources, so I added this: in Program   REDEFINE SAY oLBxin:oSeek PROMPT oLBxin:cSeek ID 8001 OF oDiw    REDEFINE COMBOBOX ...
by TimStone
Wed Jun 02, 2021 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 3118

Re: CURL.EXE to LIBCURL (SOLVED)

In order to correctly program a request to an API, it is essential to know the documentation that specifies the type of data and the keys that we can send as well as the meaning of these keys. Please tell me where I can read the documentation for that API to be able to program it correctly. ...
by cnavarro
Sun May 30, 2021 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURL.EXE to LIBCURL (SOLVED)
Replies: 7
Views: 991

Map movement

Hi,

In IE (Activex), I open the map. Whether it is possible to move this map by means of commands (hot keys) also as it is done by a mouse ?
by Natter
Wed Apr 14, 2021 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Map movement
Replies: 0
Views: 318

Re: OT : Problem with this forum?

... users can autologin when they visit the board. Persistent login key expiration length (in days): = 0 Number of days after which persistent login keys are removed or zero to disable. Validate browser: = Yes Enables browser validation for each session improving security. if all these are turned ...
by Marc Venken
Wed Apr 07, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5271
PreviousNext

Return to advanced search