Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to add Email to account Registration..
#1
Im adding Email as a input for a new account. All the client side works but when it sends the packet to the server i get this error

Quote:Compile error:

Method or data Member not found

On Sub SavePlayer

Quote:Sub SavePlayer(ByVal Index As Long)
Dim FileName As String
Dim i As Long
Dim n As Long

FileName = App.Path & "\Accounts\" & Trim(Player(Index).Login) & ".ini"

Call PutVar(FileName, "GENERAL", "Login", Trim(Player(Index).Login))
Call PutVar(FileName, "GENERAL", "Password", Trim(Player(Index).Password))
Call PutVar(FileName, "GENERAL", "Email", Trim(Player(Index).Email))

Highlighted on .Email))

Any Hints?
Reply
#2
did you add in the type .email?

and what does it say when you get the rror-.-...guys, its really important to know that
Reply
#3
That does the trick ^-^ Thankyou its been awhile :roll:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)