ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Guided Tour functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Moves to another step of a Guided Tour.
Example
// Moves to the next step if the user has entered an email address
IF InGuidedTourMode() = True THEN
	IF EDT_Email <> "" THEN 
		GuidedTourChangeStep(MyGetStartedTour, gtNextStep)
	END
END
Syntax

Specifying the index of the step to be displayed Hide the details

GuidedTourChangeStep([<Guided Tour>, ] <Index>)
<Guided Tour>: GuidedTour variable
Name of the GuidedTour variable to be used. If this parameter is not specified, the current Guided Tour will be used.
<Index>: Integer
Index of the Guided Tour step to be displayed.

Moving to another step via an option Hide the details

GuidedTourChangeStep([<Guided Tour>, ] <Option>)
<Guided Tour>: GuidedTour variable
Name of the GuidedTour variable to be used. If this parameter is not specified, the current Guided Tour will be used.
<Option>: Character String constant
Step to display:
gtPreviousStepGoes to the previous step.
gtNextStepGoes to the next step.
Component: wd300mdl.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/18/2024

Send a report | Local help