Navigation:  MCL Reference > Multimedia & Internet Functions >

HrPosPhoto( ), JrPosPhoto( ), SrPosPhoto( )

Print this Topic Previous pageReturn to chapter overviewNext page

The functions provide you with a link for double-clicking to

1.open the "Race Running Position Photos" videos
2.open the Race Data form if [Alt] key is held down simultaneously

 

 

Syntax

HrPosPhoto(vRetVal,nBackRaces,'fCondition',vDefaultVal)

JrPosPhoto(vRetVal,nBackRaces,'fCondition',vDefaultVal)

SrPosPhoto(vRetVal,nBackRaces,'fCondition',vDefaultVal)

 

 

Argument

vRetVal

1.If you omit this argument, a character string of 10 characters showing the race date.
2.If you pass a value into vRetVal, it will be the return value (can be any type) of the functions.
3.If you pass .Null. into vRetVal, the link (76 characters) for opening the video will be returned. Links to local files will be skipped.

 

Returns

Default to string, e.g., "15/02/2009" for 15/02/2009. If you pass a value to vRetVal, please see the description for vRetVal above.

 

Example

The following function will return the racing date. If you double-click on the date, the corresponding "Race Running Position Photos" will be opened.

HrPosPhoto()

 

The following function will give the racing date. It will display "Positions" on screen. If you double-click on the text, the corresponding "Race Running Position Photos" page will be opened.

HrPosPhoto("positions")

 

The following function will return the link for getting access to the web resource (something similar to "http://www.hkjc.com/english/racing/finishphoto.asp?racedate=20080227R4_L.jpg").

HrPosPhoto(.Null.)

 

See Also

HrBTrial( ), HrBTVideo( ), HrPreRace( ), HrPostRace( ), HrRaceReplay( ), HrRacingFocus( )

 

 


Page url: http://www.racematenet.com/english/help/index.html?hrposphoto.htm