Search found 138 matches: offset

Return to advanced search

Re: draw lines on xbrowse

... link the lines with the date. Create the msginfo's and check what is in aCols[ i ], for example, with xbrowse(aCols[ i ]). You need some kind of offset. Best regards, Otto static Function Marcar_Lines(oBrw)           WITH OBJECT oBrw              FOR i := 1 TO 91  STEP 10              ...
by Silvio.Falconi
Tue Nov 12, 2024 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: draw lines on xbrowse
Replies: 6
Views: 555

Re: draw lines on xbrowse

... link the lines with the date. Create the msginfo's and check what is in aCols[ i ], for example, with xbrowse(aCols[ i ]). You need some kind of offset. Best regards, Otto static Function Marcar_Lines(oBrw)           WITH OBJECT oBrw              FOR i := 1 TO 91  STEP 10              ...
by Otto
Tue Nov 12, 2024 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: draw lines on xbrowse
Replies: 6
Views: 555

Re: DBF How to obtain an array containing record number

... by this test program the speed is the same 0.06 seconds USE reads the DBF file, similar to memoread(). The record pointer (GOTO) is moved by an offset, which is determined by the definition of the header and fields to set the starting point. The pointer is then shifted by the length resulting ...
by Otto
Thu Oct 10, 2024 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 1095

New FTDN September/Septiembre 2024 (FWH 24.09)

... side of the image1. If nil the function decides. New: This param can be an array of { row, col } In this case, image2 will be overlayed at an offset of nrow,ncol relative to the top-left corner of image1. nRow, nCol can be positive or negative. cType: If spcified as "jpg/png", etc. ...
by Antonio Linares
Wed Oct 02, 2024 4:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
Replies: 5
Views: 935

Re: Switching from memo fields to files -

... to files - for each memo entry, we use a single file. You can then access it directly. Until now, you had to calculate the starting point via the offset and blocks in the memo field. This also offers great advantages for full-text search; you can immediately find the guest in the document. This ...
by Otto
Wed Sep 11, 2024 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching from memo fields to files -
Replies: 8
Views: 1137

Re: DBF File Parsing with PHP - low-level file reading

... is the best for me. Since 1994, I've been using the same logic for my room plan as the DBF file has. I think that's why I like it. I also use the offset here. I'm really curious about the speed. I am now getting the records back. I could hardly imagine that it is built so simply. So much unnecessary ...
by Otto
Wed Jun 19, 2024 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Parsing with PHP - low-level file reading
Replies: 18
Views: 1419

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

Converting time in Spain to my local time in India.
We know the current UTC offset of Spain is +1:00 and India's is +5:30

Code: Select all  Expand view  RUN
tsUTC := FW_AddTime( DateTimeSpain. "-01:00:00" )
tsIndia := FW_AddTime( tsUTC, "05:30:00" )
by nageswaragunupudi
Mon Mar 04, 2024 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 514

Re: ¿Cómo saber la fecha de los cambios a una carpeta?

Time Zone conversions Here is an example converting our local time to UTC and then NewYork time ( UTC Offset now -5:00 ) function TimeZoneConversions()   local tDateTimeLocal, tDateTimeUTC, tDateTimeNYC   tDateTimeLocal := HB_DateTime()  // current time   tDateTimeUTC ...
by nageswaragunupudi
Mon Mar 04, 2024 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo saber la fecha de los cambios a una carpeta?
Replies: 6
Views: 514

Re: nYoffset and nXoffset

TRy this if you make aOffset = PrnOffset( oPrn ) xbrowser aOffset and then ? oPrn:nYoffset,oPrn:nXoffset give you different values here aOffset = PrnOffset( oPrn ) give me 0,0 oPrn:nYoffset,oPrn:nXoffset give me 94,94 on class Tprinter the offset values are take from ...
by Silvio.Falconi
Mon Jan 15, 2024 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1290

Re: nYoffset and nXoffset

nXoffset and nYoffset are only used in the methods: New - Sets nXoffset and nYoffset based on printer settings. Cmtr2Pix - Uses nXoffset and nYoffset to convert centimeters to pixels. Mmtr2Pix - Uses nXoffset and nYoffset ...
by Silvio.Falconi
Mon Jan 15, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1290

Re: nYoffset and nXoffset

nXoffset and nYoffset are only used in the methods: New - Sets nXoffset and nYoffset based on printer settings. Cmtr2Pix - Uses nXoffset and nYoffset to convert centimeters to pixels. Mmtr2Pix - Uses nXoffset and nYoffset to ...
by Otto
Sun Jan 14, 2024 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 1290

Re: DBF Repair Tools

... might including repair of headers, removing non data characters, removing false end of file markers, etc. They also can re-align records are offset. Most errors are OS/disk caused, often from adding in sectors from the drive that don’t belong. Sent from my iPhone using Tapatalk
by TimStone
Thu Nov 09, 2023 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 1194

Re: offset

Silvio, excuse my ignorance, but what is OFFSET printing, a long time ago, I worked in a graphic shop, and there I used to print in OFFSET, but I don't remember anything at all.

Regards, saludos.
by karinha
Wed Apr 19, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: offset
Replies: 3
Views: 385

Re: offset

What do you mean by Offset? Offset from what? Can you explain clearly please? Through the Offset X and Offset Y parameters it is possible to specify a horizontal and vertical shift to center the print within the a4 sheet, I tried to ...
by Silvio.Falconi
Wed Apr 19, 2023 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: offset
Replies: 3
Views: 385

Re: offset

What do you mean by Offset?
Offset from what?
Can you explain clearly please?
by nageswaragunupudi
Wed Apr 19, 2023 3:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: offset
Replies: 3
Views: 385
Next

Return to advanced search