hello,
I have a combobox that is used to select a guest from a table of guests
some of the properties of the combo:
boundcolumn=.3
boundto=.t.
rowsource = guest.last, first, g_no
rowsourcetype = 6 fields
the combo works fine
my problem is that when i select from the dropdown list then in the...
hello,
Is there a method like setall to set all rightclick method of all textboxes of a form?
for example i want to set all rightclick of all textboxes to copy the value to the clipboard
thank you
hello to all
I want to always keep focus on a form when I am editing fields on it.
Not to be able to click anywhere outside of the form unless I save my changes.
is that possible?
thank you
hello
i have the following select statement:
SELECT bdate, platforma.descr, CDOW(checkin)+" "+DMY(checkin), ALLTRIM(STRTRAN(strtran(booking.notes,CHR(13)," "),CHR(10)," ")), guest FROM booking .......
I noticed that when the field contains an expression like...
hello to all!
I hope you're getting on ok in the current crazy situation.
my question:
i have a select statement that collects data from several tables into a cursor.
SELECT bdate, platforma.descr, house.h_name, guest.descr, CDOW(checkin)+" "+DMY(checkin), nights...
hello
i have a grid that is populated from tables.
At start i have the readonly property to true and allowcelselection to false and i have a checkbox on the form to check it and make the grid editable. (readonly = f and allowcellselection .t.)
but this makes all columns editable even if i have...
hello,
i have a question
when i run the following code
select * from table-A
join ...
join ...
where ...
order ...
into cursor result-a
select result-a
.... (browsind the records)
what happens with the record position of table-a?
it stays to the record that it was...
hello,
happy holidays to all!
if i have the nomenu option in the browse command, this means that ctrl Y does not work for append records?
is there a way to make it work without having the menu?
thank you
hello,
i followed many programmers suggestion to use grid instead of browse.
but i have a question.
how can i show in the grid only some of the records depending on a condition.
do i use SET FILTER? isn't that slow if you have large number of records?
thank you
hello,
i get this error when i call this function:
FUNCTION bookopt
LPARAMETERS bk , cl, opt
IF opt=1
IF bk = .t. and. cl = .f.
RTN=.t.
ELSE
RTN=.f.
ENDIF
ENDIF
IF opt=2
IF bk = .f. and. cl = .f.
RTN=.t.
ELSE...
hello,
i use the following code to control browse window.
BROWSE NAME obrowin NOWAIT NODELETE NOMENU NORMAL FONT 'Arial', 10 ;
FIELDS aa :7 ,descr :50 , p_price :7
obrowin.width = 440
obrowin.height = 400
obrowin.top = 50
obrowin.left = 50
obrowin.allowheadersizing = .f...
hello,
i have a form with a grid
RecordSourceType = alias
RecordSource = sResults
i populate it during runtime from an sql statement
SELECT blah blah blah INTO CURSOR sResults
I get my data into the grid.
but whatever changes i make to the grid column titles and width during design are...
hello,
I want to pass some data from fox pro to a word document.
I already have the sample word document and i want to be able to recreate it from foxpro replacing names and dates that exist in the word document.
is there somewhere on the net a tutorial for that.
I would also like to know what...
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.