Answers grouped by Macro Loading, HTML Forms Data Loader, Forms Record & Playback, and General.
This usually happens if your target application form is running in Remote Desktop or a virtual server window, such as Citrix. To load the data properly in this scenario, check the "Use Alternate Method for Processing Macros" checkbox in the Choose Load Settings Options window, as shown below.
If the above setting doesn't work, you can load data properly by sending it as keystrokes instead of copy-pasting. To send data as keystrokes, put a forward slash "\" in front of the data. Example shown below.
There can be many reasons:
No, you can use FDL to load data into any active window, whether a customized application form or an HTML form. FDL does contain special shortcuts for loading data into Oracle Applications.
Please click here to see the list of keystrokes.
For Macro Loading, Forms Data Loader uses the .dlf extension; for Forms Playback files it uses the .fdl extension.
Yes. To use Forms Data Loader for languages other than English (such as Chinese or Korean), set up Windows as follows.
In Windows 7:
In Windows XP:
By entering a \{SPACE} keystroke in the cell.
Yes, you can use the Macro Loading feature to load data into HTML forms. However, we strongly recommend our special tool HTML Forms Data Loader for this purpose — it loads data much faster and more accurately than macro loading.
By entering the initial characters as keystrokes in the cell. For example, if the list looks like this and you want to select "Argentina":
Pressing "A" once selects "Algeria"; pressing "A" again selects "Argentina." So you'd enter a keystroke like \AA.
Yes, by entering *MC(x,y) in the spreadsheet cell, where X and Y are screen coordinates. For example, *MC(430,240) simulates a left mouse click at that coordinate during loading. To capture exact coordinates, use the Get Screen Coordinate Tool from the Tools menu.
Yes. If you've already saved and successfully run a macro load, you can re-run it without interaction using the -run command-line argument. For example, to run "test.dlf" automatically, create a shortcut with:
C:\Program files\Forms Data Loader\FDLoader.exe -run c:\test.dlf
This launches Forms Data Loader, loads test.dlf, and starts loading in the target application without any user interaction. The target application window used the first time you ran test.dlf must be open, otherwise FDL will prompt you to start it first.
Keep checking this website — we publish new templates regularly.
HTML Forms Data Loader is specially built for loading data into web forms. It provides 100% reliable loads compared to Macro Loading. Click here to learn more.
Yes, HDL does handle LOV pop-up windows.
To set a text field to NULL during playback, enter <HDLNull> as the text. This feature was added in HTML Forms Data Loader version 3.3.
If you're using an older version, manually add two keystroke columns after the field: \^a (select all) and \{DEL} (delete).
For example, to delete the contents of an "Inactive Date" field, add two keystroke columns as shown below:
Remember not to leave the field contents blank in the corresponding cell in the HDL sheet — otherwise HDL will skip the field during playback and subsequent keystrokes won't work.
There could be various reasons. Please check that:
appsweb.cfg and appsweb_<sid>_<hostname>.cfg files as described in the Setting Up Forms section.$8.0.6_HOME}/forms60/log} and $COMMON_TOP/admin/log/[Context_Name] for recorded files, since the location depends on the Forms Patch Set level.Please check the following:
http://host.domain:port/dev60cgi/f60cgi?record=rec.fdl%20play=myplay.fdlThe Trial Edition contains all features except it doesn't load more than 25 rows. Otherwise, every feature available in the registered version is available in the trial version.
We provide unlimited support through email for registered users of Forms Data Loader. Please write to us at support@formsdataloader.com.
Standard Edition supports only Macro Loading, whereas Professional Edition supports both Macro Loading and Oracle Forms Record and Playback loading.