Search found 554 matches: fill

Return to advanced search

Re: passing a value through a for..next loop

... (20 - 40 - 50 etc) and state like (NY, WY etc) Any small sample with more combo's will de ok. Please use the array's as data because I want to fill the arrys with data from my xbrwowse dbf filter settings. v Age v State >20 NY v>30 <WY >40 How good will it look that when Age is ...
by Marc Venken
Mon May 13, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 270

Re: Problemas con resolucion y xBrowse

Dear Enrico. I need those columns empty because later I will fill them with data according to the user's operations. This data is always invisible to the user. They are for internal use of the software. Estimado Enrico: Esas columnas las necesito vacías ...
by JoseAlvarez
Sun May 05, 2024 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 178

Re: Filter on Xbrowse

... or complex screens. Now the customer simple read the filter name and select. The way I generate my filters is that I use xbrowse filter headers, fill in some data and copy the filter expression into my filter DBF. https://www.maveco.be/fivewin/filter4.png If the idea is usable, ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 770

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: 153

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: 938

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: 158

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: 1790

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: 1507

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: 1507

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: 510

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: 3975

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: 382

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: 2166

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: 2709

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: 332
Next

Return to advanced search