Search found 509 matches: third

Return to advanced search

Open 3 SQL tables

... In a module, I have a mysql table loaded and I need to open two more to save data, but when I try to do an xBrowse with data from the second or third it presents an error.     oRsLOTEAMENTO := oServer:ROWSET("SELECT * FROM loteamentos ORDER BY nome")    oRsSOCIOS     := oServer:ROWSET("SELECT ...
by ctoas
Tue Feb 16, 2021 7:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open 3 SQL tables
Replies: 9
Views: 860

Re: Silvio: Reports

... "Silvio reports" Secondly, you know very well that I had fixed the c5report sources, and I was waiting for Cristobal to fix everything. Third thing, I understand that Cristobal is inserting c5Report class (and the other graphic classes) for each section (Easyreport area), In Easyreport ...
by Silvio.Falconi
Thu Jan 21, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: To Otto

Dear Silvio, > why not have a syntax closer to fivewin / clipper / harbour thats a functionality already provided by mod_harbour's third party libs. Please review Charly's TWeb for mod_harbour > I should start over because it's like a whole other language It is just a change in the ...
by Antonio Linares
Mon Dec 14, 2020 1:19 pm
 
Forum: mod_harbour
Topic: To Otto
Replies: 9
Views: 1045

Re: To Otto

... * There is a fastCGI version for extra fast speed requirements * Fully working on Windows, Apple and Linux servers * Many great third party libs built on mod_harbour: TWeb, Mercury, WDO, etc. https://modharbour.app/compass/ https://modharbour.app/tweb/ https://github.com/carles9000/mercury ...
by Antonio Linares
Mon Dec 14, 2020 1:01 pm
 
Forum: mod_harbour
Topic: To Otto
Replies: 9
Views: 1045

Re: change on line a combo

... can you try these steps ? 1) you search for a city, for example "atlanta" by selecting "city" in the combobox. already at the third letter "atl" shows you the right records, ok 2) Now go to the small menu ( to right) and select "colonne" and hide two columns ...
by Silvio.Falconi
Tue Nov 17, 2020 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

Re: chenge on line a combo

if the user moves the column with the checkbox on third position then it doesn't work well as the user always has to click on the first column to select the record, this is an error that you should fix If you use the header name and not the number ...
by Silvio.Falconi
Fri Nov 13, 2020 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

Re: chenge on line a combo

if the user moves the column with the checkbox on third position then it doesn't work well as the user always has to click on the first column to select the record, this is an error that you should fix If you use the header name and not the number ...
by Marc Venken
Thu Nov 12, 2020 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

change on line a combo

... nil, .t.) end :bLDblClick := { || oBrw:oCol( 1 ):CheckToggle(), oBrw:RefreshCurrent() } if the user moves the column with the checkbox on third position then it doesn't work well as the user always has to click on the first column to select the record, this is an error that you should fix
by Silvio.Falconi
Thu Nov 12, 2020 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

Re: Como añado una rama a un determino HITEM?

... ) oItem2 = oTree:Add( "Second" ) oItem2:Add( "Hello" ) oItem2:Add( "World" ) oItem3 = oTree:Add( "Third" ) oItem3:Add( "Last" ) oItem3:Add( "item" )
by Antonio Linares
Wed Nov 11, 2020 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como añado una rama a un determino HITEM?
Replies: 6
Views: 642

Mod_harbour and Mercury over Ubuntu/Linux VM

... and others ** the second command allow me to create files and folders inside the /var/www/html (where our applications will be located) ** the third command allow me to read some important lib's required by my application STEP 6: Let's move the files to the right directories (create references ...
by ricbarraes
Wed Oct 21, 2020 6:20 pm
 
Forum: mod_harbour
Topic: Mod_harbour and Mercury over Ubuntu/Linux VM
Replies: 0
Views: 358

mod_harbour documentation

... https://github.com/FiveTechSoft/mod_harbour/blob/master/osx/readme.md third party libraries: Charly's WDO: https://github.com/carles9000/wdo Charly's Mercury: https://github.com/carles9000/mercury mod_harbour ...
by Antonio Linares
Mon Oct 12, 2020 10:39 am
 
Forum: mod_harbour
Topic: mod_harbour documentation
Replies: 0
Views: 413

Re: Fwh19.05 - New Class TDockPnel

...                    oLbx[3]:CreateFromCode()                     ENDIF         RETURN nil   I don't know why the third xbrowse is not shown. Could you Help me ?
by vilian
Mon Oct 05, 2020 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 93
Views: 16159

Re: csql := oCon:UPDATE( "clientes" , "nomcli", nom , ...

... cSql  Result: UPDATE `clientes` SET `nomcli` = 'Dario' WHERE `numercli` = '2001' Second parameter is an array of fieldnames or list of fieldnames. Third parameter is an array of values. Fourth parameter can be 1) an multi-dim array of fieldnames and values. 2) Literal where condition. In the above ...
by nageswaragunupudi
Mon Aug 31, 2020 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: csql := oCon:UPDATE( "clientes" , SOLUCIONADO
Replies: 2
Views: 250

Re: More details WIN_OLEAUTO information in debugger

... I have it elsewhere, so it's complaining, e.g. File definition .fiv : C:\FIVEDIT\borland73.fiv not found. Anyway, I''ll just continue using the Third Party debugger, for individual modules with errors. Regards, Thanks, Antonio. Does FiveEdit have Single-stepping capabilities? I tried using it, ...
by FWExplorer
Sun Jul 12, 2020 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696

Re: More details WIN_OLEAUTO information in debugger

... you have 2 monitors. If you try to move the debugger to the larger non-default monitor, all of the lines get skewed & unreadable. I'm using a third party Harbour development tool & debugger (I won't mention the name here), for individual snippets with bugs. But is there a decent gui debugger ...
by FWExplorer
Sat Jul 11, 2020 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 1696
PreviousNext

Return to advanced search

cron