Search found 282 matches: scan

Return to advanced search

Re: Inicie repositorio prueba e Tree

Prueba esto:

oTree:Scan( { | o | MsgInfo( o:cPrompt ), .F. } )
by Antonio Linares
Thu Aug 24, 2023 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 969

Re: Inicie repositorio prueba e Tree

Estoy intentando hacer con el scan del tree y ascan para recorrerlo pero no me da. tengo un tree con ramas, necesito saber el hitem de cada rama para compararlo con otro hitem el primer paso que hice fue oTree:scan({ |o| ... }) ...
by goosfancito
Thu Aug 24, 2023 5:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicie repositorio prueba e Tree (LO LOGRE)
Replies: 22
Views: 969

Re: Reading QRCodes

... + '"' + + " > " + '"' + cFileTxt + '"'cComando := cComando + crlf + "EXIT" + crlfMEMOWRIT( "do_scan.bat" , cComando )__RUN ( "START /MIN do_scan.bat" )  Then I read the content from file cFiletxt IF FILE( cFileTxt ...
by MarcoBoschi
Tue May 23, 2023 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 517

Scan multiple pages to PDF file

Hello Fivewinners; How are we scanning now days? My ancient code does scanning using Twain to .jpg. That no longer works for my customers. Is anyone scanning multiple pages to PDF document? Can you help with some sample code or point in ...
by reinaldocrespo
Wed May 17, 2023 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scan multiple pages to PDF file
Replies: 1
Views: 248

Re: Xbrowse : oBrw:ToArray (How to do it)

I need the productid to scan into a other database for references... With the array I do a simple for next loop I think we can not do something like this (funny code, but you know what I mean, i hope) for i = 1 to len(oBrw:adata) // like ...
by Marc Venken
Wed Apr 12, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 809

Re: Forum content download

... write a new Message in "old" Thread than i must know Thread No. to "re-read" that Thread so once a Week i do a "full-scan", which can take long Time, to get "old" Message too
by Jimmy
Tue Feb 21, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forum content download
Replies: 1
Views: 160

MAPI Outlook "sync" with DBF / SQL

... / SQL i have to "compare" Appointment with Database Question : is there a other Way to get "last Change" in *.PST :?: --- i do scan PST "backward" from "Startday" and than "compare" DBF STATIC PROCEDURE Fillit( cStart, cEnd )LOCAL oAppointmentLOCAL ...
by Jimmy
Mon Jan 23, 2023 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook "sync" with DBF / SQL
Replies: 0
Views: 212

Re: download iPhone Photo connect to PC

... ReadFiles( cPath, oTreeView ) and got "Node-Flag" when have Sub-Folder but when use CSIDL_DRIVES i do not want to "scan" all Drive and Sub-Folder ... i want to DblClick on "Node" and than "build" Sub-Folder --- i have begin to re-write HMG ...
by Jimmy
Sun Nov 27, 2022 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 977

Re: HASH to File and File to HASH

... problem with HASH --> JSON --> HASH. Any date values in the original hash are converted to character stings "yyyymmdd". Unless we scan the hash and convert all such values back to date type, the hash can not be used in date calculations. Please try this simple test to prove the ...
by nageswaragunupudi
Sat Nov 26, 2022 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH to File and File to HASH
Replies: 6
Views: 547

Re: Harbour CGI

... https://github.com/FiveTechSoft/mod_harbour/wiki Please review the functions and classes. The wiki may be not completed, so we should scan modharbour sources and see what functions are not documented yet. modharbour has from "sessions" to automatic cookies management, it ...
by Antonio Linares
Sat Sep 24, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 5712

Re: tree y scan

perfecto!
ahor entendi la tecnica.

gracias.
by goosfancito
Tue Jul 05, 2022 10:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tree y scan
Replies: 2
Views: 275

Re: tree y scan

Estimado Gustavo,

::oTree:select(o) está devolviendo un valor lógico indicando si ha podido ó no seleccionarlo

y estás presuponiendo que devuelve un item :-)
by Antonio Linares
Tue Jul 05, 2022 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tree y scan
Replies: 2
Views: 275

tree y scan

Por lo que vi en el foro, esto me devolveria en oItem el item correspondiente del que busco    o:= ::oTree:scan({|o| o:cargo["nId"] == oItem:cargo["nId"]})   oItem:= ::oTree:select(o)  pero... al hacer un    fwdbg ...
by goosfancito
Tue Jul 05, 2022 10:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tree y scan
Replies: 2
Views: 275

Re: Mr. Rao's samples collection.

... that information is usefull and hit the link button to the forum. Very handy : You can also read and scroll the samples dir where you can also scan for words. I still think it's very usefull !!
by Marc Venken
Mon Jun 27, 2022 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20292
Next

Return to advanced search