Search found 72 matches: manages

Return to advanced search

WebView2 Essentials: Guides, Tips & Resources

... opens a series of Edge browser processes in the background. Each process serves a different purpose: Browser Process: The main process that manages the user interface, handles navigation, and coordinates other processes. Renderer Process: Handles the rendering of web content. There's usually ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Xlsxlibhb_ver2

... you have to modify it every time you want to move BCC to another folder. That's why I prefet to put the lib paths in the compile batch so it manages them automatically. Enrico, I've always done it this way. I prefer it this way, because I know it works perfectly. Enrico, siempre lo he hecho ...
by karinha
Sat Nov 25, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: Xlsxlibhb_ver2

Joao, I reviewed your ilink32.cfg. It is not good because you have to modify it every time you want to move BCC to another folder. That's why I prefet to put the lib paths in the compile batch so it manages them automatically.
by Enrico Maria Giordano
Thu Nov 23, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: Incluyendo el SQLRDD

SR_DeletedName() Returns the name of the column that manages the Deleted() status › Syntax SR_DeletedName( [<cName>] ) ==> cOldSet › Arguments <cName> Name column to manage the Deleted() status. › Return Returns the status that was current ...
by carlos vargas
Fri Aug 25, 2023 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2573

Re: Incluyendo el SQLRDD

... the Recno(). › Return Returns the status that was current before SR_RecnoName() was called. › Description Returns the name of the column that manages the Recno(). By default, the SQLRDD adopts the name SR_RECNO. If you want to use another name, call SR_RecnoName("NAME") before dbUseArea() ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2573

Re: MariaDb delete

... slowly start moving to SQL until we become experts. That was my experience. I know many people ask --why? and the question is valid when your app manages smaller databases with very few workstations on the network and security is not an issue. When data becomes massive or you have more than 10 ...
by reinaldocrespo
Fri Jun 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 392

Re: U-Dbu

... If you download the example of U-Dbu you can see that it is an app.exe. This program is the server that manages all your web application. I invite you to try it You can quickly create real applications for your clients investing very little time. https://i.postimg.cc/x87Q0mP3/exemple-app.gif
by Carles
Fri May 12, 2023 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1199

how to scan a barcode presents in a jpeg file

Hi, I have a jpeg file that contains a barcode Is it possible to create a function to which passed the file name as parameter manages to open it and interpret the barcode code? http://www.marcoboschi.it/public/barcode.jpg http://www.marcoboschi.it/public/barcode.jpg ...
by MarcoBoschi
Wed Jan 19, 2022 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: libharbour.dll virtual machine activity on dbwin32

... we have found that building Harbour with these flags: set HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFF -DHB_FM_WIN_ALLOC the resulting libharbour.dll manages memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also, ...
by Antonio Linares
Mon Oct 25, 2021 8:57 am
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 647

Re: Problem with date - I not understood

... and not for the nights. If the interval has 55 nights, there are 56 days. For this reason, for example, I could not use the Tplan class because it manages nights like hotels and not single days. A bad thing about tplan is that it is poorly made for example you cannot manage one day just because ...
by Silvio.Falconi
Sun Jun 20, 2021 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with date - I not understood
Replies: 4
Views: 659

Re: Make para BCC10

... including debug information, exports, and more. See http://docwiki.embarcadero.com/RADStudio/Berlin/en/TDUMP.EXE,_the_File_Dumping_Utility tlib Manages libraries (.lib files) created from several object files (.obj.) You can create a library from several .obj files, add or remove .obj files, ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1121

Re: Silvio: Reports

... inserted which is a parent class that creates the white area and has some subclasses (line, box, circle, fields, texts, image) . This parent class manages the movement of each object (dots) not like the tcontrol class but much better, the dots are delimited by circles that can be dragged with the ...
by Silvio.Falconi
Fri Jan 22, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

best code for

hi, I need a suggestion, what's the best solution for interactive ADODB I/O app ? I'd like a app that by dialog manages data of SQL server: ...// connectionoCn := FW_OpenAdoConnection( ConnectString, .t.)...// HERE DIALOG...cExecute := "INSERT INTO TABLE (CODE, DESC) ...
by damianodec
Tue Dec 17, 2019 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: best code for
Replies: 5
Views: 873

Re: null field in FW_OpenRecordSet

... "WINDOWS"C=10WRITE MYREK or some fields: A = "ADO"B= "AS400"WRITE MYREK in seconds case field C has blanks (manages inside DB) in AS400 I use SQL istruction: SELECT * FROM MYTABLE I get: n.Rek     A                       B                    C00001  FIVEWIN ...
by damianodec
Thu Feb 21, 2019 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: null field in FW_OpenRecordSet
Replies: 11
Views: 1739

Re: null field in FW_OpenRecordSet

hi mr Rao,
I'm checking myTable, and now I understand that there are a lot of fields that have blanks value in numeric field.
I'd like that FW_OpenRecordSet manages this situation.
by damianodec
Thu Feb 21, 2019 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: null field in FW_OpenRecordSet
Replies: 11
Views: 1739
Next

Return to advanced search