Search found 113 matches: accordingly

Return to advanced search

Data exchange between PC and Android device on the same loca

... I use a prg compiled as cgi, for now very simple and simple, configured to receive requests and respond to requests. It reads the Request and accordingly generates the responses that are data from .dbf tables, which reside on the PC and at that point the prg program hard-coded opens tables, ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 780

Re: Strange behavior of xBrowse

I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.


Only you could find the problem. Without seeing the source code we could not have guessed it.

Well, if you do not want Headers, please use this code:
Code: Select all  Expand view
oBrw:lHeader := .F.
by nageswaragunupudi
Sun Nov 26, 2023 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 770

Re: Strange behavior of xBrowse

Found.
I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.
This was the cause of the problems. If you write oBrw[2]:nHeaderHeight:=1, then everything is fine
by Natter
Sun Nov 26, 2023 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 770

Re: DBF to Excel Sheet, without Excel, using ADO ?

... both Dates and DateTime values. We need to understand the behavior of ADO with Excel tables, which is different from other datasources, and work accordingly. This is what I have been saying repeatedly many times. Had you done some tests at your end, you would have noticed this yourself. i like ...
by nageswaragunupudi
Wed Aug 16, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2566

Re: Version Info

After consulting a lot of online articles, and making modifications accordingly, I finally got the version info to work properly in both 32 bit and 64 bit applications. I am using FWH 12.06, Harbour, and Visual Studio 2022. Here is the code placed in my .rc ...
by TimStone
Thu Nov 03, 2022 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version Info
Replies: 6
Views: 459

Job offer

... various programming tasks Must be online daily during business hours and receive daily technical support request from software users and respond accordingly Work on implementing or revising software features as required APPLICATION PROCESS Only programmers in countries such as Eastern Europe, ...
by Antonio Linares
Sat Mar 05, 2022 8:14 am
 
Forum: Utilities / Utilidades
Topic: Job offer
Replies: 0
Views: 375

Re: Rectangle as bitmap

Will this scheme work if the dialog is larger than the monitor screen and, accordingly, the allocated rectangle is also larger than the monitor screen ?
by Natter
Tue Sep 21, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rectangle as bitmap
Replies: 35
Views: 1953

Editing individual lines

The xBrowse column is assigned the edit type EDIT_BUTTON. Accordingly, a button will appear in each row of the column. Is it possible for individual xBrowse rows not to show this button ?
by Natter
Wed Mar 17, 2021 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Editing individual lines
Replies: 2
Views: 481

Re: Search text in textfile

Code: Select all  Expand view
At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos


Please note: for best result you have to use nPos and update nStart accordingly.

EMG
by Enrico Maria Giordano
Thu Jul 02, 2020 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search text in textfile
Replies: 1
Views: 496

Re: Mr. Rao, Registros duplicados en xBrowse con un ReQuery

... is complete but not half-way during its execution. Eg: ACTION ( oRs:EditBaseRecord(....), oRs:Requery( new params ), oBrw:Refresh() ) Accordingly, we modified the program as below and this works as expected: /*   DEMO : mariarq.prg (ReQuery)   Por  : Ariel ...
by nageswaragunupudi
Fri Jun 26, 2020 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Registros duplicados en xBrowse con un ReQuery
Replies: 12
Views: 1577

New FTDN December 2019 (FWH 19.12)

... storing both simple dates and date-time values. Whether a particular field is to be treated as Date or DateTime field mostly depends on the usage. Accordingly FWH libraries treat fields containing pure Date values (without any time-part) as Date fields and fields containing DateTime values are ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3029

Re: another bug in TDataRow: failure with datetime fields

... storing both simple dates and date-time values. Whether a particular field is to be treated as Date or DateTime field mostly depends on the usage. Accordingly FWH libraries treat fields containing pure Date values (without any time-part) as Date fields and fields containing DateTime values are ...
by nageswaragunupudi
Sun Nov 17, 2019 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3417

App as service default path

... it with the installer ( Actual Installer ). The easiest solution would be to get the service to know where it's file is located, and set it's path accordingly. Any suggestions on to get this accomplished within the service startup code ? Thanks.
by TimStone
Tue Jul 30, 2019 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App as service default path
Replies: 1
Views: 543

Re: XBrowse - QRCodes - Unicode languages

Silvio.Falconi wrote:Nice...
but only Qr ?


Code: Select all  Expand view
oBrw:aCols[ 3 ]:BarCodeType := "QR"

Here the programmer can specify what barcode he wants.
The programmer is also expected to know what is the valid data for what barcodes and specify the data and barcode type accordingly.
by nageswaragunupudi
Wed Apr 03, 2019 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse - QRCodes - Unicode languages
Replies: 4
Views: 1159

The new Java Road map

... likely developed by a gaming company). These applications may run on the Java platform and be dependent on Oracle Java SE 8 updates beyond 2020. Accordingly, Oracle recommends you contact your application provider for details on how they plan to continue to provide application support to you. ...
by Rick Lipkin
Tue Feb 05, 2019 4:52 pm
 
Forum: Off Topic / Otros temas
Topic: The new Java Road map
Replies: 2
Views: 918
Next

Return to advanced search