Dear All
i make form search the employ same img
when i search name of employ i found the employ .
i need when i select employ in the list move the number of employ to text number (text2)
thanks
https://files.engineering.com/getfile.aspx?folder=721d2534-5818-48d9-81bf-87c85a0b2c70&file=3.JPG
Dear Sir
this code in object(text1) procedure( interactichange)
SELECT m.stfno as 'EmpNumber',m.name1 as 'First_Name',m.name2 as 'Second_Name',m.name3 as 'Last_Name' FROM MASTER m ;
where ALLTRIM(name1)+" "+ ALLTRIM(name2)+" "+ ALLTRIM(name3)=ALLTRIM(thisform.text1.Value);
ORDER BY 1;
into...
Dear all
I have a table that contains the Employee ID field and the date of the day of delay, hour and minute
Required in the report
1- Show employee number, delay days and total delay days
2. If the number of days is less than 3, it should not appear in the report
3 - If the number of days 4 or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.