Search found 262 matches: separator

Return to advanced search

Re: I'm not asking for the moon...

Otto wrote:Use STRTRAN()

Perhaps we not understading the problem...
in the xbrowse table I have the numerical digits with the comma separator, then when I go to make the change I find the digits with the dot separator, do you think this is normal?
by Silvio.Falconi
Thu Jan 18, 2024 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2155

Re: problem with report to excel

... for: SUBTOTAL( -> SUBTOTAAL( SUM( --> ??? - > SOM( TRUE --> ??? -> WAAR FALSE --> ??? -> ONWAAR Language ID = 1043 Decimal separator = , Thousands separator = . List separator = ; I live in Belgium. Best regards Bart
by bart
Mon Sep 04, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3376

Re: LA CLASE TIMPRIME,, DE RAFA

... nCount < 100       UTILPRN ::oUtil nLinea+=.34,2 SAY  StrZero( nCount++,3 )       ISEPARATOR     enddo   ENDPAGE   IMPRIME END .F.   aEval( aoR, {|o| if( Valtype( o ) ...
by goosfancito
Mon Aug 14, 2023 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LA CLASE TIMPRIME,, DE RAFA
Replies: 22
Views: 5357

Problemas con Menu POPUP.

... ; * COLORSELECT CLR_HMAGENTA, CLR_HGREEN else MENUITEM ( AllTrim( oemtoansi(TablaMnu[i,3]) ) ) endif case TablaMnu[i,2] == 2 // separador SEPARATOR case TablaMnu[i,2] == 3 // final del menu ENDMENU endcase next ENDMENU return oMenu *----------------------------------------------------------------------------//
by José Camilo
Mon Jun 05, 2023 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Menu POPUP.
Replies: 2
Views: 204

Re: menu checked same menuitem

... MENU oMenu POPUP MENUITEM oItem1 PROMPT "First" ACTION (oItem1:SetCheck( ltipo1 := ! ltipo1 ),; Maketree(oDbf,oBrw)) CHECKED SEPARATOR MENUITEM oItem2 PROMPT "Second" ACTION oItem2:SetCheck( ltipo2 := ! ltipo2 ) CHECKED ENDMENU return oMenu
by Silvio.Falconi
Tue Mar 14, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 350

Re: menu checked same menuitem

... Function BtnPop() local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 "First" ACTION oItem:SetCheck( ltipo1 := ! ltipo1 ) CHECKED SEPARATOR MENUITEM oItem2 "Second" ACTION oItem2:SetCheck( ltipo2 := ! ltipo2 ) CHECKED ENDMENU return oMenu why it is not compiled ? Try ...
by cnavarro
Tue Mar 14, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 350

menu checked same menuitem

... Function BtnPop() local oItem1,oItem2 MENU oMenu POPUP MENUITEM oItem1 "First" ACTION oItem:SetCheck( ltipo1 := ! ltipo1 ) CHECKED SEPARATOR MENUITEM oItem2 "Second" ACTION oItem2:SetCheck( ltipo2 := ! ltipo2 ) CHECKED ENDMENU return oMenu why it is not compiled ?
by Silvio.Falconi
Tue Mar 14, 2023 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: menu checked same menuitem
Replies: 3
Views: 350

Re: Problem with Newbar (Btnbmp)

Dear Silvio,

When you add the new separator button, increase its oBtn:nLeft value
by Antonio Linares
Tue Jan 17, 2023 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Newbar (Btnbmp)
Replies: 1
Views: 238

Problem with Newbar (Btnbmp)

I have this bar

Image

But I have a problem

I wish insert a separator on this point

Image

If I add a button (disabled) with group it erase the text "in"

how I can make it ?
by Silvio.Falconi
Mon Jan 16, 2023 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Newbar (Btnbmp)
Replies: 1
Views: 238

New file format

I saved a table in an ascii file with the separator character "," or ";" but I would like to protect this file and create a particular and personalized format that no one could reopen but me with my little program of course ...
by Silvio.Falconi
Sun Nov 20, 2022 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New file format
Replies: 10
Views: 727

Re: CHARICON lista de codigos validos - para Cristobal ??

... MENUITEM "&4.- Item 4" CHARICON 57756 COLORRIGHT CLR_HRED MENUITEM "&5.- Item 5" CHARICON 57736 COLORRIGHT CLR_MAGENTA SEPARATOR MENUITEM "&Grabar como." RESOURCE "SAVE" no se como insertar una imagen por aqui para que vea como se descuadran los ...
by fridgar
Fri Nov 26, 2021 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1477

Super me dice que no existe

... description: Error BASE/1003 No existe la variable: SUPER Stack Calls =========== Called from: Source\impresion\TImpStock.prg => TIMPSTOCK:SEPARATOR( 265 ) METHOD separator( nSpace ) CLASS TImpStock   IF ( Super:Separator( nSpace ) )      ...
by goosfancito
Thu Oct 28, 2021 2:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Super me dice que no existe
Replies: 1
Views: 276

Re: Xbrowse : Setup configuration file

... ACTION EVAL(::bkeydown,VK_INSERT) WHEN !EVAL(::beof()) MENUITEM "删除本行 Delete" ACTION EVAL(::bkeydown,VK_DELETE) WHEN !EVAL(::beof()) end separator MENUITEM "另存入Excel" ACTION ::SAVE() MENUITEM "打印" ACTION ::REPORT(,.f.) MENUITEM "打印预览" ACTION ::REPORT(,.t.) ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1218

Re: Import/Export from/to CSV files (; separator)

Correct function Builddbf(aHeader,Alengte,cDbf,cdeli) local aStru := {} local aFields := HB_ATokens(aHeader[1], cdeli ) for i = 1 to len(aFields) cField = (aFields[i]) aAdd( aStru, { cField , "C", 255 , 0 } ) // I insert 255 is the max lenght next dbCreate( cDbf , aStru ) return nil Now t...
by Silvio.Falconi
Wed Nov 25, 2020 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2173

Re: Import/Export from/to CSV files (; separator)

I use this : (found from the forum) Maybe this be be updated of made better. Silvio : where is the source code complete ? This function i have found on the forum. What would you like more ? the problem is on function Builddbf(adata,Alengte,cDbf) if the header is Articolo;variante;Simili;Codice;Desc...
by Silvio.Falconi
Wed Nov 25, 2020 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2173
Next

Return to advanced search