Its hard to explain , Example I am making a library system,
I want user to register in my form, they have the capability to upload their picture like saving a text on database is that possible?
How can I possible to embed image in Foxpro? Any ideas theres no such info in the internet, I wanted to Allow user to upload their own images into the form? Is that possible?
I got an error whenever I Run my Program
Please Help me..
PUBLIC t1, t2
SET DECIMALS TO 2
SET FIXED ON
CLEAR
save=messagebox("Salary Computed!",64,"Calculation Results")
verify=1
*The content of the TEXTBOX is
*datetime(2010, 3, 11, 7, 30, 0) <-- TXTTIME
*datetime(2010, 3, 11, 17, 30, 0) <--...
So I Have 20 Records, I have a 3 textbox and a command button how can i integrate the locate() function?
What I wanted is When I press the command button the information will be shown
The data is stored in the table with a datatype of DATE/Time
I have created a textbox that has a controlsource in the table where i put the TIME-IN and TIME-OUT
(I have tried what you told to me and it works.. but Actually the time is generated by DATETIME()
I have my sample program...
I have it integrated to my form, Uhmm it is automatically generated I give you an example Im making a Payroll System
TIME-IN
3/10/2010 7:30:00 AM
TIME-OUT
3/10/2010 5:30:00 PM
How can I subtract that?
I don't know how I can subtract two different time.
Well I created something but it doesn't work.
Example I wanted to Subtract
7:30 AM to 5:30PM i wanted to get the difference
of the time, so the answer is 10 Hours.
How can I do that?
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.