Search found 132 matches: offset

Return to advanced search

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
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: 147

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: 147

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: 744

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: 744

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: 744

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: 701

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: 314

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: 314

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: 314

offset

can i have an example how to print with class tprinter with offsets x and offsety ' ?
by Silvio.Falconi
Tue Apr 18, 2023 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: offset
Replies: 3
Views: 314

Re: How to create a PRIVATE variable owned by the caller?

__mvSetBase() This is a hacking function which changes base private offset so PRIVATE variables created in function which calls __mvSetBase() will not be released when the function exit but will be inherited by its caller. Function sa_1() sa_2() ? cTXT Return ...
by vensanto
Wed Jan 11, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 771

Re: Ayuda con Wrapper LibXL

Hola tocayo. Por lo que veo en los 2 errores que te aparecen, te avisa que la funcion xlSheetSetPictureA( handle , row , col , pictureId , scale ); le faltan parametros. deberias de ver el fichero de cabecera de la lib , libxl.h, que parametros se deben de pasar a las dos funciones. xlSheetS...
by jvtecheto
Tue Dec 06, 2022 10:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Wrapper LibXL
Replies: 9
Views: 673

SCROLL INTO VIEW WITH OFFSET

SCROLL INTO VIEW WITH OFFSET
I found that style="scroll-margin-top: xxxpx;" does the trick.

Best regards,
Otto
Image

Image
by Otto
Mon Sep 05, 2022 11:05 am
 
Forum: mod_harbour
Topic: SCROLL INTO VIEW WITH OFFSET
Replies: 0
Views: 251

Re: Problem with SQL Native

... BY CAST(mytimestamp AS datetime) It is not necessary to ORDER BY THE field for setting WHERE clause on that field. We need to consider UTC offset if and only if we are accessing the same database over internet from different timezones/countries.
by nageswaragunupudi
Mon Feb 07, 2022 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1655

Re: Problem with SQL Native

... BY CAST(mytimestamp AS datetime) It is not necessary to ORDER BY THE field for setting WHERE clause on that field. We need to consider UTC offset if and only if we are accessing the same database over internet from different timezones/countries.
by nageswaragunupudi
Mon Feb 07, 2022 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1655
Next

Return to advanced search