Search found 52 matches: vice

Return to advanced search

Expressing Today's Happiness

... Antonio, I am filled with happiness today. This truly feels like the beginning of a new era. The successful integration of Fivewin to Webview and vice versa is a significant achievement for us. Antonio, your hard work and dedication have made this possible, and for that, I am immensely grateful. ...
by Otto
Tue Jan 09, 2024 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expressing Today's Happiness
Replies: 1
Views: 521

Re: Error LOG - what is it?

... comente se estiver fechando as FONTES assim ou se não estiver, coloque o comando, ok? Se estiver fazendo assim, nesta versão nao precisa mais. Ou vice versa. Regards, saludos.
by karinha
Tue Aug 22, 2023 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error LOG - what is it?
Replies: 2
Views: 211

change from Dbf to tree and vice versa

Could you convert this small example using Tdatabase() and using a combobox instead of btnbmp to select tree->dbf function TestTree()   local oDlg, oBrw   USE CUSTOMER NEW   SET ORDER TO TAG STATE   GO TOP   DEFINE DIALOG oDlg SIZE 800,400...
by Silvio.Falconi
Wed Mar 08, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change from Dbf to tree and vice versa
Replies: 0
Views: 159

XBROWSE switch Ado / DBF

... SIZE 50,20 OF oDlg ;    ACTION ( here I have to change oBrw)      Inside Action oBtn1 I have to switch oBrw from oRs to MYDBF.DBF file and vice versa how can I do it ? thank you
by damianodec
Tue Jun 07, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE switch Ado / DBF
Replies: 2
Views: 230

Re: W3Schools webpage template "COMPANY" to mod harbour

... With TEMPLATE PARAMS you pass the variables to HTML/JS part *** hb_jsonenconde/hb_jsondecode Turns a Harbour HASH into a JS jsonobject and vice versa *** Please, if you post code here, use only code from the prg file after you have pressed "Publish" in Harbourino. -> HEAD without ...
by Otto
Mon May 16, 2022 6:22 pm
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 816

Re: Fwteam - Xbrowse too slow

... if I do the array is that after I will have problems if I want to insert a record or modify it because I will have to pass from array to dbf and vice versa it is not easy I thought of showing one year at a time or n extractions (for example 10,20,30,40 ... up to 500) practically I have to rewrite ...
by Silvio.Falconi
Wed Apr 13, 2022 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: *** Curso de C para programadores Harbour.

Hello friends, To finish HTML report generator, I would need to change printer default from landscape to portrait and vice versa. I found some C++ code. Maybe you could work on that in your course? http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40526&p=242221&hilit=landscape&sid=ca5535308805b297ab04c27df561e23b#p242221 ...
by Otto
Sun Jul 11, 2021 5:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18271

Re: SetCheck() on MariaDB => SOLVED

Clicking on any row toggles the selection.
Selected becomes unselected and vice versa.
by nageswaragunupudi
Thu Apr 09, 2020 4:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 2596

Re: FW_GetMonitor() doesn't work

... 3 monitors were supported simultaneously. When I extend desktop to the fourth monitor the other one (connected via display port) switch off and vice versa. https://i.postimg.cc/yxQMCq1j/2019-02-01-18-18-16.png
by frose
Fri Feb 01, 2019 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2952

Re: GDIBmp Save() method

Saving to ICO is complex. We are working on it along with Mr Manuel.

Saving a raster image as EMF or WMF involves conversion of raster image to vector format and so is obviously not possible. Vector image can be converted to raster image but not vice versa.
by nageswaragunupudi
Tue Mar 27, 2018 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIBmp Save() method
Replies: 4
Views: 548

Re: Building Harbour 3.4 for BCC outside MSYS

Enrico,
this are my Compiler-flags: See on O2! (fastest Speed)
MSC_COMP_FLAGS = /c /TP /W3 /O2 /D__FLAT__ /GA /GS- /EHsc
I use HARBOUR and my results are on same test are vice versa as yours!
by byte-one
Fri Dec 29, 2017 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17203

Re: Google Cloud Platform

... compromised. The hack doesn't only appear to be affecting Gmail accounts but a range of corporate and business ones that use Google's email service too. If you think you may have clicked on it, you should head to Google's My Account page. Head to the permissions option and remove the 'Google ...
by Rick Lipkin
Thu May 11, 2017 2:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4081

Re: 1st FWH + [x]Harbour 2017 international conference

... Tablet Mode and orientation. - FWH automatic switching between desktop look and universal look and switching to tablet mode from desktop mode and vice-versa . - Issues to the considered by the programmer while programming for touch enabled devices including touch keyboards. - Issues for designing ...
by nageswaragunupudi
Fri Feb 10, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265615

Re: How to change series on a oGraph object ?

Guys: If I'm displaying a 2 bar graph (sales & costs), how can I drop one series and repaint the graph using just one series, or vice-versa ? Thank you very much !!! Try #include "fivewin.ch"#include "tgraph.ch"REQUEST DBFCDXfunction main()   local ...
by cnavarro
Mon May 23, 2016 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change series on a oGraph object ?
Replies: 3
Views: 747

How to change series on a oGraph object ?

Guys:

If I'm displaying a 2 bar graph (sales & costs), how can I drop one series and repaint the graph using just one series, or vice-versa ? Thank you very much !!!
by HunterEC
Sun May 22, 2016 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change series on a oGraph object ?
Replies: 3
Views: 747
Next

Return to advanced search