Search found 23 matches: intact

Return to advanced search

Re: how to scan a barcode presents in a jpeg file

Para probar, utilice el Keyboard Reader mediante el comando PROMPT, o en cualquier editor de texto tipo EditPad.exe para ver si el código sale intacto en el editor o en el comando PROMPT. To test, use the Keyboard Reader via command PROMPT, or in any text editor type EditPad.exe to see if the ...
by karinha
Wed Jan 19, 2022 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 639

Re: Program techniques : change indexorder or use aliases

... FW_DBLOOKUP( 10, 0, "FIELD->NAME" ) ) // at recno 10 Original recno() and order are restored and any previous locks are left intact before returning. Reurn value NIL indicates failure source: \fwh\function\dbffuns2.prg ITEMS->( FW_DBLOOKUP( 101, "ITEMCODE", { ...
by Marc Venken
Wed Nov 04, 2020 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 652

Re: Preview Window size

... function now I copied all activate method but U can modify the function Myactivatefunction with your configuration so the original class remains intact and you can change the various methods you want #include "FiveWin.ch" #include "report.ch" #xcommand OVERRIDE METHOD <!Message!> ...
by Silvio.Falconi
Tue Oct 15, 2019 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview Window size
Replies: 6
Views: 817

Re: To James Bott - Error Using TData

... add another and see if the second one gets the ID of the cancelled one, a new ID, or? Are you aware of the concept of voiding? The record is left intact but marked "void" and it is never deleted. This is common practice with accounting software here. I wonder if new records that are ...
by Silvio.Falconi
Wed May 29, 2019 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 4173

Re: To James Bott - Error Using TData

... add another and see if the second one gets the ID of the cancelled one, a new ID, or? Are you aware of the concept of voiding? The record is left intact but marked "void" and it is never deleted. This is common practice with accounting software here. I wonder if new records that are ...
by James Bott
Wed May 29, 2019 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 4173

New FTDN September/Septiembre 2017 (FWH 17.09)

... FW_DBLOOKUP( 10, 0, "FIELD->NAME" ) ) // at recno 10 Original recno() and order are restored and any previous locks are left intact before returning. Reurn value NIL indicates failure source: \fwh\function\dbffuns2.prg * Enhancement to function FW_ExportToExcel(). Added 7th ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3305

Re: ADO RDD xHarbour

Antonio,

seek whatever = select * from .... where (seek expression)


Why don't you create a new RecordSet for this seek ?

This way, the original RecordSet remains intact.
by Antonio Linares
Fri Apr 03, 2015 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 441909

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

... recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact. Rick Lipkin Mr Rick That is because the way of your coding. You use oRs directly in all codeblocks. But we designed xbrowse to safely reassign ...
by nageswaragunupudi
Tue Nov 11, 2014 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 842

Re: reopen xBrowse alias resulted in error - PARTIALLY SOLVED

Francis

If you use objects for your recordset .. you can oRs:CLose() and then oRs:Open() with a new query and then oLbx:ReFresh() .. just do not reassign oRs .. leave its properties intact.

Rick Lipkin
by Rick Lipkin
Mon Nov 10, 2014 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reopen xBrowse alias resulted in error - PARTIALLY SOLVED
Replies: 5
Views: 842

Re: Delete columns from oReport

... desde el :bEnd, si las identifica, pero al aplicar el DelColumn() + Stabilize(), solo borra las columnas en la linea del total, quedando las demas intactas. Carlos, thanks. So I do it. The case is that I want to delete certain report columns whose nTotal is 0. If I try to identify from oReport: ...
by FranciscoA
Sat Apr 05, 2014 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delete columns from oReport
Replies: 4
Views: 666

Re: Close ADO-connection

... the user re-boot and try the application again than worry about an un-stable workstation and if the buffered transaction is really being captured intact to be written to the table at some future time.... Just one of those things you can blame on a 'disturbance in the force' :) Rick Lipkin
by Rick Lipkin
Thu Aug 01, 2013 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10261

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... anciallary files within the project tree but still keeping compatibility with hbMK2. Also to have single project file with all its contents intact, for GUI and command line interface. It is how it is achieved: a .hbp is loaded in HBP tab "as is" except stripping the header part ...
by Pritpal Bedi
Tue Oct 26, 2010 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97058

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... anciallary files within the project tree but still keeping compatibility with hbMK2. Also to have single project file with all its contents intact, for GUI and command line interface. It is how it is achieved: a .hbp is loaded in HBP tab "as is" except stripping the header part ...
by Pritpal Bedi
Fri Oct 22, 2010 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97058

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... + Implemented: a better control over code completion feature. Now completion list can be presented with argument list intact, i.e., hbide_isValidSource( cSourceFile ) can be presented either as (default) hbide_isValidSource OR hbide_isValidSource( cSourceFile ) Similarily, ...
by Pritpal Bedi
Thu Jul 08, 2010 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 97058

New FTDN June/Junio 2009 (9.06)

... to fill the entire data area ( does not maintain proportions of the image ) 2 : Fill mode: Stretches or compresses the image, keeping proportions intact, just enough to fill the entire data area. oBrw:SetBackGround() with no parameters or both parameters set to NIL, cancels background painting ...
by Antonio Linares
Sat Jul 11, 2009 5:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6297
Next

Return to advanced search