Search found 220 matches: listview

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... TImageList: (source\classes\timaglst.prg) - Nuevo método AddImage( cImage ) Para añadir cualquier imagenm no sólo mapas de bits e iconos. * Clase TListView: (source\classes\tlistvie.prg) - Nuevo método SetStyle( nStyle ) Por favor, revisa el código fuente prg para conocer la lista de estilos. * ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3576

New FTDN October/Octubre 2023 (FWH 23.10)

... FW_ReadImage() * TImageList Class: (source\classes\timaglst.prg) - New Method AddImage( cImage ) To add any image, not only bitmaps and icons. * TListView class: (source\classes\tlistvie.prg) New Method SetStyle( nStyle ) Refer prg source for the list of styles. * ListView: Samples: (1) revised ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3576

Re: Listview Unicode for CLASS TGrid()

hi, i do understand that East Asian Languages are not the biggest Problem for Fivewin my TGrid() ANSI Version work so far but when enable LVS_OWNERDATA it does not work with FW_SetUnicode( .T. ) :(      ::nStyle := nOR( ::nStyle, LVS_OWNERDATA )      ::bDisplay := { | nPtrNMHDR | ::OnDI...
by Jimmy
Mon Sep 04, 2023 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: Listview Unicode for CLASS TGrid()

i try to learn "C" but for these "Problem" my "C" Knowledge is to small I am also still learning Sir. We will surely assist you on this. Please give me a little more time. Too many things on hand right now. Note: This is my personal opinion. I will stand corrected if I...
by nageswaragunupudi
Mon Sep 04, 2023 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: Listview Unicode for CLASS TGrid()

hi, can I see the full HB_FUNC? you can find Source of CLASS TGrid and Hb_Func.PRG ( all "C" Code ) at https://github.com/AugeOhr/TGRID --- i try to learn "C" but for these "Problem" my "C" Knowledge is to small my ANSI Version , using TCHAR / LPSTR , ...
by Jimmy
Thu Aug 31, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: Listview Unicode for CLASS TGrid()

how to use this with Unicode
Code:
lvi.pszText = (TCHAR*) hb_parvc (2, 1);

can I see the full HB_FUNC?
Or you can send to me.
by nageswaragunupudi
Wed Aug 30, 2023 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: Listview Unicode for CLASS TGrid()

i guess it is while i have not use fw_parWide() / LPWSTR but LPTSTR

Yes.
If you like we can make the modifications.
by nageswaragunupudi
Wed Aug 30, 2023 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: Listview Unicode for CLASS TGrid()

#define UNICODE    // Made Unicode compatible 2023-07-07#include <CommCtrl.h>#undef UNICODE#include "fwh.h"  Sole purpose of this def and undef is to get the our program defines to work with Wide structures and Wide api functions. Beyond that we have no use for this d...
by nageswaragunupudi
Wed Aug 30, 2023 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Re: Listview Unicode for CLASS TGrid()

Question : is fw_parWide() the same as AnsiToWide() :?: No. if the parameter is UTF8 it uses "MultiByteToWideChar()", Windows API function and if not, then it is ANSI and uses AnsiToWide() See: https://learn.microsoft.com/en-us/windows/win32/api/stringapiset/nf-stringapiset-multibytetowid...
by nageswaragunupudi
Wed Aug 30, 2023 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

Listview Unicode for CLASS TGrid()

hi, i have found in c:\fwh\source\winapi\listview.c what was change for Unicode   LPWSTR pWide = fw_parWide( 3 );//   lvi.pszText  = ( LPTSTR ) hb_parc( 3 );   lvi.pszText  = pWide; Question : is fw_parWide() the same as AnsiToWide() ...
by Jimmy
Wed Aug 30, 2023 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 381

FWH2307: List View Unicode compatible

... [code]#include "FiveWin.ch" function Main() local oWnd, oLvw, nOption := 1, oImageList DEFINE WINDOW oWnd TITLE "ListView Test" DEFINE IMAGELIST oImageList SIZE 32, 32 oImageList:AddIcon( "console" ) oImageList:AddIcon( "form" ) oImageList:AddIcon( ...
by nageswaragunupudi
Sun Aug 27, 2023 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2307: List View Unicode compatible
Replies: 1
Views: 221

Re: use Result of SQL Query like "ADODB.Recordset"

... and "navigate" ... when using ADODB i got Method to "navigate" but how with ODBC :?: for my "native" Solution i use Listview and a "Cursor" which is "LIMITed" to Size of "Browse" so i use a lot of Ways but always try to find "other" ...
by Jimmy
Fri Jun 30, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 335

does Fivewin hbpgsql.lib include CLASS TPQServer ?

... and LibPQ.LIB in *.HBC libs=hbpgsql.LIBlibs=libpq.lib but i get Error : Error: Unresolved external '_HB_FUN_TPQSERVER' referenced from C:\FWH\0\LISTVIEW\OBJ\HBPGU.OBJ Error: Unresolved external '_HB_FUN_PQEXEC' referenced from C:\FWH\0\LISTVIEW\OBJ\HBPGU.OBJ Error: Unresolved external '_HB_FUN_PQRESULTSTATUS' ...
by Jimmy
Sun Jun 25, 2023 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: does Fivewin hbpgsql.lib include CLASS TPQServer ?
Replies: 2
Views: 180

Re: can use SWITCH Control in XBROWSE ?

hi, thx for Answer under HMG i can put any Control in a Cell of "GRID" (WC_LISTVIEW) under Xbase++ i have use "DatePicker" in XbpBrowse() which is like XBROWSE not sure about how it work with "GRID" but under Xbase++ i can create my "own" Column CLASS CLASS DX...
by Jimmy
Wed May 17, 2023 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can use SWITCH Control in XBROWSE ?
Replies: 7
Views: 504

Clipboard TEXT

... back to Clipboard now it work :D --- than i had a look into Logfile and found 28.02.2023 07:46:42: COPYTOCLIPBOARD( 3386 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n " 28.02.2023 07:47:08: TEXTFROMCLIPBOARD( 3400 ) cText = E"C:\fwh\0\LISTVIEW\TGRID.BAK\r\n" 28.02.2023 07:47:25: ...
by Jimmy
Tue Feb 28, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clipboard TEXT
Replies: 0
Views: 164
Next

Return to advanced search