You are not logged in.

Search results

Search results 1-7 of 7.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Friday, October 12th 2012, 4:55pm

Author: woz

Now function

Jabaco Source 1 2 Dim Dob As String = InputBox("Please enter the Date Of Birth:", "DOB") age = DateDiff("d",Dob,now) msgbox age ...does nothing so i tried.... Jabaco Source 1 2 Dim Dob As String = InputBox("Please enter the Date Of Birth:", "DOB")Dim todate as datetodate = now() age = DateDiff("d",Dob,todate)msgbox age ...also tried.... Jabaco Source 1 2 Dim Dob As String = InputBox("Please enter the Date Of Birth:", "DOB")Dim todate as now() age = DateDiff("d",Dob,todate) msgbox age ....nothin...

Friday, October 12th 2012, 4:39pm

Author: woz

hope so....

....working towards http://docs.phonegap.com/en/2.1.0/guide_…0with%20Android via Jabaco

Friday, October 12th 2012, 4:12pm

Author: woz

Now function

Searching for "now" on forums yielded too much obsolete stuff.... How can I call the equivelant of Now() ? Wºz™

Friday, October 12th 2012, 3:27pm

Author: woz

noobie with Jabaco

Big thanks Dani, that should be enough for me to resolve. Really appreciate the help "....someone buy that man a beer!" Wºz™

Friday, October 12th 2012, 11:46am

Author: woz

noobie with Jabaco

Hi Dani, you seem to be quite an active member on these boards, so I appreciate the time to respond. Im unable to share the code in full due to the nature of my business but I`ll try my best to explain. I have 4 inputboxes that are requiring dates ie: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Sub sample() bullet = Chr(10) & " " & Chr(149) & " " Do response = InputBox("Please enter the gender:" & Chr(10) & bullet & "1.) Male" & bullet & "2.) Female", "Select gender") If response = "" Then WScr...

Thursday, October 11th 2012, 5:39pm

Author: woz

noobie with Jabaco

OK, now sussed out that thanks fo a thread on here the 1.5.2 doesnt ship with the latest framework....<sigh>. That seems to have resolved the datediff issue. I can at least run the app...but it doesnt launch....so I guess theres more to do... I have the message "Listening for transport dt_shmem at address: Jabaco26252924x828" sitting at the bottom of the screen & nothing else happens?! ....would it be bacuse im not using any forms etc but just using inputboxes but Im not calling them correctly o...

Thursday, October 11th 2012, 4:54pm

Author: woz

noobie with Jabaco

I have a .vbs file that I want to convert to an Android app. Jabaco can create the vb to jar file, then I can use "phonegap" to compile all files + jar to android. My problem is that 1> Total novice with Jabaco 2> Im using elements such as DateDiff, Inputboxes, Log (natural logarithm) & Exp (exponential)...Im not sure allof these are covered with Jabaco. 3> I can see a few threads referring to datediff...but dont have a clue...what im supposed to do! 4> Ive seen a thread referring to inputboxes ...

WoltLab Burning Board