Navigation:  MCL Reference > Multimedia & Internet Functions >

HrRacingFocus( ), JrRacingFocus( ), SrRacingFocus( )

Print this Topic Previous pageReturn to chapter overviewNext page

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

1.open the "Racing Focus" videos (in Chinese)
2.open the Race Calendar form if [Alt] key is held down simultaneously

 

 

Syntax

HrRacingFocus(nSection,vRetVal,nBackRaces,'fCondition',vDefaultVal)

JrRacingFocus(nSection,vRetVal,nBackRaces,'fCondition',vDefaultVal)

SrRacingFocus(nSection,vRetVal,nBackRaces,'fCondition',vDefaultVal)

 

Argument

nSection

Specify the section number of the video.

vRetVal

1.If you omit this argument, a character string of 13 characters showing the race date and section of the video.
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 (87 characters) for opening the video will be returned. Links to local files will be skipped.

 

Returns

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

 

Example

The following function will return a date and a section number. If you double-click on it, the corresponding "Post Race" video (in Chinese) section 1 will be played.

HrRacingFocus()

HrRacingFocus(1)

 

The following function will return a date and a section number. If you double-click on it, the corresponding "Post Race" video (in Chinese) section 2 will be played.

HrRacingFocus(2)

 

The following function will display "Focus" on screen. If you double-click on the text, the corresponding "Post Race" video will be played.

HrRacingFocus("Focus")

 

The following function will return the link for getting access to the web resource (something similar to "mms://wm.hkjc.pbase.net/extra1/RacingFocus/20080227/chi_RacingFocus_20080227_04_500.asf").

HrRacingFocus(,.Null.)

 

See Also

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

 

 


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