Search found 599 matches: col

Return to advanced search

Re: New txbrowse

Nageswarao never included the possibility of having default columns and those suggested by the programmer and those predefined by the end user, I made some changes created by Francisco and created a sub class of xbrowse Is it not a option to set the colums, ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 367

Re: PepPol European Invoicing standard

... of this is done like older days making a html page ? Like this function tabel_html_code_OLD() cTabel:='<br><p><span style="color:#0000CD;"><strong>Enkel deze maten zijn nog beschikbaar :</strong></span></p>' cTabel= cTabel + '<table border="0" ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 924

Re: no aparece totales en xbrowser

... para su revision https://www.transfernow.net/dl/20231105orw9nLuV Mr. rao he formateado el picture para que aparezca dos decimales en la col pero aparece 0 nada mas, porque?
by artu01
Sun Nov 05, 2023 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no aparece totales en xbrowser
Replies: 5
Views: 587

Re: Fivewin and ADO

... appearance and behavior. can i "seek" in XBROWSE when use a Record-Set ? Yes. For that matter any datasource. how do i get active ROW / COL where Cursor are ? oBrw:nRowSel oBrw:nColSel But you rarely need this information.
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Fivewin and ADO

... NAME "Segoe UI" SIZE 0, - 18      ACTIVATE FONT oFont   END FONT   DEFINE DIALOG oDlg SIZE 1280, 1024 PIXEL FONT oFont TITLE cTitle COLOR BFcolor, BGcolor ;         STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, WS_MAXIMIZEBOX, WS_MINIMIZEBOX, WS_THICKFRAME )  ...
by Jimmy
Sat Jun 10, 2023 12:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Xbrowse : oBrw:ToArray (How to do it)

Thanks for the clarification !! I tried to add a col to the function oBrw:bRClicked := { |r,c,f,oBrw| aResult := XbrToArray( oBrw, [ aCols ] ) How does the passing aCols look like ? {1,2} {"ColName1","Colname2"} these don't work. ...
by Marc Venken
Thu Apr 13, 2023 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 957

MEMO : EDIT or GET with MULTILINE

... have "change" ( VAILD TXTRelease( lEdit, cFile, cMemo, cSave) ) how to use READONLY when lEdit = .T. (Syntax) how to show ROW / COL of Cursor Position how to call Find / Replace Dialog under Fivewin CLASS TMultiGet have METHOD Find( cText )METHOD Replace( cText ) ...
by Jimmy
Tue Mar 28, 2023 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO : EDIT or GET with MULTILINE
Replies: 5
Views: 520

Re: FIELD Selector for FiveWin ?

... but I believe the syntax differs from minigui; the minigui syntax model for graphical objects is: define window define textbox cName row 10 col 10 width 50 height 20 end textbox end window Best regards, Otto C:\FWH\samples\dragdrop3.prg     // FiveWin - own Drag&Drop new features ...
by Otto
Sat Jul 30, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

Re: Error en oBrw:ToExcel()

hi,

which Version of FiveWin are you using :?:

Line 9241 or 9335, in Version 22.06, have nothing todo with Excel.

Code: Select all  Expand view
9241          if ::lSqlRDD

9335                ::oSeek:SetPos( Len( ::cSeek ) + 1 )


---

how "big" (Row/Col) is your Excel Sheet ? more that 64 Kb ?
by Jimmy
Mon Jul 25, 2022 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error en oBrw:ToExcel()
Replies: 3
Views: 287

CLASS Tini():Get()

hi, i try to use CLASS Tini() PROCEDURE SaveINIfile(nRow1,nCol1,nWidth1,nHeight1 )local oIni   oIni     := TIni():New( "CONFIG.INI" )   oIni:Set( "Dialog", "Row"    ,nRow1   )   oIni:Set( ...
by Jimmy
Tue Jul 19, 2022 5:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS Tini():Get()
Replies: 7
Views: 487

Re: cyclometric circle

... wheel) I save the positions when I write the numbers https://i.postimg.cc/L8w5hyj7/ff.png For a sample the number 1 is on row 10 col 234 I think it are pixel ? This is the last Source code it seems run ok also the distance method #include "FiveWin.ch"#include "constant.ch"#define ...
by Silvio.Falconi
Tue Jul 12, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3028

Re: Combine xBrowse columns

oBrw:aCols[ 2 ]:bExtend := { If( <cond>, 1, 0 ) }  For any column, number of columns returned by bExtend, to the right of the current column are merged with the current column If aCols[ 3 ]:bMerge returns 3, then columns 3,4,5,6 are merged. ...
by nageswaragunupudi
Wed Jun 29, 2022 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combine xBrowse columns
Replies: 8
Views: 655

Re: prices breakdown

40.00 euro or 0.40 euro?
aImports:={200,100,50,20,10,5,3,2,1,0.50,0.20,0.10,0.05

If Is 0.40 it's no possibile
If Is 40.00
col 4 (20)
col 5 (10)
col 6(5)
Col7 (3)
col8(2)
by Silvio.Falconi
Mon Jun 27, 2022 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507

Re: prices breakdown

for a sample :

total price 1.20 it return me

col - Row
9 --------1
11 -------1


If the total price is 40, what is the correct result you expect?
by nageswaragunupudi
Mon Jun 27, 2022 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507

prices breakdown

I have to convert a total price into columns and positions relative to this system, i.e. the total price must be broken down into parts according to the scheme aImports:={200,100,50,20,10,5,3,2,1,0.50,0.20,0.10,0.05} for a sample : total price ...
by Silvio.Falconi
Mon Jun 27, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507
Next

Return to advanced search