HyperNext Studio

HyperNext Studio => General => Topic started by: jakegol on January 19, 2011, 08:17:49 AM

Title: registration
Post by: jakegol on January 19, 2011, 08:17:49 AM
where abouts do you type your codes for:

 
Code: [Select]
 Put RegCodeFN(1) into code1
  Put RegCodeFN(2) into code2
  Put RegCodeFN(3) into code3
  Put RegCodeFN(4) into code4
  Put RegCodeFN(5) into code5
and

Code: [Select]
 RegSetEmail(value)
 
?

any help appreciated.
Title: Re: registration
Post by: Malkom on January 19, 2011, 08:54:03 PM
Quote from: "jakegol"
where abouts do you type your codes for:

 
Code: [Select]
 Put RegCodeFN(1) into code1
  Put RegCodeFN(2) into code2
  Put RegCodeFN(3) into code3
  Put RegCodeFN(4) into code4
  Put RegCodeFN(5) into code5
and

Code: [Select]
 RegSetEmail(value)
 
?

any help appreciated.

There is an example project/stack showing how to use the Registration functions - you don't have to use them with a Registration Window but could just select what you need and use a dedicated card.

The project is called UserReg and is listed as example 28 Reg Scheme on our projects web page.
Title: Re: registration
Post by: jakegol on January 19, 2011, 10:11:17 PM
thanks for the help!! ;)