Search found 40 matches: individually

Return to advanced search

Re: System info, Tips & Tricks, scharing project info

... case. I mean for WEB programming in general and with DBF in particular. I have a feeling that with DBF the query will have to be built more individually. There is no direct connection between the database and the client browser. I don't have a lot of practical experience yet, but from what ...
by Otto
Sun Jan 16, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1431

Re: Can you use Windows 11 on your PC ?

... set of commands to execute .. http://img4.imagetitan.com/img4/small/24/24_delete2.jpg Also .. I like my open folders to be listed individually on the task bar so I can easily see what is open and simply navigate to that Folder .. in Windows 11 you do not get the option to "un-Stack" ...
by Rick Lipkin
Sat Oct 16, 2021 5:26 pm
 
Forum: Utilities / Utilidades
Topic: Can you use Windows 11 on your PC ?
Replies: 13
Views: 2022

Re: Lookup method of Tdatabase

Hello Silvio, that's the heart of the entire software. I remember well when I built this query into my DOS version. I worked through all the cases individually and also made a kind of auxiliary graphic so that I could understand for myself what I actually need. You have to do this step by step. ...
by Silvio.Falconi
Sun Aug 15, 2021 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2837

Re: Lookup method of Tdatabase

Hello Silvio, that's the heart of the entire software. I remember well when I built this query into my DOS version. I worked through all the cases individually and also made a kind of auxiliary graphic so that I could understand for myself what I actually need. You have to do this step by step. ...
by Otto
Sat Aug 14, 2021 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2837

Re: Finding XBrowse current record

... snippet of code that employs tRecord. When the record changes, tRecord is loaded from the new ( highlighted ) row, and then the fields are all individually displayed. The browse is in the lower half of the screen, and all the data in the upper half. The customer can edit the data, and do a ...
by TimStone
Wed Jul 07, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding XBrowse current record
Replies: 11
Views: 1338

QRCodes and mod harbour

Hello friends, Our showroom is growing. We offer standard QR codes and also individually designed ones. The QRCodes are multi-dynamic thanks to a powerful mod harbour router and controller. Best regards, Otto https://mybergland.com/fwforum/qrcodeshow1.jpg ...
by Otto
Tue Jun 15, 2021 6:50 pm
 
Forum: mod_harbour
Topic: QRCodes and mod harbour
Replies: 1
Views: 352

Re: Bad workaround for code that i can't get working

... we need to create the codeblock in a separate function using the principle of detached locals. Instead, I advise you to create the 3 buttons individually like this: @ r, c BTNBMP PROMPT { || TOKEN( FIELD->NAAM, nil, 1 ) } .....ACTION ...@ r, c BTNBMP PROMPT { || ...
by nageswaragunupudi
Sun Mar 21, 2021 4:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad workaround for code that i can't get working
Replies: 2
Views: 433

Re: Marc : Conversion process and questions about it

... ACTIVATE DIALOG oDlg CENTERED Do you prefer to use the filters on 1 location (all filtering inside this = filterupdate ) or filter on each xbrowse individually ? Can we avoid the filters to executed without selecting a customer? It will speedup the process of the first sceen of customerdata in ...
by Marc Venken
Wed Dec 30, 2020 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: AADD not working with GETS

... array { ... } is again a new array which is different from the array used in the Gets. So, the only way to refresh data is the assign each item individually as in the case of aText.
by nageswaragunupudi
Tue Feb 05, 2019 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 1825

STYLES With 18.01

... etc ) from the existing Windows 10 active theme, what settings do we want to make in the program ? Is there a sample ? Right now I have everything individually designed and perhaps sometimes I do not use a STYLE setting at all. I would like to make it all the same ( a very big job I know, but it ...
by TimStone
Fri Feb 16, 2018 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: STYLES With 18.01
Replies: 4
Views: 722

Re: 15.10 Browse problem

... an error so I decided to abandon the column. I'm looking at another approach. Also, bitmaps do not center either with JUSTIFY or by specifying it individually. They do with SetCheck but not called bitmaps as shown in this example. They did in the ADD Column method Finally, the reason I added spaces ...
by TimStone
Fri Jan 08, 2016 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8393

Re: 15.10 Browse problem

... it is not yet in full distribution. All I'm doing here is substituting code that is actually more compact for longer lines of code. I do each one individually, and thus nothing is "broken" So here is another section of code that we have to add to all browses. Are any of these covered ...
by TimStone
Thu Jan 07, 2016 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8393

Re: encrypting dbf files

... In this way encrypted block1+block2+block3... get saved to the memo field. Decryption of the memo is just the reverse - the blocks are extracted, individually decrypted and then all of the memo's text put back together as one text string. The one problem I've had with Blowfish so far, as I noted ...
by Roger Seiler
Mon Dec 09, 2013 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15273

Re: Increase size of windows and dialogs

Antonio I am quite interested in this thread myself .. The only way I have found to resize the controls is to calculate each one individually... and when you have folders, it compounds the number of controls you have to calculate. I searched the samples folder for 'resize16' and found ...
by Rick Lipkin
Thu Dec 05, 2013 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increase size of windows and dialogs
Replies: 4
Views: 935

Re: dbfntx very slow with 2+ users

That's an odd topic. for reading files either individually or especially en masse Mediator is faster than DBF, especially with 2+ users. If I use sql commands like SELECT * etc, Mediator is very fast. the coding is 99% harbour compatiable using ...
by don lowenstein
Wed Aug 21, 2013 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6744
Next

Return to advanced search

cron