Search found 85 matches: mapped

Return to advanced search

Re: WebView resize

... functionally represent panels, organizing content and controls on the page. Text Fields (TGet, TMemo, etc.): Text input fields in FiveWin can be mapped to <input type="text"> or <textarea> elements in HTML, allowing for user input within the WebView2 embedded content. By ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Does anyone have an Envelope Printing module ?

Rick,

I still plan to create the routine ... already have it mapped out in my mind, and am confident it should be easy.

Tim
by TimStone
Mon Mar 04, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 571

Re: "Text" Date/Time to "Number" ?

Thanks Rao. The secs() function in harbour actually gets mapped to hb_sec() in dateshb.c, which took me a few minutes to find. But I see a bunch of potentially useful functions there now that I'm going to test to see if I can get rid of the code I'm currently using and revert to native harbour.

Robb
by rhlawek
Tue Aug 16, 2022 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 497

Re: dbfntx very slow with 2+ users

... your program as it is, just remotely. So many problems disappear with it. No installation on the client PCs. Data backup in one central place. No mapped drives. Client can be a smartphone, a tablet, a Mac or AndroidPC or all Windows versions. Plan a weekend in the Dolomites and I will show you ...
by Marc Venken
Mon Apr 11, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6813

Re: dbfntx very slow with 2+ users

... your program as it is, just remotely. So many problems disappear with it. No installation on the client PCs. Data backup in one central place. No mapped drives. Client can be a smartphone, a tablet, a Mac or AndroidPC or all Windows versions. Plan a weekend in the Dolomites and I will show you ...
by Otto
Mon Apr 11, 2022 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6813

Re: dbfntx very slow with 2+ users

... use, then I suggest you buy a SSD for your server and then run your program remotely. soon we will change the server my program run on a mapped volume > Then you will have a professional system. How many users do you have? ~ 20 > File sharing and the fact that your data is also ...
by MarcoBoschi
Mon Apr 11, 2022 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6813

Re: Respaldo de base de datos mariadb desde fivewin

... "g:\vp_act\mybackup\TUESDAY\databasename.sql" .... "g:\vp_act\mybackup\SATURDAY\databasename.sql" In addition, he mapped "G:" drive to his GoogleDrive. So at any point of time, he has seven days backups on his google drive. He has his main database on ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1204

Re: Respaldo de base de datos mariadb desde fivewin

... "g:\vp_act\mybackup\TUESDAY\databasename.sql" .... "g:\vp_act\mybackup\SATURDAY\databasename.sql" In addition, he mapped "G:" drive to his GoogleDrive. So at any point of time, he has seven days backups on his google drive. He has his main database on ...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1204

Re: dbfntx very slow with 2+ users

... tcp set global autotuninglevel=highlyrestricted Disabled Remote Differential Compression API support Tried disabling SMB2. Instead of using the Mapped drive, I tried using the UNC path too ie \\PcName\SharedDrive\MyApp\MyDBF.DBF, unfortunately, didn't make any noticeable difference On the main ...
by anserkk
Wed Mar 30, 2022 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6813

Re: Error in database.prg?

... oDbf:MapCol( "END", "ENDX" )? oDbf:EndXoDbf:EndX := <val>  You can safely use oDbf:Endx and it is internally mapped to the field "END" You can use any name you like. Note: Please change the caption "Error in database.prg". There is NO ERROR ...
by wartiaga
Thu Feb 17, 2022 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 963

Re: Error in database.prg?

... oDbf:MapCol( "END", "ENDX" )? oDbf:EndXoDbf:EndX := <val>  You can safely use oDbf:Endx and it is internally mapped to the field "END" You can use any name you like. Note: Please change the caption "Error in database.prg". There is NO ERROR ...
by nageswaragunupudi
Thu Feb 17, 2022 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 963

Re: proteccion de pagina web mod_harbour

... modification dates of the encrypted files. Often this is how I find out where the attack came from. RDP with simple passwords is also dangerous. Mapped drives can also be encrypted from another PC. Best regards, Otto
by Otto
Fri Sep 17, 2021 6:15 am
 
Forum: mod_harbour
Topic: proteccion de pagina web mod_harbour
Replies: 11
Views: 1800

New FTDN June/Junio (FWH 21.06)

... cDrive, cPath, cUser, cPassWord ) --> nResult (function\filename.prg) Return value 0 indicates success cPath can be uncpath or can use aleady mapped drive. cPath can be a unicode path. If cDrive is already mapped, the existing map is deleted and new mapping is attempted. * TDatePick class: ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... cDrive, cPath, cUser, cPassWord ) --> nResult (function\filename.prg) Return value 0 indicates success cPath can be uncpath or can use aleady mapped drive. cPath can be a unicode path. If cDrive is already mapped, the existing map is deleted and new mapping is attempted. * TDatePick class: ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470

Re: Peer to Peer, NAS and NTX -> CDX

... is to turn off the local password protection on the server. I use a configuration file to set the path to the proper data location. I use either a mapped drive ( ie. N:\ ) or just the full path. \\SERVER\\data\ I have also learned to put in that last \ TIm
by TimStone
Mon Dec 21, 2020 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3337
Next

Return to advanced search