Posts

Touchscreen For Restaurant Project (Login Form)

Image
Today i wanna share how to make a touchscreen using Visual Foxpro Here The Code : ************************************************** *-- Form:         form1 (alpha_key.scx) *-- ParentClass:  form *-- BaseClass:    form *-- Time Stamp:   08/11/15 08:41:06 AM * DEFINE CLASS form1 AS form Height = 238 Width = 675 ShowWindow = 1 DoCreate = .T. AutoCenter = .T. BorderStyle = 3 Caption = "Form1" TitleBar = 0 Name = "Form1" ADD OBJECT command1 AS commandbutton WITH ; Top = 62, ; Left = 1, ; Height = 55, ; Width = 62, ; FontBold = .T., ; FontSize = 16, ; Anchor = 240, ; WordWrap = .T., ; Caption = "Q", ; TabStop = .F., ; Alignment = 2, ; Name = "Command1" ADD OBJECT command2 AS commandbutton WITH ; Top = 62, ; Left = 62, ; Height = 55, ; Width = 62, ; FontBold = .T., ; FontSize = 16, ; Anchor = 240, ; WordWrap = .T., ; Caption = &q

Publish o_drawer.prn to Open Cash Drawer Instanly without coding.

Many People Ask Me how to open Cash Drawer without Coding. Today i Share file o_drawer.prn to public Download Link : http://adf.ly/wthpq password rar : http://all-comp.blogspot.com/ How to use it ? Sample Code : ---------------------------------------- COPY FILE O_DRAWER.PRN TO LPT1.DOS ---------------------------------------- Thanks Enjoyit
Image
Hi All How Are You Today Today i want tell you How delete Master-Detail Table in Navicat This is a Simple syntax in your Navicat Query for Delete Relation Table This syntax will delete relation table mpos and dpos Date Less than 2013-01-01 If you like it you can add syntax for filter delete option. I Hope you enjoyit

Access Denied from Xp to win 7 64 bit Shared Folder

access denied and account disable when access win 7 64 bit folder from Windows XP Here The Solutions Create Standard User from win 7 64 bit and name computer has "mserver" example : user - myprog Type simple Password for user Myprog examples : 123456 Create Folder Name examples : myvfp and shared for everyone and full control access. After that DONE In windows XP type Name or Server \\mserver (your computer name) If appear windows Logon Type user : myprog and Password :123456 and you can meat folder myvfp (vfp folder) If not than your Windows XP have some Problem has say : account disable or something error access denied ..... Click Start Run .... type : control userpasswords2 goto Advanced - and Click - Manage Password Click Add Type Name of Server : mserver username : myprog password : 123456 Restart your Computer and DONE Enjoy... Send me email if you have some problem at elchan99@gmail.com Thanks for your attentions

Cross Table Update with MySQL

Using MySQL version 4.0 or higher you can update a table by joining two or more tables together; note that the examples shown in this article are not possible with MySQL 3.23 or earlier. By joining two tables together you can update one table based on fields in associated records in another table. Let's say for example you have a product table which stores information about products and a productPrice table which has pricing information and you want to update the prices based on when the product was created (in the examples below you want to discount all your older stuff to 80% of the current price). In MySQL you can do this in one of two ways. The first is do do a join using commas, like so: UPDATE product p, productPrice pp SET pp.price = pp.price * 0.8 WHERE p.productId = pp.productId AND p.dateCreated < '2004-01-01' The second way is to use inner join syntax as shown below. This syntax is slightly more flexible as it means you can use left and right joins as well

Alias Table Not Found

IF you call multiform adding for new record you must change the form to 2 - private data session if you don't you can meat error appear 'alias table not found'

How To Open Cash Drawer Without Coding.... (New)

Dear all Foxer today i want to sharing my file o.drawer.prn that can open drawer without any coding instantly All you have to do just put this code into your object ---------------------------------------- COPY FILE O_DRAWER.PRN TO LPT1.DOS ---------------------------------------- Enjoy.... If you need file o.drawer.prn please contact me via email at : elchan99@gmail.com Best Regard