Search found 71 matches: viewed

Return to advanced search

Text on another line

Hi,

An array is viewed in the xBrowse. The xBrowse cell is 2 rows high.
I need to show basic information + additional information in the cell (with a different font).
What I do with FW_SayTextHilite().
How do I make this additional information appear on another line?
by Natter
Mon Dec 25, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 465

Re: libcurl issues

... }    ]  }}'  These are values for cPostFields to pass with curl_easy_setopt(hCurl, HB_CURLOPT_POSTFIELDS, cPostFields). I've viewed a lot of samples, and tried approaches, but I cannot find a "Harbour friendly" format to write this string. Anyone confident on how ...
by TimStone
Sat Feb 11, 2023 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 457

Re: ID of the current session

Thank you, Antonio! Do I understand correctly that in all these examples, processes are viewed and the SessionID of each of them is read? I do the same thing through WMI. oList:=wmi:Execquery("select * from Win32_Process") But since I'm an oList , the processes ...
by Natter
Thu Jan 06, 2022 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current session
Replies: 14
Views: 588

Re: ID of the current process

... user runs the same EXE file. The first user opens the application normally. When the application is opened by the second user, all processes are viewed and I read the owners of each of them (.getOwner()). If the user has administrator rights, everything is fine. Otherwise, when trying to execute ...
by Natter
Tue Dec 21, 2021 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current process
Replies: 8
Views: 814

Re: Google Analytics and FWH

... to the server. These ‘requests’ can include more than what we think of as viewing a web page. These requests can include images downloaded to be viewed on the web page and file downloads that can include ‘scripts’ from the code of the web page - not actually the web page. You have to take it ...
by anserkk
Wed Sep 08, 2021 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Analytics and FWH
Replies: 13
Views: 1734

Re: XBrowse height for rows - RowHeight

... sample and think off the years that could be a ticket, you see that with less code all the items from that ticket will be combined and pretty good viewed. at the right from the browse you could put the memoedit (Richedit5) Just a idea ...
by Marc Venken
Sun Jun 20, 2021 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse height for rows - RowHeight
Replies: 6
Views: 965

Re: Emailing from Preview screen

It happens with any document generated by the program and viewed using the Preview function. My customers do this thousands of times a day with no problem except for this one customer and it just started happening. You know how there is that Factor setting ...
by dtussman
Tue May 18, 2021 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Emailing from Preview screen
Replies: 7
Views: 728

Re: Memory Leak - Richedit

We fixed ximage.prg and included it in FWH2102.

Now ximage:Save( .t., cFile, ... ) properly saves the image as viewed including the freehand drawings.
We sent the revised ximage.prg to you by email.
Please confirm.
by nageswaragunupudi
Sat Mar 06, 2021 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3691

Re: Memory Leak - Richedit

I think this is what you are doing: oImage is TXImage control. You are copying the image as viewed from oImage to Clipboard. Paste the image to oImage2, which is a TImage control. Then saving the image using oImage2:SaveImage(...) All this is not necessary. We do not ...
by nageswaragunupudi
Sat Feb 27, 2021 11:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3691

Re: FW_SetUnicode mostrar valor GET con FWINLOG

... languages, Telugu, Hindi and Chinese and this text is displayed correctly as well as written to log file correctly. This log file text is viewed both by FW_MEMOEDIT and also NOTEPAD.EXE. FWH library works perfectly with Unicode in all respects and there is no need for any modifications. ...
by VictorCasajuana
Sat Jan 23, 2021 7:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 1722

Re: FW_SetUnicode mostrar valor GET con FWINLOG

... languages, Telugu, Hindi and Chinese and this text is displayed correctly as well as written to log file correctly. This log file text is viewed both by FW_MEMOEDIT and also NOTEPAD.EXE. #include "fivewin.ch"function Main()   local cVar     := Space( ...
by nageswaragunupudi
Fri Jan 22, 2021 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 1722

xBrowse: How to display image from resource based on flag

Hi,
Can someone share a code snippet to view image from resource in a column based on a flag in the dbf currently being viewed?

TIA
by hua
Fri Dec 04, 2020 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: How to display image from resource based on flag
Replies: 4
Views: 695

New FTDN June 2020 (FWH 20.06)

... 4. lHeaders: (Optional: defaults to .t.) Returns: Ado Recordset object containing the data contained in the sheet/range or table. This data can be viewed and manipulated like any other recordset. Example: oRs := FW_OpenAdoExcelSheet( "test.xls" ) XBROWSER oRs FASTEDIT oRs:Close() oRs:ActiveConnection:Close() ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1340

Re: Consulta FreeImage.dll

... MENUITEM FWString("Copy To ClipBoard")      MENU         MENUITEM FWString("As Viewed")        ACTION ::CopyToClipBoard( .t. )         MENUITEM FWString("Original ...
by MOISES
Sun Apr 26, 2020 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta FreeImage.dll
Replies: 11
Views: 1573

Re: Xbrowse with field type time() in MYSQL

... the classes TXBrowse, TDataRow and TGet, which will be available in the next version to be released. Get: Time-part of a datetime variable can be viewed and edited as a time string if the picture clause is specified as "HH:MM:SS". Example: tDateTime := DateTime()@ r, c GET tDateTime ...
by nageswaragunupudi
Tue Feb 18, 2020 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse with field type time() in MYSQL
Replies: 5
Views: 1758
Next

Return to advanced search