Search found 221 matches: assigning

Return to advanced search

Re: JSON2DBF adapter

... as long as there are no dates in the DBF. I am concerned about what happens if the DBF and JSON do not have the same structure. We also need an assigning part within this function. You should be able to assign a key/value pair from the hash you receive from JSON to a specific DBF column with ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 505

Re: FW_OpenRecordSet lento en red

... value we specify for oRs:CursorType, ADO invariably opens the recordset as adOpenStatic only for CursorLocation adUseClient. There is not point in assigning a value like adOpenKeySet or adOpenDynamic
by nageswaragunupudi
Mon Dec 18, 2023 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617

Re: Help splitting up a character address string

... to extract the different parts based on those positions. The result is stored in an array, but you can modify this to suit your needs, such as assigning them to variables or processing them further. User is ENDFUNCTION really a harbour syntax ChatGPT You're right, my mistake. In Harbour, the ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: xBrowser click

... youraction( ... ) } The default behavior of XBrowse is that single left click on a cell navigates to that cell. We feel assigning a different action to single left click may be inconsistent with normal behaviour and confusing to users. Instead better to use right-click ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 931

Re: xHarbour.org updated!

I need a reduced and self-contained sample that I can compile and execute here. In the meantime, you can try assigning these: oCli:nDefaultPort = nPortoCli:lSSL = .T. Thanks Enrico. The service integration manual does not say to define the port. Code below: #Include "Fivewin.ch" ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37530

Re: xHarbour.org updated!

I need a reduced and self-contained sample that I can compile and execute here. In the meantime, you can try assigning these:

Code: Select all  Expand view
oCli:nDefaultPort = nPort
oCli:lSSL = .T.
by Enrico Maria Giordano
Tue Sep 19, 2023 8:01 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37530

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

Code: Select all  Expand view
in DBF i have .T. / .F. but under SQL it can be TRUE / FALSE or 1 / 0 ...
 

Assigning .T. is working for me here.
by nageswaragunupudi
Wed Aug 16, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2579

Re: need Help with oBro:bSeek

... Edit: Pressing Enter key starts inline cell edit, if the cell is editable. [A reason why we should not disturb the internal behavior of XBrowse by assigning different actions to common keys using bKeyDown] When FASTEDIT is true (oBrw:lFastEdit is .t.), pressing a permitted alpha numeric key starts ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Thanks Rao.
I was using :lUseFWPdf instead of :lUseHaruPdf in my test that ends up with internal error.
I'll try to slowly shift to :lUseHaruPdf and see how it goes
by hua
Mon Aug 07, 2023 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

I tested this program to generate 200 pdf files silently and all 200 files were created in 1.1 seconds and no crash, no errors and no log files about excess font release. I have used native fwh library without modifications. I tested it with FWH1912. #include "fivewin.ch"REQUEST FWHARUREQU...
by nageswaragunupudi
Sat Aug 05, 2023 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

About 18 and some of the generated pdfs are blank with a filesize of 1.4KB only
by hua
Thu Aug 03, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error

After how many times in the loop?
by nageswaragunupudi
Thu Aug 03, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

>Using original printer class or derived class?
Using derived class as I don't want to rewrite the report.

>Using 'FILE cPdf" ?
Yes
by hua
Thu Aug 03, 2023 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Using original printer class or derived class?
Using 'FILE cPdf" ?
by nageswaragunupudi
Thu Aug 03, 2023 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Thanks for the info Rao. The dialog now no longer appears Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error * hb_out.logApplication Internal Error - F:\test\harbour\pay2023_\bin\pay.exeTerminated at: 2023-08-02 12:13:00Unrecov...
by hua
Thu Aug 03, 2023 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 892
Next

Return to advanced search