Search found 551 matches: fill

Return to advanced search

Re: XBROWSE with "fullwidth" autocols

Number of columns
Code: Select all  Expand view
? Len( oBrw:aCols )


To fill the width of browse window
Code: Select all  Expand view
oBrw:nStretchCol := STRETCHCOL_WIDEST
by nageswaragunupudi
Thu Feb 29, 2024 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE with "fullwidth" autocols
Replies: 2
Views: 147

Re: PepPol European Invoicing standard

Or we can Use a XBrowse to fill the data and generate from it. https://www.maveco.be/fivewin/xml.png #include "fivewin.ch"STATIC nTransparency, oWndSTATIC c_path, c_path1REQUEST DBFCDXFUNCTION MAIN()  ...
by Marc Venken
Wed Feb 14, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 923

Unresolved External

Hi everyone, I am trying to build my exe with Harbour 320 and MSVC 2022 and Dr Xlsx.lib from Charles Kwon, but I have unresolved external error. Someone know what is missing? DrXlsx32.lib(packager.obj) : error LNK2019: external simbol not resolved, _fill_win32_filefunc64W, referenced in the function...
by Eroni
Tue Feb 13, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved External
Replies: 2
Views: 150

Re: Mark field as required

Hello, In my case I had to modify the TGet class to achieve the desired effect. What effect? Well, some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Creating table with Trichedit

... of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), and - NEW PARAGRAPH oRTF TEXT.... .......................... DEFINE NEWTABLE oRTF;... .............. ...
by Silvio.Falconi
Mon Jan 29, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1450

Re: Creating table with Trichedit

... of richtext 2. single rtf and six files The END TABLE oRTF team closes the table, but does not close the file. Therefore you just continue to fill out the file If it is necessary - oRtf:NewPage(), and - NEW PARAGRAPH oRTF TEXT.... .......................... DEFINE NEWTABLE oRTF;... .............. ...
by MMK
Mon Jan 29, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1450

JSON2DBF adapter

Dear Mr. Rao, Perhaps you could create a JSON2DBF adapter for us? I think it would be practical to have a function to fill JSON data into a DBF file in the following manner: json2dbf(dbfFile, jsonData, {aFields}) However, perhaps such a function already exists and I am just not aware ...
by Otto
Mon Jan 29, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 504

Re: check on get

There will be better ways, but i would think of making the aGet 2 dimensional and fill the second part with the original data.
After edit you could simple check the values for differences in the aGet
by Marc Venken
Fri Nov 24, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3937

Tget /tsay disable/enable

Is it possible to transform a Tsay or Tget control when it is disabled and create a rectangle with the dimensions of the control and fill it with a custom color or brush? sample https://i.postimg.cc/SKJ77PDD/uu.png I tried with #include "fivewin.ch"Function sample()  ...
by Silvio.Falconi
Thu Nov 09, 2023 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget /tsay disable/enable
Replies: 5
Views: 366

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

hi, this i got when have use DBU and fill it with German Umlaute xValue = "ä" STRTOHEX(xValue) = "84" ASC(xValue) = 132 xValue = "ö" STRTOHEX(xValue) = "94" ASC(xValue) = 148 xValue = "ü" STRTOHEX(xValue) ...
by Jimmy
Mon Aug 28, 2023 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: DBF to Excel Sheet, without Excel, using ADO ?

... i have use another *.XLSx and rename it to "some.xlsx" b.) now i got into edit and press "new" an begin to "fill" it when press "save" it "jump" to DATE FIELD where i input 01/01/01 c.) there is no "[testdt]" (or testdt*.*) ...
by Jimmy
Mon Aug 14, 2023 3:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2575

Crash with 23.04 GRADIENTFILL()

... 5930 )   Called from: .\DUALGRID.PRG => (b)MAIN( 916 ) https://i.postimg.cc/SRMNDyKN/Gradiend-Fill-Diff.jpg have made a Copy of "old" Source and it work again
by Jimmy
Sun Jul 23, 2023 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash with 23.04 GRADIENTFILL()
Replies: 5
Views: 314

Re: How to Fill a XLSX File

Thank you Marc,
I'll try it ;)
by vilian
Thu Jul 13, 2023 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Fill a XLSX File
Replies: 2
Views: 181

Re: How to Fill a XLSX File

I use this to make a file. I think the code I put in // is for opening. The rest will be the same I think. function makedroponfILE(oBrw)//  I believe this is for a existing file  oExcel:=TOleAuto():New( "Excel.Application" )  oExcel:WorkBooks:Open(...
by Marc Venken
Thu Jul 13, 2023 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Fill a XLSX File
Replies: 2
Views: 181

How to Fill a XLSX File

Hi Guys,
A customer sent me a XLSX that i have to fill. How could i open and fill that file ?
by vilian
Thu Jul 13, 2023 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Fill a XLSX File
Replies: 2
Views: 181
Next

Return to advanced search