Author Topic: registration  (Read 3749 times)

jakegol

  • Newbie
  • *
  • Posts: 9
registration
« 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.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 461
  • Here to help you
Re: registration
« Reply #1 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.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.

jakegol

  • Newbie
  • *
  • Posts: 9
Re: registration
« Reply #2 on: January 19, 2011, 10:11:17 PM »
thanks for the help!! ;)
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »