Search found 194 matches: piece

Return to advanced search

Re: SET RANGE ERROR

... the above line like this. oDtpFirst:bchange := { | oDtplast, oGrs1 |( oDtpLast:SetRange( dFirst ), oGrS1:Update() ) } James, NO, this is not the piece that didn't work but the piece that didn't work is this: @  20,100 DTPICKER oDtpFirst VAR dFirst SIZE 200,28 PIXEL OF oGrS1 ;    ...
by Silvio.Falconi
Fri May 14, 2021 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET RANGE ERROR - RESOLVED!!!
Replies: 6
Views: 768

SET RANGE ERROR - RESOLVED!!!

... see on this topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40344&sid=096b78133ff43210636e86df0f01f042#p240896 I inserted the piece of the two controls above a ribbonbar as created by Nages (changing only the position coordinates of the controls) always makes me the same ERROR ...
by Silvio.Falconi
Thu May 13, 2021 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET RANGE ERROR - RESOLVED!!!
Replies: 6
Views: 768

Re: Marc : Conversion process and questions about it

... Is the second way the way it should be done in order to use ALL options in FWH or is it the same ? Not exactly. Remember you need to write each piece of code only once . Thus, define a class for each database like the sample below. I put all the database classes into one PRG. Now your database ...
by James Bott
Tue Jan 05, 2021 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3735

About TCalendar

... is supported by FiveWin by the TCalendar class. What I saw, trying the testcal sample is the some animations are missing, I fixed it adding these pieces of code on the sample (and on every use)   // my fix   __objDelMethod(oCal, "HandleEvent" )   __objAddMethod(oCal, "HandleEvent", ...
by AntoninoP
Mon Dec 07, 2020 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 3040

Re: calculates the distance between two towns

Hi Otto, see this piece of code:   bDraw := {|hDC,x,y| FW_DrawImage(hDC, oMarker, {y-30,x-10,y,x+10},.t.) }   oMap:AddMarker(13.7025,42.6582,30,bDraw) The method AddMarker has parameters: Longitude, ...
by AntoninoP
Mon Oct 19, 2020 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2829

Re: Unrecoverable error 6005: Exception error

... the standard FWH version. It looks like your own adaptation and you need to look for answers yourself. Mr. Rao, I think that a original old code piece of fivewin. Regards Even in the older versions, this code was applicable to 16-bit Clipper only but never to 32-bit FWH. Taken from FWH 08.02 ...
by nageswaragunupudi
Thu May 14, 2020 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unrecoverable error 6005: Exception error
Replies: 5
Views: 528

Re: Unrecoverable error 6005: Exception error

nageswaragunupudi wrote:This is not the standard FWH version. It looks like your own adaptation and you need to look for answers yourself.



Mr. Rao,

I think that a original old code piece of fivewin.

Regards
by Antonio Mart.
Thu May 14, 2020 6:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unrecoverable error 6005: Exception error
Replies: 5
Views: 528

Re: Fast Report´s future

... found any sample of Xbrowse that is used this way (I would like a sample :D :D ) I am not sure if this is what you want. Please try this small piece of code:   USE CUSTOMER   XBREPORT oBrw DATASOURCE "CUSTOMER" ;      COLUMNS "FIRST","CITY","SALARY" ...
by nageswaragunupudi
Tue May 12, 2020 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6571

Re: xbrowse too slow

... This reduces the chance of bugs, makes writing code using the class easier, etc. oLotto := TLotto():New() Short, and easy to read. Write each piece of code only once. I know it on gif you can see is a tdatabase version on this app I use only two archives I tried also with your tdata and I ...
by Silvio.Falconi
Thu Sep 19, 2019 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4498

Re: xbrowse too slow

... This reduces the chance of bugs, makes writing code using the class easier, etc. oLotto := TLotto():New() Short, and easy to read. Write each piece of code only once.
by James Bott
Thu Sep 19, 2019 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4498

Re: To James Bott - Error Using TData

... a problem I fix it as soon as I can. TData was designed to handle as much of the repetitive coding as possible. The philosophy was to write each piece of code only once. So, in this case, it handles all scatter and gather routines, record locking, buffering, loading and saving the data all done ...
by James Bott
Tue May 28, 2019 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5632

Re: TO JAmes Bott : command for tdata

Nages, I tried another piece of source search on this forum a topic "problem with tdatabase" where Uwe answered me. The source i insert on first message run ok with tdata But not with tdatabase . Then i resolved with the help ...
by Silvio.Falconi
Sun May 26, 2019 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO James Bott : command for tdata
Replies: 9
Views: 1099

Re: Rpreview issues - PDF

... to C++. You must add Emf2Pdf.cpp to your project, adding the define __HARBOUR__ to c compiler (with command line -D__HARBOUR__) in this way this piece of code at end of emf2pdf.cpp will be compiled: #ifdef __HARBOUR__#include <hbapi.h>#include <hbhpdf.h>HB_FUNC(HPDF_ADDEMF) ...
by AntoninoP
Thu May 09, 2019 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7984

Re: DOS accounting system to TWeb

Hi Otto.
Can we see a little piece of code for making the grid above ?
Thanks a lot
Massimo
by Massimo Linossi
Sun Apr 07, 2019 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5932

Re: Xbrowse : Problem with Image resolved

Uwe, I had only copied a piece of my source back this is the original       WITH OBJECT  oApp():oGrid               :nRowHeight := 40                 WITH OBJECT oApp():oGrid:aCols[ 1]                          ...
by Silvio.Falconi
Thu Apr 04, 2019 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Problem with Image RESOLVED
Replies: 2
Views: 498
PreviousNext

Return to advanced search