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.
Comments: ** Comment from web user: mk_common **
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.
Comments: ** Comment from web user: mk_common **
Thank you,
Yes, Native intellisense do not have this facility, I think native do not have intellisense for variables and fields ?
I have sent a FoxcodePlus file with little update for ' * ' and ' / ' with variables and fields.
and added some keywords in foxcodeplus.dbf for ' Select - sql '.
Warm regards,
mk.