Search found 53 matches: differs

Return to advanced search

Interesting discussion with ChtGPT

... " + STR(nQuarterHourUnits) + " quarter-hour units" RETURN Note that the Harbour/Clipper syntax is a bit outdated and differs from modern programming languages, but the mathematical operations are the same. You can run this code in your Harbour/Clipper environment to ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: Create solid color bitmap array

Thank you. The FWH function worked perfectly. Unfortunately it didn't solve my problem, but that is a Codejock issue, not FW, and I will find a solution. ( Their documentation differs from what actually occurs ... ). However, what you provided is perfect.
by TimStone
Wed Jul 12, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 325

Re: Harbour CGI

A question: in what mod_harbour CGI differs from the normal Harbour CGI (that I've used for years)? What are the advantages?
by Enrico Maria Giordano
Fri Sep 23, 2022 10:40 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6178

Re: FIELD Selector for FiveWin ?

... use the dialog designer as well for FIVEWIN and maybe HTML forms? Ivanil Marcelino Good afternoon; I don't know fivewin, but I believe the syntax differs from minigui; the minigui syntax model for graphical objects is: define window define textbox cName row 10 col 10 width 50 height 20 end textbox ...
by Otto
Sat Jul 30, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1131

Re: Mod Harbour challenge project

... how it was built. In the backend there are: java, phyton, php, ... and harbour! The frontend part is the same for everyone Thus, this application differs between making it with a language or harbour: Backend:       php   |  harbour---------------------+--------------FrontEnd:        (html,js,css)------------------------------------- ...
by Carles
Wed Mar 31, 2021 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2111

Re: Printer class question

... the actual content and output. I think this is pretty standard using the class. With that in mind, I'm afraid I don't really understand how this differs from what you want. In my example, the user inputs all the data into a workorder which he interacts with on the screen. To print an invoice ...
by Silvio.Falconi
Wed Oct 21, 2020 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3359

Re: Printer class question

... the actual content and output. I think this is pretty standard using the class. With that in mind, I'm afraid I don't really understand how this differs from what you want. In my example, the user inputs all the data into a workorder which he interacts with on the screen. To print an invoice ...
by TimStone
Wed Oct 21, 2020 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3359

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

... ) Hi Mr. Gunther, it is based on Mr. Rao's sample "xbrtree.prg" from FWH1805/Release 01 .. I wonder why the MariaDB Rowset I used differs ...\ :?:
by fraxzi
Wed Aug 01, 2018 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3630

Re: Antonio: Differences between BORLAND and VCC

In fact, ::nWidth()/::nHight()/::nWidth/::nHight/::GetRect() differs on both compilers and should not used to calculations for controls!?
by byte-one
Mon May 28, 2018 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6403

Harbour OLE/ADO Backward Compatibility Issue

... class was created till today. The behavior of Harbour's TOleAuto was also identical till recently. In other words, present Harbour version differs from xHarbour and all previous versions of Harbour. GetRows() Syntax: oRecordSet:GetRows( [rows], [start], [fields] ) --> aData This is the ...
by nageswaragunupudi
Tue Jan 30, 2018 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour OLE/ADO Backward Compatibility Issue
Replies: 6
Views: 2671

Re: FWHMARIADB Samples

... This works similar to CHECK constrain in other RDBMSs like "UNIT VarChar(5 ) CHECK( unit in ( 'Items', 'K.G', 'Metre', 'Litre' )" but differs in the way of storage. Support to ENUM columns by FWHMARIALIB: When the rowset is created, the permitted choices of the ENUM column also are ...
by nageswaragunupudi
Wed May 10, 2017 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20549

Re: Tomando fotos con la webcam

... warning C4013: 'IID_PPV_ARGS' undefined; assuming extern returning int dshow.prg(115): warning C4047: 'function': 'const IID *const ' differs in levels of indirection from 'int' dshow.prg(115): warning C4024: 'CoCreateInstance': different types for formal and actual parameter 4 dshow.prg(115): ...
by luisduque
Sun Aug 28, 2016 4:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tomando fotos con la webcam
Replies: 77
Views: 15563

Re: Default font under Win 8 and 10

... is a bug and it is different. I could not find how to solve it. This bug is same / similar to the bug in choosefont(). The font finally created differs in the specs we choose in the font dialog. Only experts like Mr Antonio and Mr EMG can fix it.
by nageswaragunupudi
Sun Aug 14, 2016 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Default font under Win 8 and 10
Replies: 11
Views: 3473

FWH: MySql/MariaDB: RowSet object

... Clones. The internal linkage of the Clones does not work / broken in the following cases. a) Deletions and Inserts are not seen by other clones. (differs from ADO) b) ReQuery() of a Clone totally de-links it from other clones. (like ADO)
by nageswaragunupudi
Thu Jul 21, 2016 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19554

Re: Buzzer en CE 5.0

... icm.prg(74) : warning C4013: 'IF' undefined; assuming extern returning int icm.prg(74) : warning C4047: 'function' : 'const unsigned short *' differs in levels of indirection from 'int ' icm.prg(74) : warning C4024: 'sndPlaySoundW' : different types for formal and actual parameter 1 y al final ...
by gmart1
Tue Jul 28, 2015 8:53 am
 
Forum: FiveWin para Pocket PC
Topic: Buzzer en CE 5.0
Replies: 14
Views: 6688
Next

Return to advanced search

cron