FoxInCloud
Adaptation errors encountered
Gravatar is a globally recognized avatar based on your email address. Adaptation errors encountered
  Paul
  All
  Dec 5, 2018 @ 02:57pm

Hi,

Here is a list of errors that arise from coding patterns not properly handled by the automatic adaptation, situations that can be better handled in a future version of FAA.

  1. line continuation before messagebox(), inputbox() etc
    if something and ;
    messagebox(...)
    ->
    if something and ;
    *--FIC-- .......
    messagebox(...)

  2. wait window with a timeout (example from the VFP foundation class, _webview.vcx)
    WAIT WINDOW tcText TIMEOUT (tlWait)
    ->
    wWAIT(tcText TIMEOUT (tlWait), 'WINDOW')

Thanks. Paul

Gravatar is a globally recognized avatar based on your email address. re: Adaptation errors encountered
  FoxInCloud Support - Thierry N.
  Paul
  Dec 6, 2018 @ 02:55am

Paul,

Thanks for this feedback!

We'll try to fix these cases, however it may become very complex compared to the time it takes to fix it manually and once for all.

The compilation section in the adaptation log helps pin down and fix these glitches.

© 1996-2024