Also cookies have been fixed, so now you should not be logged out from the forums. Please observe this and let us know it.
También los cookies se han arreglado, por lo que ahora no deberiais ser logeados fuera de los foros. Por favor observad esto y comentar.
Search found 117 matches: logged
Searched query: logged
- Tue Jan 21, 2025 1:14 pm
- Forum: Utilities / Utilidades
- Topic: Active Topics option is working !!!
- Replies: 5
- Views: 12914
- Fri Jun 21, 2024 9:05 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: JWT Implementation in Harbour
- Replies: 0
- Views: 710
JWT Implementation in Harbour
... URL format, then creates a signature using HMAC SHA-256 and encodes it in base64 URL format.
JWT Display:
The generated JWT is displayed and logged.
JWT Validation:
The jwtDecode function is called to validate the JWT using the secret key. This function decodes the JWT, verifies the signature ...
JWT Display:
The generated JWT is displayed and logged.
JWT Validation:
The jwtDecode function is called to validate the JWT using the secret key. This function decodes the JWT, verifies the signature ...
- Fri Jun 21, 2024 9:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: JWT Implementation in Harbour
- Replies: 4
- Views: 844
JWT Implementation in Harbour
... URL format, then creates a signature using HMAC SHA-256 and encodes it in base64 URL format.
JWT Display:
The generated JWT is displayed and logged.
JWT Validation:
The jwtDecode function is called to validate the JWT using the secret key. This function decodes the JWT, verifies the signature ...
JWT Display:
The generated JWT is displayed and logged.
JWT Validation:
The jwtDecode function is called to validate the JWT using the secret key. This function decodes the JWT, verifies the signature ...
- Thu Jun 06, 2024 12:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to find out if a Record was updated ?
- Replies: 10
- Views: 1010
Re: how to find out if a Record was updated ?
... LastUpdate" "D" 8 and "UpdatedBy" "C" 15
When you add or save a record just update the lastupdate field with Date() and UpdatedBy by the person logged into the computer with the above example using WNetGetUser()
You can even create a USer Table and assign user rights like User Admin Super Write ...
When you add or save a record just update the lastupdate field with Date() and UpdatedBy by the person logged into the computer with the above example using WNetGetUser()
You can even create a USer Table and assign user rights like User Admin Super Write ...
- Wed Apr 24, 2024 7:14 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN April 2024 (FWH 24.04)
- Replies: 1
- Views: 4028
New FTDN April 2024 (FWH 24.04)
... handle the error on his own.
Params:
1.lShowError [.T./.F.] default .t.
2.lcLogError [.T./.F./cLogFile] default .f. If .t., the errors
are logged to <exename>.log. If cLogFile is specified errors
are logged to the specified file.
3. bOnErr: If specified, this codeblock is evaluated with ...
Params:
1.lShowError [.T./.F.] default .t.
2.lcLogError [.T./.F./cLogFile] default .f. If .t., the errors
are logged to <exename>.log. If cLogFile is specified errors
are logged to the specified file.
3. bOnErr: If specified, this codeblock is evaluated with ...
- Fri Sep 09, 2022 6:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transaction security with DBF
- Replies: 9
- Views: 1164
Re: Transaction security with DBF
... something similar to this?
Best regards,
Otto
m
Show
ROLLBACK( )
Topic group Related topics
Cancels the transaction by undoing all logged changes.
Syntax
ROLLBACK([<database name expC>])
<database name expC>
The name of the database in which to rollback the transaction.
If you ...
Best regards,
Otto
m
Show
ROLLBACK( )
Topic group Related topics
Cancels the transaction by undoing all logged changes.
Syntax
ROLLBACK([<database name expC>])
<database name expC>
The name of the database in which to rollback the transaction.
If you ...
- Sat Apr 09, 2022 7:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem With oRs:Requery()
- Replies: 4
- Views: 744
Re: Problem With oRs:Requery()
... alphabet is changed in the original SQL.
Simply the "?" place holders are replaced by the parameters and nothing else.
Very likely that another logged error, you are attributing to the requery.
Another possibility:
We can Requery() with a totally different new Sql with or without parameters.
Eg ...
Simply the "?" place holders are replaced by the parameters and nothing else.
Very likely that another logged error, you are attributing to the requery.
Another possibility:
We can Requery() with a totally different new Sql with or without parameters.
Eg ...
- Thu Jan 20, 2022 10:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: clearing of archives
- Replies: 5
- Views: 473
Re: clearing of archives
... folder (dbf's will be empty but have all fields)
fill the dbf in the conversion folder and generate the index file's
see if you have all users logged out and copy the files back to program folder. This process will be quick
This process could also be done timed ex. at 04.00 am so there is no one ...
fill the dbf in the conversion folder and generate the index file's
see if you have all users logged out and copy the files back to program folder. This process will be quick
This process could also be done timed ex. at 04.00 am so there is no one ...
- Thu Jan 20, 2022 9:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: clearing of archives
- Replies: 5
- Views: 473
Re: clearing of archives
... Probably this operation must be done by only one and not the shares, so before loading the conversion procedure I have to check if the users have logged out of the system. and only then can I call up the procedure and open the archives exclusively.
how should i check if a user is inside the system ...
how should i check if a user is inside the system ...
- Mon Dec 27, 2021 9:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Maurizio, to Dutch
- Replies: 29
- Views: 4420
Re: To Maurizio, to Dutch
... navigation.
Interesting. It will actually look the same as my version 1 from 1995.
I was very progressive back then. Depending on who has logged in, Wilma was displayed for women and Fred for men.
Best regards,
Otto
https://mybergland.com/fwforum/menu_web.jpg
https: ...
Interesting. It will actually look the same as my version 1 from 1995.
I was very progressive back then. Depending on who has logged in, Wilma was displayed for women and Fred for men.
Best regards,
Otto
https://mybergland.com/fwforum/menu_web.jpg
https: ...
- Wed Oct 27, 2021 4:21 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: lectura de datos de instagram desde WebPageContents
- Replies: 6
- Views: 755
lectura de datos de instagram desde WebPageContents
... hace 15 días he utilizado de manera exitosa esta funciones para leer los datos de una cuenta instagram "leer sus #" , hoy me devuelve no-js not-logged-in client-root , estamos necesitando leer los datos de una cuenta instagram, nos gustaria conocer otras alternativas. Presumo que me bloquearon ...
- Mon Apr 19, 2021 6:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT : Problem with this forum?
- Replies: 65
- Views: 7343
Re: OT : Problem with this forum?
quantum forums... ![Wink ;-)](./images/smilies/icon_wink.gif)
logged in and out at the same time!
![Wink ;-)](./images/smilies/icon_wink.gif)
logged in and out at the same time!
- Mon Apr 12, 2021 5:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT : Problem with this forum?
- Replies: 65
- Views: 7343
Re: OT : Problem with this forum?
I note that my Android tablet doesn't keep me logged in either. So this is widespread.
- Mon Apr 12, 2021 3:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT : Problem with this forum?
- Replies: 65
- Views: 7343
Re: OT : Problem with this forum?
... 2e886aa1d6083d7a254d417ea11c2660 (always different)
If I remove the sid and change the url to http://forums.fivetechsupport.com/index.php I am get logged out!
If I put the sid, I am again logged in, If I open the page in a new tab with the sid, I am logged in!
Looks like the sid should be read from ...
If I remove the sid and change the url to http://forums.fivetechsupport.com/index.php I am get logged out!
If I put the sid, I am again logged in, If I open the page in a new tab with the sid, I am logged in!
Looks like the sid should be read from ...
- Wed Apr 07, 2021 8:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT : Problem with this forum?
- Replies: 65
- Views: 7343
Re: OT : Problem with this forum?
... hint ?
to get auto log-in there are settings in the board.
just cause you tell your browser to save your password does not mean you will be auto logged in every time. all this does is save the password in your browser so you dont have to type it every time.
make sure to check the
acp/security ...
to get auto log-in there are settings in the board.
just cause you tell your browser to save your password does not mean you will be auto logged in every time. all this does is save the password in your browser so you dont have to type it every time.
make sure to check the
acp/security ...