Jump to content

Search the Community

Showing results for tags 'Delphi 2010'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi Here is a simple project to show how to build a login form I used Zeos Lib to acces the database and MySQL. in this case. Also i made all forms to fit a smartphone with 480x320 screen. Here is the SQL command to create the users table: DROP TABLE IF EXISTS `tbluser`; CREATE TABLE `tbluser` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `login` varchar(30) DEFAULT NULL, `password` varchar(20) DEFAULT NULL, `status` varchar(1) DEFAULT NULL, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; any comments would be great thanks ps: thanks to all forum members that help me with a lot of questions! LoginDemoProject.zip
×
×
  • Create New...