and is there a way to have just one cell have it's background color changed when the user clicks on a row, instead of the entire row's color being changed?
Hi,
Is there a way to change the background color for just one cell in a grid? I want to change the color of a single cell as information is updated in the cell.
Thanks,
Aseem
How does one go about creating a multi-line messagebox in Foxpro 8. I cannot figure it out even with the escape characters. Is there another way?
Thanks
Hello,
I have a foxpro application in which I have made a form to represent a toolbar that the user can use to navigate the application...I would like this toolbar to show up exactly 50 pixels below the foxpro menu at the top of the window...I tried to use top and left, but if I am correct...
Hello,
I have a cursor which has many fields in it, most of which never change, however, sometimes I update the cursor and some of the field names change. I use the name fields to figure out some things the user is doing and therefore need to be able to figure out dynamically what the name of...
Hello,
I have a grid and I am trying to figure out which row the user selects in order to pull the information from that particular row and do some processing...however, i can't seem to figure out how to figure out which row is selected! Can someone help? I have the grid recordsource bound to a...
What is the best way...using field validation in the database itself, using masks and format in the form, or having code to handle the situation?
I know that each situation would depend on the application, but are there any issues that pop up using one method over another?
Hello,
I have a stored procedure for the update on one of my tables:
PROCEDURE updCaseInfo
local x, y
IF (cst_statid) < 0
messagebox("The error will be logged!")
x = alltrim(str(oldval("cst_statid", "cases")))
y = alltrim(str(curval("cst_statid", "cases")))
insert into...
BPeisch, I downloaded the ErrLog.zip file and tried to run errlog.prg...I got a "System has encountered a problem...please contact programmer" error and then it just shut down Foxpro. Also, it said it could not find msgsvc.prg. Do I need to download this file also? Thanks!
I apologize if this question is not supposed to be in this forum, but since I am using Foxpro to do it, I thought I would ask...
I am trying to create a program in which I can log many system and user events, such as if the user deletes a Customer or how many customers have logged into the...
Hello,
I have a textbox that has an input mask of 9999-999 and also the format proprty is set to "R" (I don't want to save the dashes)
What I would like to do is that when the user enters the number and presses the TAB key, a automatic search will be done...the problem is that when...
If anyone could send links for information about Foxpro triggers, I would greatly appreciate it. I am trying to create a eventLog class that will log various actions of the user, e.g. if the user deletes a order or edits a customer profile...has anyone done this before? How did you implement...
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.