Oh I see... Thanks Chriss... Now I know...
I have put this code to test Chriss... because im suspecting its not writing the table... because everytime i check the table no changes is being made... My application is a multi user app Chriss ,thats why in my main form before calling the second...
hi Chriss... Thank you again for enelightenment... i already found the culprit... im sorry i panic... my simple code wasnt working in such a way i intended it to work... so i ask here in the forum... i forgot to issue the unlock... so it keeps showing the error message "Record not locked." I was...
Hi Chriss... sorry for im really having a hard time explaining what i wanted... but let me try my best... I have my main form that calls for the second form... which i wanted to record the idnumber in the cantlog, so that if the same number is used to log in another computer, it will tell that...
Thank you tom and Mike....
Yes Chriss... idname is a filed in log.dbf.. Oh I see... the update i think would be more that enough... you always give me an enlighten ment Chriss... another thing i wanted to know more is that why is it it can't be locked when i have put and open the table in...
Hi everyone... I have a code written in destroy as follows..
SELECT Log
SET ORDER TO IDNUM && IDNUM
SEEK(ALLTRIM(idnam))
IF FOUND()
IF FLOCK()
replace CntLog.log WITH .F.
ELSE
MESSAGEBOX("table Not locked",0+64,"Lock")
ENDIF
ENDIF
But everytime i close my form... it says "table Not...
Oh i see... I knew that i still have alot to study Chriss as you explained it well... for me its overwhelming but im really thrilled that i am learning alot from all of you here.... I will study and read to understand it well... and probably could appl it to my projects... Thank you for the...
attmon
showwindow = 2
ShowInTaskBar = .t.
windowstate = 0
windowtype = 0
mainform
showwindow = 2
ShowInTaskBar = default
windowstate = 0
windowtype = 0
Hi Chriss... i hope these help you help me... I want to start attmon first because in my main pogram it already has alot of routine that im...
Hi Chriss and Mike… Mike thats what i have done, i have set attmon showwindow property to 2, but it doesnt set the focus to Text1, i have to click it for attmon to be active… i dont what am I missing… thanks everyone…
thread184-1819600
Good afternoon everyone... I have these codes in my main program (Init)
WITH thisform
.windowstate = 1
ENDWITH
a = 10
DO FORM ATTMON WITH a
and these one in the form ATTMON init..
LPARAMETERS a
WITH thisform
.windowstate = 0
ENDWITH
DECLARE...
Just to make sure Chriss... Can I not directly put the data from the editbox to my table? as I did appending blank to my table and replace to fieldnames which the only issue is the Dobirth?
Hi Chriss thanks for explaining comprehesively... especially on the dobirth... i have never seen that coming... also sorry Chriss i was not hindering solving the actual problem. In my first application i really needed to read from the notepad... and when i have accomplished this thru your help...
Oh... Thank you Tamar... although ive used what griff have suggested and its working... i would like to study all that has been suggested, thanks to Griff, Ggreen,Mike,Chriss.. I really wanted to have the words in my editbox separately (by coma) and append it to my databse... i have these...
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.