FoxcodePlus not working properly when we highlight a Variable from dropdown list and press " , " for select the value :
Local ldDate1, ldDate2
ldDate1 = Date()
ldDate2 = Date()
if between(junk1.trndate,ld && here i have highlighted " lddate1 " and pressed " , " to select, but it is writing only if between(junk1.trndate,ld, and not writing the correct value if between(junk1.trndate,ldDate1 ?
Warm regards,
mk.
Comments: Done!
Local ldDate1, ldDate2
ldDate1 = Date()
ldDate2 = Date()
if between(junk1.trndate,ld && here i have highlighted " lddate1 " and pressed " , " to select, but it is writing only if between(junk1.trndate,ld, and not writing the correct value if between(junk1.trndate,ldDate1 ?
Warm regards,
mk.
Comments: Done!