Search found 50 matches: fron

Return to advanced search

Problem with a get

I have to insert a measure 5 digit 2 dec sample 300.12 or 0.12 local nTop := 0 I take the value not from a dbf but fron an array @ nRow, 20 GET aGet[6] VAR nTop OF oModulo SIZE 50, 20 PIXEL FONT oFont UPDATE I wish no insert PICTURE "999.99" because on dialog I have 000.00 ...
by Silvio.Falconi
Tue Apr 11, 2023 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with a get
Replies: 3
Views: 255

Re: save xbrowse column to Html

Perhaps I resolved On my applicaton I use a dbf but I convert it into two different array with Header and superheaders then I create html directly fron xbrowse For Vertical option https://i.postimg.cc/KvKbVh2t/vert.png for Horizontal option https://i.postimg.cc/rw6BPdgL/orizz.png ...
by Silvio.Falconi
Sat Oct 15, 2022 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save xbrowse column to Html
Replies: 1
Views: 168

Re: Cargar un Browse desde GET..ACTION..

Hello Mr Rao and thanks

This is a good apporach but I need to call another Browse in case if the row I'm looking for does not exist I can Add it fron the browser itself

Please advise
by Compuin
Mon May 17, 2021 1:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cargar un Browse desde GET..ACTION..
Replies: 7
Views: 803

Re: FiveWin applications gallery

... ClientPrint.zip, Unpack, and run it. example included in folder example. the same for ClientPrint.jar. In FWH version is included comunication fron PHP on server ERP app, and Verifone_VX520 pos system. ( COM port, emulate USB ) Also include support for all type of BarCodes, in POS or Matrics ...
by Damir
Wed May 20, 2020 2:09 am
 
Forum: Utilities / Utilidades
Topic: FiveWin applications gallery
Replies: 52
Views: 54490

oPen with printer

If i define a pen with DEFINE PEN.... then the width of pen are different in methods fron tPrinter()!

oPrn:Box( nZeile+nPenw/2,nPenw/2,nNextzeile,oPrn:nHorzRes()-nPenw/2, oPen)
oPrn:line(nZeile,linksrand,nZeile,rechtsrand,oPen)
by byte-one
Thu Jan 23, 2020 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPen with printer
Replies: 5
Views: 602

Simulate drag & drop on buttons for tablet

... oLbx2:nArrayAt, .t. ), ; oLbx:Refresh(.t.), oLbx2:Refresh(.t.) ) It run ok but I not understood what need uDropInfo then when I take the item fron oLbx to move to oLbx2 it take allways the first and not that where is the cursor then if I click on a item and press the button then run
by Silvio.Falconi
Thu Jan 17, 2019 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate drag & drop on buttons for tablet
Replies: 0
Views: 397

Re: Report Margins

... draw line taking pen definitions from report class but I need draw 4 lines ( 2 vertical and 2 Horizontal) dotted and it must be set from a menu fron RPreview for all print class ( report and print) Any solution ?
by Silvio.Falconi
Sun Dec 31, 2017 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Margins
Replies: 24
Views: 3151

Re: Problem with Harbour Core ( RegEx)

... Silvio e Max",.F.,,,,.T.))   return nil if i use hbpcre.lib linked with all libs fron harbour\lib the exe give me these values ( see the picture) false Ciao Silvio 0 I use xmate and I have this env to compile the exe you can see ...
by Silvio.Falconi
Tue Dec 19, 2017 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Harbour Core ( RegEx)
Replies: 8
Views: 1462

Re: Now Animation curosor.ani working with FWH

Greetings: In my code show error at execute anicursor from resource, if execute the sample fron anicursor fron file not problem, but fron resource is crash: DEFINE ANI CURSOR oAni RESOURCE "AERO" Application Internal Error - Z:\Pruebas\TAniCursor\Prueba.ExeTerminated ...
by cuatecatl82
Tue Nov 24, 2015 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Now Animation curosor.ani working with FWH
Replies: 6
Views: 2270

Re: ADORDD on FW9.12

... from fiveh.lib I need to upgrade something else, isn't it.? FW9.12, is compatible with ADORDD?. I need to migrate an large aplication fron DBF/CDX to MySQL or MSSQL, so an upgrade can impact on any module of the application and require a lot of testing. If we have to upgrade, I need ...
by lgarcia
Wed Nov 18, 2015 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD on FW9.12
Replies: 6
Views: 974

Rpreview Mail

... If a final user not use Outlook application but he use web mail for his message how I can resolve it ? I wish a small function to send mail fron xharbour application , someone have this function ?
by Silvio.Falconi
Wed Jan 21, 2015 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview Mail
Replies: 5
Views: 888

Re: one array from two

Yes of vourse... this i know also I ...but i loaf asudoku fron a big file txt where are many string of 81 cr.. I take one dtring and make the array asudoku i wish create another array from asudoku and a prompt..not with hand but from fwh source... in ...
by Silvio.Falconi
Tue Jan 20, 2015 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: one array from two ( sudoku revenge)
Replies: 5
Views: 1237

Re: Tfiler Class

... : the final user not want show the dialog to modify or show filter strings but want only set the filter on his brw when select a filter name fron the list Now you can load a filter and not show allways string filter result or dialog of creation filter with easy commands oFilter:= TFilter():New(aCampos,aTitulos,aTipos, ...
by Silvio.Falconi
Tue Jan 06, 2015 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfilter Class
Replies: 11
Views: 3010

Re: Converting fron xharbour to harbour

I insert also this

function hb_HSetCaseMatch()
return hb_HCaseMatch()

but it crash the same
by Silvio.Falconi
Fri Sep 12, 2014 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting fron xharbour to harbour
Replies: 10
Views: 3682

3 LIBS MISSING in xharbour_bcc582_20140728.zip

Hi, Re: Converting fron xharbour to harbour New postby Antonio Linares » Fri Aug 22, 2014 1:38 am Silvio, Are you using the most recent Harbour from https://bitbucket.org/fivetech/harbour-xharbour-builds ? Please download the most ...
by avista
Thu Aug 28, 2014 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 LIBS MISSING in xharbour_bcc582_20140728.zip
Replies: 3
Views: 607
Next

Return to advanced search