Hi guyz!
What do i missed?
i import data to table from excel but date column appears "/ /" in mytable. how do i fix this? should i format the excel date column as text first?
Hi Guyz!
I have this code as my filter
LPARAMETERS tcFieldName, tcSearchText
tcSearchText = ALLTRIM(UPPER(tcSearchText))
&& use macro expansion to implement search filter
SET FILTER TO "&tcSearchText" $ UPPER(&tcFieldName)
GO TOP
thisform.Refresh()
and have this in my textbox search...
Hi!
i have a field which is integer(auto inc).
so upon making new entry, new index will be assign.
but why when i cancel my attempt to create new entry, table is being revert but the index series skip its sequence?
how can i maintain its sequence when i cancel my attempt to create new entry...
Hi guyz!
What is the possible reason why this code is having an error in 1 FORM but perfectly working in another?
this code is the one which is working perfectly. (deleting entries)
#define CMSG "Are you sure you want to delete customer ("+ALLTRIM(customers.company)+")?"
#define MB_YESNO 4...
Hi!
How can i combine table column "name and surname" into one column "full name"
stafflist.dbf
column 1 = name
column 2 = surname
column 3 = the value of column 1 and 2 combine to become a full name
Thanks
Hi!
Im encountering error building .exe.
"cust_shortcut.mpr is already used by another program in the project"
how do i fix this?
"HELP" says select another filename.
Thanks!https://files.engineering.com/getfile.aspx?folder=6a6e06ba-3321-408b-8c05-bc51f4377b8a&file=Capture.JPG
Hi Guyz!
Need some help to maximize search filter of my program. Im new in foxpro. Just reading codes and hows it working.
i have the following
employee.dbf
form1
grid1
cboField
txtsearchText
in form1, grid1 combo textbox are there.
combo is for the fields of form1 (example: name, company...
guyz please help!.
I followed a tutorial in youtube. i followed everything. works perfectly aside from table ID index. In all my tables, if i set its index as ascending (column "ID ") and INDEXES type is CANDIDATE as per youtube tutorial, this is the error whenever im adding new entry...
Hi Guyz!
Im new in foxpro and just relying on modification of whatever codes i see working. Can you teach me how use textbox value for this code :
SELECT brand,type1,description,group from itemlist WHERE description LIKE '%XXL%' AND TYPE1 = "Modular"
i want '%XXL%' and "Modular" to came from...
Hi Guyz!
Im new in foxpro and just relying on modification of whatever codes i see working. Can you teach me how use textbox value for this code :
SELECT brand,type1,description,group from itemlist WHERE description LIKE '%XXL%' AND TYPE1 = "Modular"
i want '%XXL%' and "Modular" to be a value...
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.