Search found 43 matches: individually

Return to advanced search

Re: FIVEWIN and the ONLINE VERSION in parallel

... a long time ago, in 2012. I recall that it is possible to open the PDF with a specific page number, which would then require processing each page individually. If you ask the question to KI, the suggestions given are ImageMagick or Ghostscript, and you should call it in a similar manner. I think ...
by Otto
Wed Aug 07, 2024 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN and the ONLINE VERSION in parallel
Replies: 5
Views: 1211

Re: Low-Level Functions for DBF - QA Interface

... This command does not actually exist. You need to ask further questions. For example. "A suggestion?" Instead of backing up each record individually, you can employ a temporary backup database or use a shadow file mechanism. An interesting solution seems to be a batch file for backup ...
by Otto
Thu Aug 01, 2024 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low-Level Functions for DBF - QA Interface
Replies: 8
Views: 1174

Link errors xHarbour 10283.bcc770

... Unresolved external '__chdir' referenced from C:\XHARBOUR\LIB\HBZIP.LIB|zipplatform Error: Unable to perform link I wanted to try each component individually to see if there were any compile or link errors ... is the above errors because I am still using bcc74 ? Thanks
by Rick Lipkin
Thu Apr 25, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link errors xHarbour 10283.bcc770
Replies: 3
Views: 321

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: 2407

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: 3384

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: 4702

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: 4702

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: 1832

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: 470

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: 498

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: 5006

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: 2288

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: 818

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: 9256

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: 9256
Next

Return to advanced search