Search found 5656 matches: line

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... from both worlds. Firstly in the world of the old Harbour programmer who wants to use the web in a way that is sufficiently efficient and more in line with my old methods... But at the same time, I want to know how things are maded with the tools of the most "official" current programming ...
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 870

Re: Intentando un primer archivo make

... ese prg, pero se declararon publicas en el main.prg. Como puede resolverse esto? Jimmy Thanks for your help, I prove and is the same result, and line become very large. Gracias por tu ayuda probé y el resultado es el mismo, además de quedarme una línea sumamente larga. There isn´t a echo.obj ...
by jose_murugosa
Wed Feb 28, 2024 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 278

Re: Intentando un primer archivo make

...  echo OBJ\WSPLANFAENA.OBJ\   echo OBJ\WSPRODUCTOS.OBJ,         + >> b32.bc  as i can say *.OBJ must be in "one line" so it must be    echo OBJ\MAIN.OBJ\ OBJ\AJUSTECUARTOS.OBJ\ OBJ\ALMACENOREPORTE.OBJ\ ...
by Jimmy
Tue Feb 27, 2024 10:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 278

Re: Connecting to a BLE device

... Embarcadero Technologies, Inc. testble.c: Error E2187 c:\bcc730\include\windows\sdk\prsht.h 919: Unexpected end of file in conditional started on line 20 Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 933: Declaration missing ; Error E2139 c:\bcc730\include\windows\sdk\commdlg.h 934: Declaration ...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 332

Re: COMBOBOX

You received an error because REDEFINE COMBOBOX does not support FONT. Check fivewin.ch to always see the latest implementation of a command line. I use resources exclusively because the alignment on a complex dialog is much easier. I use the following resource to see the latest implementation ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 325

Re: Add a new taskPanel on Explorerbar ( on line)

I think we would need a new method directly in the texplorerbar class to insert taskpanel in x position
I sent to Linares my Idea for two new methods
by Silvio.Falconi
Tue Feb 27, 2024 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 228

Re: Add a new taskPanel on Explorerbar ( on line)

New Release https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function Main() ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 228

Re: Create a Panel width a text

... with FW_SayText() and (extra) PANEL :!: GET use MEMO READONLY NO SCROLL but you can use SAY or RTF too --- when Edit Item and copy / paste those 2 Lines, save 4 x Lines, it still display 2 Lines but using WORDWRAP :!: i do not know if you want, using CalcTextHeight(), a "fixed" PANEL ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3303

Add a new taskPanel on Explorerbar ( on line)

At init I have https://i.postimg.cc/jddnRVhH/second.png and I wish insert a taskpanel after the first taskpanel on line ( I wish the final user can add the second Panel on line) https://i.postimg.cc/fTDWNxD1/second.jpg I not Found a Solution I created a test ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 228

Re: Create a Panel width a text

... with FW_SayText() and (extra) PANEL :!: GET use MEMO READONLY NO SCROLL but you can use SAY or RTF too --- when Edit Item and copy / paste those 2 Lines, save 4 x Lines, it still display 2 Lines but using WORDWRAP :!: i do not know if you want, using CalcTextHeight(), a "fixed" PANEL ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3303

Re: Data exchange between PC and Android device on the same loca

... the mobile part to FWPPC. Now it is necessary to completely leave WindowsMobie and go with Android but old Users are very used to working Off-Line.
by Arturo Lopesoria
Thu Feb 22, 2024 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 870

Re: PepPol European Invoicing standard

...           </cac:PostalAddress>        </cac:Party>    </cac:AccountingCustomerParty>    <!-- Add more invoice details, line items, taxes, etc. --></Invoice>  <!-- Add more invoice details, line items, taxes, etc. --> <!-- Invoice lines --><cac:InvoiceLine>  ...
by Antonio Linares
Wed Feb 14, 2024 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 959

Re: SAPI : change Voice

Simply add this line at the top:

static aEvents := {}

and then use this:

oVoice:__hSink = __axRegisterHandler( oVoice:__hObj, { | ... | AAdd( aEvents, { ... } ) } )

Finally, after the dialog, do:

XBrowser( aEvents )
by Antonio Linares
Sun Feb 11, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3933

Re: SAPI : change Voice

hi Antonio, oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | QOut( x, y ) } ) i have add that Line into Sample CODE, but nothing "seem" to happen using QOut() :( when change into MsgInfo() it does "fire" a lot, but "what" ...
by Jimmy
Sat Feb 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3933

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 121
PreviousNext

Return to advanced search