In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Date/Time and OLE

Xailer professional forum in English
Responder
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Date/Time and OLE

Mensaje por Nick Hilder »

Howdy
Is it possible to retreieve the date and the time of a date/time field using
XH and OLE
I'm looping through an outlook calendar and can only return the date of the
appointment, the time just disappears
::CurrentAppointment:Start
This returns a Date type variable.
Any ideas?
Is there a way in OLE I can just get the whole string back and break it
upmyself maybe?
Nick
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Date/Time and OLE

Mensaje por jfgimenez »

Nick,
> Is it possible to retreieve the date and the time of a date/time field
> using XH and OLE
>
> I'm looping through an outlook calendar and can only return the date of
> the appointment, the time just disappears
>
> ::CurrentAppointment:Start
>
> This returns a Date type variable.
>
> Any ideas?
>
> Is there a way in OLE I can just get the whole string back and break it
> upmyself maybe?
The new xHarbour version has full datetime support, although I've not
already tested it.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Date/Time and OLE

Mensaje por jfgimenez »

Nick,
> Is it possible to retreieve the date and the time of a date/time field
> using XH and OLE
>
> I'm looping through an outlook calendar and can only return the date of
> the appointment, the time just disappears
>
> ::CurrentAppointment:Start
>
> This returns a Date type variable.
>
> Any ideas?
>
> Is there a way in OLE I can just get the whole string back and break it
> upmyself maybe?
The new xHarbour version has full datetime support, although I've not
already tested it.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Date/Time and OLE

Mensaje por Nick Hilder »

Sounds great, I had better pull down some updates
Cheers
Nick
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=46f16397@ozsrv2.ozlan.local...]46f16397@ozsrv2.ozlan.local...[/email]
> Nick,
>
>> Is it possible to retreieve the date and the time of a date/time field
>> using XH and OLE
>>
>> I'm looping through an outlook calendar and can only return the date of
>> the appointment, the time just disappears
>>
>> ::CurrentAppointment:Start
>>
>> This returns a Date type variable.
>>
>> Any ideas?
>>
>> Is there a way in OLE I can just get the whole string back and break it
>> upmyself maybe?
>
> The new xHarbour version has full datetime support, although I've not
> already tested it.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Date/Time and OLE

Mensaje por Nick Hilder »

Sounds great, I had better pull down some updates
Cheers
Nick
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=46f16397@ozsrv2.ozlan.local...]46f16397@ozsrv2.ozlan.local...[/email]
> Nick,
>
>> Is it possible to retreieve the date and the time of a date/time field
>> using XH and OLE
>>
>> I'm looping through an outlook calendar and can only return the date of
>> the appointment, the time just disappears
>>
>> ::CurrentAppointment:Start
>>
>> This returns a Date type variable.
>>
>> Any ideas?
>>
>> Is there a way in OLE I can just get the whole string back and break it
>> upmyself maybe?
>
> The new xHarbour version has full datetime support, although I've not
> already tested it.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
> http://www.xailer.info
>
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Date/Time and OLE

Mensaje por Nick Hilder »

FYI
In the lastest version of the XH the Date/Time field in Outlook when
accessed via OLE works a treat
Regards
Nick
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> wrote in message
news:[email=46f26e31@ozsrv2.ozlan.local...]46f26e31@ozsrv2.ozlan.local...[/email]
> Sounds great, I had better pull down some updates
>
> Cheers
>
> Nick
>
>
> "Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
> news:[email=46f16397@ozsrv2.ozlan.local...]46f16397@ozsrv2.ozlan.local...[/email]
>> Nick,
>>
>>> Is it possible to retreieve the date and the time of a date/time field
>>> using XH and OLE
>>>
>>> I'm looping through an outlook calendar and can only return the date of
>>> the appointment, the time just disappears
>>>
>>> ::CurrentAppointment:Start
>>>
>>> This returns a Date type variable.
>>>
>>> Any ideas?
>>>
>>> Is there a way in OLE I can just get the whole string back and break it
>>> upmyself maybe?
>>
>> The new xHarbour version has full datetime support, although I've not
>> already tested it.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

Date/Time and OLE

Mensaje por Nick Hilder »

FYI
In the lastest version of the XH the Date/Time field in Outlook when
accessed via OLE works a treat
Regards
Nick
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> wrote in message
news:[email=46f26e31@ozsrv2.ozlan.local...]46f26e31@ozsrv2.ozlan.local...[/email]
> Sounds great, I had better pull down some updates
>
> Cheers
>
> Nick
>
>
> "Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
> news:[email=46f16397@ozsrv2.ozlan.local...]46f16397@ozsrv2.ozlan.local...[/email]
>> Nick,
>>
>>> Is it possible to retreieve the date and the time of a date/time field
>>> using XH and OLE
>>>
>>> I'm looping through an outlook calendar and can only return the date of
>>> the appointment, the time just disappears
>>>
>>> ::CurrentAppointment:Start
>>>
>>> This returns a Date type variable.
>>>
>>> Any ideas?
>>>
>>> Is there a way in OLE I can just get the whole string back and break it
>>> upmyself maybe?
>>
>> The new xHarbour version has full datetime support, although I've not
>> already tested it.
>>
>> --
>> Regards,
>>
>> Jose F. Gimenez
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>
Responder