An Internet shortcut is basically a text file then ends with .url
For Example PlanetJ.url shortcut might look like this
[InternetShortcut]
URL=http://www.planetjavainc.com/
or you can point it to a file like this
[InternetShortcut]
URL=file://c:/Temp/Runnable.exe
Creation date: (5/26/2003 3:00:06 PM)
Returns the index of the ReportBreak among *ALL* report breaks in this ReportBreakCollection, or
-1 if the ReportBreak is not part of this ReportBreakCollection
Tests if a report break row should be add to the RowCollection prior to the specified row
You can use the getBreakColumn() method (which returns the name of the break column) and the
getLastValue() method (which returns the value of the break column field in the previous row) to
determine if a report break row should be added.
This method is not invoked unless there is at least one row already in the RowCollection
isAutoReloadBusinessObjectsOnPropertyChangeEnabled method
tells whether or not to reload the business objects in the list
if a property change occurs from one of the business objects in the
list.
Tests if each report should begin where the last report left off (the default), or if each report should
be cumulative, containing all information generated since the connection pool was created.
Tests if none of the tables whose data is contained in this RowCollection have been updated
via DataEngine since this RowCollection was read from the database.
Deprecated.because no one is calling it and isDisplayEditFDs() might return true even if no FD's are being displayed (because they are only displayed
when an app is launched from the builder)
Tests whether or not this magic request needs to end the current
navigation group and go back to the previous state of the last page of
the last group.
Deprecated.This method isn't so good because it doesn't let you specify which fields get initialized & which don't. But there might be subclassses that
implemented it, so I guess we're stuck with it for now. isInitializeDerivedFieldEnabled(String) is the replacement which subclasses should
override
Do we load parameter values from the http request during the executing of this magic request?
If parameters for a context are being displayed and a different context ends up being executed, it may cause a new
copy of the first context to be executed as well, and we may not want to load the "old" parameter values into that
context.
Do we load parameter values from the http request during the executing of this magic request?
If parameters for a context are being displayed and a different context ends up being executed, it may cause a new
copy of the first context to be executed as well, and we may not want to load the "old" parameter values into that
context.
Tests if this collection of field descriptors contains one or more field
descriptors which describe fields that are not physically present in the
database.
Deprecated.method is no longer used for determining what fields are to
be shown on edit, insert, or any details for that matter.
DisplayColumns property group, the RowCollection and the Row
are now used.
Deprecated.method is no longer used for determining what fields are to be shown on
edit, insert, or any details for that matter. DisplayColumns property group, the RowCollection
and the Row are now used.
Deprecated.method is no longer used for determining what fields are to be shown on
edit, insert, or any details for that matter. DisplayColumns property group, the RowCollection
and the Row are now used.
This method will verify this ConnectionRow contains valid connection
properties and using these properties actually establishes a connection
to a database.
Tests if this Row must validate its derived fields Defaults to false, Subclasses can override this method or set this value via
setValidateDerivedFields(true)