Search found 494 matches: ways

Return to advanced search

Re: Startup function

Enrico, I would do it this way, of course there are other easier ways. But it's beyond my limited knowledge at the moment. hahahaha. Enrico, yo lo haría así, claro que hay otras formas más sencillas. Pero por el momento está más allá de mis conocimientos ...
by karinha
Wed Oct 30, 2024 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 796

Re: Two monitors, show different windows

There are different ways. This is the simplest. DEFINE WINDOW oWndACTIVATE WINDOW oWnd  ON INIT WndCenterEx( oWnd:hWnd, 2 ) // 2 means second monitor Another way oMonitor2 := FW_GetMonitor( 2 )DEFINE WINDOW oWnd ...
by nageswaragunupudi
Fri Oct 04, 2024 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two monitors, show different windows
Replies: 10
Views: 474

Re: Browse of my ADO Class

... n == nil, nValue, nValue := n ) }      //      :CreateFromCode()   END   ACTIVATE DIALOG oDlg CENTEREDreturn nil  Different ways of Creating and adding new columns to Browse oBrw:<header> := <codeblock-to-access-value> OR (compatible with TC browse) ADD TO oBrw ...
by nageswaragunupudi
Mon Sep 30, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 1984

Re: slowness

... time comparisons to create new indexes or adding additional tags in server Vs creating indexes every time in local system. My results were always moved me to adopt creation of temporary index on local (client) machine. [/quote] [/quote] Do you happen to know where the source code for creating ...
by RAMESHBABU
Sat Sep 14, 2024 2:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3130

Re: ms teams or similar

... files or manage local databases. However, you can use these platforms to share and collaborate on Fivewin application files in the following ways: File Sharing: You can upload the .exe and .dbf files to MS Teams or Dropbox for file sharing purposes. Other users can download these files to ...
by Antonio Linares
Thu Sep 12, 2024 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ms teams or similar
Replies: 2
Views: 221

Re: Switching from memo fields to files -

The difference is I don't store documents in their total firm. By using keys, I get very fast results for all the ways I may want to search. For example, lets look at parts: I can look at a workorder and all parts are automatically linked. I can do a report on parts sales, and they ...
by TimStone
Mon Jul 29, 2024 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 840

Re: Dbf/cdx to sql changing

... in the process of concluding the conversion my Very Huge Application from DBFCDX to FiveWins's Native MariaDb Functionality. There are several ways provided in MariaDb Class with several Examples using which you can easily adopt MariaDb. Please go through the examples provided in the forum, ...
by wartiaga
Fri Jul 12, 2024 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4057

Re: Dbf/cdx to sql changing

... in the process of concluding the conversion my Very Huge Application from DBFCDX to FiveWins's Native MariaDb Functionality. There are several ways provided in MariaDb Class with several Examples using which you can easily adopt MariaDb. Please go through the examples provided in the forum, ...
by RAMESHBABU
Fri Jul 12, 2024 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4057

Re: DBF File Parsing with PHP - low-level file reading

... I was able to do the tests. Here are the results https://i.postimg.cc/yY6RWC9J/testmod.jpg You can draw conclusions in many ways I'm still pending the test with mod of Manu and also with fastcgi de Eric, but I didn't have more time. Maybe I'll try it another time. I created ...
by Carles
Wed Jun 19, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Parsing with PHP - low-level file reading
Replies: 18
Views: 1224

Re: Problem with lock record (dbf/cdx)

... field does not hit performance. the field needs to be composed of 2 other characters You are using TDatabase and this makes it possible in several ways. Before I provide some samples, please let me know how those two prefix chars are decided? Does the user enter them? Thanks you Nages! he prefix ...
by wartiaga
Sun Jun 16, 2024 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with lock record (dbf/cdx)
Replies: 9
Views: 720

Re: Problem with lock record (dbf/cdx)

... field does not hit performance. the field needs to be composed of 2 other characters You are using TDatabase and this makes it possible in several ways. Before I provide some samples, please let me know how those two prefix chars are decided? Does the user enter them?
by nageswaragunupudi
Sat Jun 15, 2024 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with lock record (dbf/cdx)
Replies: 9
Views: 720

Mod Harbour: ChatGPT Provides Detailed Answers

... and are no longer flexible in adapting to new technologies. Do you think there is even a solution for this? ChatGPT Yes, there are certainly ways that "mod harbour" can be practically found and used by users, even if many power users of Harbour are from the Bestagers generation ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 2957

Best use of aSelected in Xbrowse

Momentary i'm using both ways of processing aSelected in Xbrowse :       if msgyesno("Bereken het verschil tussen Bruto en New Bruto")         if webshop->(flock())  ...
by Marc Venken
Tue May 14, 2024 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best use of aSelected in Xbrowse
Replies: 1
Views: 294

Re: Centrar texto VERTICALMENTE

Using PRINT oPrn FILE <pdffile>, there are 3 ways to generate PDFs. 1. Using Microsoft Word, if installed on the PC. This is the default. Printer class generates emf files and embeds them into Word document and saves as PDF. pros: Good quality ...
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 1443

Re: also error with btnbmp SHOWPOPUP

I give here a sample showing 4 ways of displaying PopUpMenu with BtnBmp. #include "fivewin.ch"function Main()   local oDlg, aBtn[ 4 ]   DEFINE DIALOG oDlg SIZE 600,300 PIXEL TRUEPIXEL   @ 40, 40 BTNBMP aBtn[ ...
by nageswaragunupudi
Sun Mar 31, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 2505
Next

Return to advanced search