-
Content Count
505 -
Joined
-
Last visited
-
Days Won
22
epos4u last won the day on April 12
epos4u had the most liked content!
Community Reputation
151 ExcellentAbout epos4u
- Currently Viewing Forums Index
-
Rank
Advanced Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
epos4u started following LetsEncrypt & uniGUI, Ramadan Kareem, How to create your own amazing custom popup menu and 6 others
-
How to create your own amazing custom popup menu
epos4u replied to mhmda's topic in Components and Code Samples
early Ramadan present.. can't wait brother -
Thank you brother
-
hi, anyone managed to integrate stripe payment yet Thanks,
-
Thank you brother
-
This is outstanding, congratulations brother @mhmda, everything is perfect and incredible
-
How to implement list swipe for mobile in Unigui
epos4u replied to mhmda's topic in Components and Code Samples
Brother mhmda, awesome video from the master, loving it thank you so so so much -
How to implement list swipe for mobile in Unigui
epos4u replied to mhmda's topic in Components and Code Samples
wow... looks amazing brother -
mastering series uniGUI New Series: Mastering Edits (Available)
epos4u replied to Fred Montier's topic in General
the link works fine in firefox, just tested now -
that would be great, will it work with VPN too
-
Good one Fred lol
-
How to pass user input from UniGui Login Form to MainModule
epos4u replied to CCH4UNIGUI's topic in General
sorry my bad, was half asleep cUserName:string; cUserName:=trim(UserNameUniEdit.Text) EmployeeTable.CommandText:='select * from employee WHERE ID='+cUserName ; you only need quotedtsr() function if ID is string -
How to pass user input from UniGui Login Form to MainModule
epos4u replied to CCH4UNIGUI's topic in General
then change cUsername or use cUsernameID as integer cUsernameID := StrToIntDef(trim(UserNameUniEdit.Text), 0); then EmployeeTable.CommandText:='select * from employee WHERE ID='+ cUserNameID ; will work -
How to pass user input from UniGui Login Form to MainModule
epos4u replied to CCH4UNIGUI's topic in General
are you sure your ID is string, seems like Integer, check your data structure is ID integer or string error might be here { Public declarations } cUserName:string; -
Thank you brother, simply amazing