Author | Topic: problem with GantTimePackage | |
---|---|---|
Loboda Maxim | problem with GantTimePackage on Thu, 13 Nov 2008 15:58:42 +0200 Hello. I try to use GantTimePackage in my X-Base aplication, but I have some problem: There is a property "start" which type is tDataTime, when I set this property like oGantTime:start := "2008-11-13 10:10:10" everything is fine, but when I try to get value, I have only date like "2008-11-13" Does anybody use it? Loboda Maxim | |
Wolfgang Ciriack | Re: problem with GantTimePackage on Thu, 13 Nov 2008 19:22:07 +0100 Hello Loboda, you can try to set for your main object oGantTime:TreatDateAsString(.T.) Regards Wolfgang "Loboda Maxim" <maksim@wgsoftpro.com> schrieb im Newsbeitrag news:5566010f$4bf8bd89$915@news.alaska-software.com... > Hello. > I try to use GantTimePackage in my X-Base aplication, but I have some > problem: > There is a property "start" which type is tDataTime, when I set this > property like > oGantTime:start := "2008-11-13 10:10:10" > everything is fine, but when I try to get value, I have only date like > "2008-11-13" > > Does anybody use it? > > Loboda Maxim > > | |
Loboda Maxim | Re: problem with GantTimePackage on Fri, 14 Nov 2008 13:49:18 +0200 Hello Wolfgang It's really help me, thank you very much. Loboda Maxim "Wolfgang Ciriack" <ciriack@ciju.de> сообщил/сообщила в новостях следующее: news:65d8b969$5ad5997d$a5f@news.alaska-software.com... > Hello Loboda, > you can try to set for your main object > > oGantTime:TreatDateAsString(.T.) > > Regards Wolfgang > > "Loboda Maxim" <maksim@wgsoftpro.com> schrieb im Newsbeitrag > news:5566010f$4bf8bd89$915@news.alaska-software.com... >> Hello. >> I try to use GantTimePackage in my X-Base aplication, but I have some >> problem: >> There is a property "start" which type is tDataTime, when I set this >> property like >> oGantTime:start := "2008-11-13 10:10:10" >> everything is fine, but when I try to get value, I have only date like >> "2008-11-13" >> >> Does anybody use it? >> >> Loboda Maxim >> >> > > |