Search found 66 matches: represent

Return to advanced search

Re: Google Graph extra graphic ? (Navaro)

... have some time. Keep investigating. The graphics of the previous version included some graphics that were not so pretty but just as functional to represent a gauge. Greetings https://groups.google.com/g/google-chart-api/c/rZtHTyYgyXI
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

Re: WebView resize

... elements in HTML to replicate the panels in FiveWin. With appropriate CSS styling, these <div> elements can visually and functionally represent panels, organizing content and controls on the page. Text Fields (TGet, TMemo, etc.): Text input fields in FiveWin can be mapped to <input ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2099

Re: Convert a print to Rtf or doc

Silvio,
I've posted the solution for WORD, and I've also allowed myself to represent my stance on Reports.
And it's the other way around. TESLA is HTML.

With kind regards,
Otto
by Otto
Thu Nov 30, 2023 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

... Word 2007. It replaces the older binary DOC format. DOCX files are actually ZIP archives containing multiple files and folders that collectively represent the entire document. One key file within a DOCX archive is word/document.xml. This XML file contains the actual text of the document, along ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Calculate total pages

... a breakdown of what each part of the code is doing: 1. **Device and File Handling:** - `oDevice := DEVICE`: Initializes an object `oDevice` to represent the current printing device. - `aFiles := oDevice:aMeta`: Assigns metadata from the device to an array `aFiles`. - `hMeta := oMeta1:hMeta`: ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5875

Re: not ISOEM(), ISANSI() or IsUTF8()

We need to keep this in mind. While all English characters and all characters of other West European languages other than accented characters are represented by a single byte in both ANSI and UTF8 notiation, the accented characters (which include German Umlauts) are represented by a single byte ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: ChatGPT

... it cost. In real life my customers could make over 100 such fetches per day. I would have to pass on the cost. But, for my customers this would represent thousands in savings. To fetch one of those ICD10 codes you have to have tools and people with expertise. And the expert coder needs to read ...
by reinaldocrespo
Tue May 09, 2023 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1232

Re: Campo autoincremental en DBF

... "+" { "ID", "+", 4, 0 } That is enough. Please try it. Do not worry about the width of "4". They do not represent decimal digits. The value is stored as 4 hex bytes. The maximum value in hex is 0xFFFFFFFF = 4,294,967,295. This is a lot more than enough. ...
by nageswaragunupudi
Fri Nov 04, 2022 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 771

Re: Printing double sided

... - print the header data   PAGE   WOHEADER( oPrn, aHead )....   // End of print   ENDPAGE   oPrn:SetCopies( 1 )   ENDPRINT  The ... represent actions like setting fonts, brushes, colors, and printing the individual lines of output.
by TimStone
Wed Oct 26, 2022 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1254

Re: Change oBrw:aSelected outsite xbrowse

... is totally different. What you want is you prepare an array of record numbers, which you want to show in xbrowse. In this sample, aRecs represent the array aSelected you are referring to: #include "fivewin.ch"function Main()   local oDlg, oFont, oBrw   local aRecs   ...
by nageswaragunupudi
Fri Mar 19, 2021 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change oBrw:aSelected outsite xbrowse
Replies: 2
Views: 345

Re: Relacion entre coordenadas pixeles, pulgadas

When you set any dialog in design mode .... whas does any point represent on it? It is the pixel position?

Pixels
by nageswaragunupudi
Sun Jun 23, 2019 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relacion entre coordenadas pixeles, pulgadas
Replies: 4
Views: 916

Re: Relacion entre coordenadas pixeles, pulgadas

... SIZE 100,24 PIXEL OF oDlgACTIVATE DIALOG oDlg CENTERED  Hello, silly question When you set any dialog in design mode....whas does any point represent on it ? It is the pixel position ?
by Compuin
Sun Jun 23, 2019 5:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Relacion entre coordenadas pixeles, pulgadas
Replies: 4
Views: 916

Re: Example Business Object (Customer)

... bit weird in the begining. Back to ORM, the most complete ones have 2 types of objects: the Entity object and the Repository object. The Entity represents one and only one individual of the collection: a customer, a product, an account, etc. The Repository is the full set of objects on a given ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8531

Re: FWH 18.08: Enhancements to strings.prg

... will be returned. * * The second element of the returned array is the translation table; its * is an array of 2 items long arrays, each of which represent the * international (untraslated) string followed by the translated one: * * aTable[1] == { "intSting1", "TranslatedString1" ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Are there checked uncheck box bitmap functions ?

... that the next bit still works to display a check (tick) in a cell but no longer works (under Win 10 32 bit) to display a "blank" to represent unchecked. Now using CHR(160) results in an oversized red cross instead of a blank as it had done under Win XP, Vista and Win 7 32bit. _hOn ...
by Colin Wisbey
Tue Oct 23, 2018 2:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there checked uncheck box bitmap functions ?
Replies: 8
Views: 1712
Next

Return to advanced search

cron