Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Created Issue: FoxcodePlus - 3.11 with ' * ' and ' / ' [33945]

$
0
0
FoxcodePlus not Selecting the Highlighted word from Intellisense list when we press ' * ' or ' / '

We can test this like :

** I want result like : lnc = lna*lnb OR lnc = lnb/lna


lna=100
lnb=200

lnc = ln && here it is showing 2 variables in list ' lna ' and ' lnb ' variable ' lna ' is highlighted but when we press ' * ' or ' / ' it is not writing the highlighted variable like : lna* or lna/ it is writing only : ln* or ln/ ?


** OR

i have a table with below fields

** sales1.dbf

Quantity
Rate
Amount

Now if i use like below then it is not selecting the highlighted field

replace sales1.Amount with sales1.qu && here i pressed ' * ' but it is not writing the highlighted field ?
It is writing only ' sales1.qu* ' but it should write ' sales1.quantity ' ?

same problem with ' / '

' + ' and ' - ' working but ' * ' and ' / ' not working ?


Warm regards,
mk.

Viewing all articles
Browse latest Browse all 3798

Trending Articles