Hi everyone... i have grade as field as character which are 0,1,2,3,4,5,6,7,8,9,10,11,12.... but everytime i sort using set order , order by and index... it display 0,1,10,11,12,2,3,4,5,6,7,8,9.... may i ask how to sort from 0-12? thanks and advanced....
hi everyone... I have these codes... intention is to have showwindow = 2 but it always say property showwindow is read only... Please help... Thanks in advance....
oRepForm = CREATEOBJECT("FORM")
WITH oRepForm
.Caption = "Balances"...
Hi everyone...i have been using these two... scan for and scan while... and it works perfectly may you help me explain further how these two works so that i could use the most appropriate scan basing on my needs... Thanks in advance....
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...
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...
Hi everyone… i have 1,12,F,U as contents of my notepad, does filetostr() function can get the content in separate value (as separated by coma) not as “1,12,F,U” Thanks and Godbless…
I have first form that has text1, text11 and text12, as textboxes. In text1 i have keypress(F3) that calls another form(form2) which has computations. My question is how would i pass a computed value from form2 back to text11 and text12 to form1? I hope i have explain it well.... thanks....
Hi everyone… just wondering… i have a SELE and SCAN… in my code, just wanna ask how many AND can i use with these two?
SCAN FOR condition1 and condition2 and condition 3
ENDSCAN
SELE * from Prelod where condition1 and condition2 and condition3
Although it gave me the intended output, just...
Hi everyone... i dont know if i can consider this as a problem... but my grid is not filling up the window, only 8 items is shown, after that if i add another item, it shows the scroll bar already eventhough i still have 4 blank rows... May i ask for a solution please... thanks....
Hi everyone... please help me filter the cursor....
REPORT FORM LoadWallet FOR Details.transcode = "LOD" OR transcode = "CSH" AND BETWEEN(ttod((details.deyt)),start,ind) PREVIEW WINDOW (oRepForm.Name) ;
TO PRINTER PROMPT
Why is it everything in the table is shown even if I specify...
Hi everyone... i have ten texboxes in a form, but i want text1 and text2 only to be on focused everytime a user presses Tab key from the keyaboard. When the cursor is in text1 and when tab is pressed the cursor goes to text2, and when tab is pressed again, the cursor should goes back to text1...
Hi everyone… i miss all the lessons being taught in this forum… my application is working fine, im just keep on enhancing… thank you everyone for all your help…
I have seen in youtube that windows 12 is already out, will vfp9 or my application be still work or installed in the said operating...
Hi everyone.... ive noticed that everytime i sort my table, only those old record are sorted... then another sort for the newly added records.... how can i sort everthing including those recently added? Thanks and God bless....
Hi everyone... i have a form the has pageframe, in page 1 i have a dropdown list named CboIdnum which has a source of cursor that is already defined in the load event of the form. My question is i need to filter the dropdown list, I know that is easy to filter using SELECT, i tried creating a...
Hi everyone... i have put a timer in my main form that has an interval of one second, (i have put a digital clock in my main form) that a pageframe is present, and in the page one there is a text.valid event. My problem is... the input in my valid event is affected everytime a clock resets and...
Hi everyone... i have these code in Load procedure....
SELECT PADR(ALLTRIM(UPPER(sname)) + ", " + ALLTRIM(fname),25), idnum FROM tsulat ORDER BY sname, fname INTO CURSOR PgBseCbo
my question is, why is it not showing alpabetically in the dropdown list, not all but some of the record are not in...
Hi everyone… my application i accessed through a network, all client client computers may delete or add a record… i dont know if this is a glitch, but every time a record is deleted, and added again with the same idnum, when chosen in dropdown list, it says “idnumber not found” or record not...
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.