Subject Re: Enter Key issue
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Tue, 14 Jul 2020 09:25:56 -0700
Newsgroups dbase.getting-started

On 7/14/2020 8:56 AM, Michel wrote:
> Michel Wrote:
>
>> Hello,
>>   I've created an application which runs perfectly on my development PC with full dBase full version.
>> When running from a workstation with only PlusRuntime, enter key doesn't run, nothing appends. On a 2nd workstation, in the same conditions, same issue with enter key plus issue with comma key which seems not te be recognized : comma as to be entered through alphabetical keyboard.
>> CUAENTER is OFF in the application.ini file
>> Using dBase 2.8 under Windows 10 (on development PC and workstation).
>> thansk for suggestion.
>> Michel
>>
> SOLVED ! by adding SET CUAENTER OFF  at the beginning of the main program. Seems the .ini file was not completly readen when launching the program.
>

When you mention application.ini, is it the one being used by the
application itself? Here's the problem, quite often, especially with
recent versions of Windows, the file you THINK is being used, is not
really the one being used ...

In your application (I assume you have a test version), add this for
checking:

msgbox( "_app.iniFile = " + _app.iniFile, "Test INI file Location", 16 )

This will show you the real location of the .ini file in use by your
executable. Then you can check to see if the setting is in there. Your
application won't use the one for dBASE itself, for example.

Ken

--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm