I might need to clarify something here. The form I created is a FLASH form. As I understand it, an ONCLICK is not available for this type of form. So, I guess that may need to be changed to an ONCHANGE event.
Rome was not built in a day. Be patient!
How do you code the onclick event of a cfgrid to pass the key field, i.e. TicketID, to open a cfform for editing? The form should have the record loaded and ready for editing and be updateable as well. I'm a newbie to CF, but really like it's stability! Thanks in advance!!!
JSK
Rome was not...
Hello,
I have a .APP program written in VFP 5 that I call from within VFP 7, and the @say statements that draw lines are not showing correctly. They do display correctly sometimes, but not all of the time. I am wondering if I should do a complete rewrite of the .APP program, being that the...
Well, after further consideration the following code seems to work, which is placed in the Click() Event of the Search Button :
M.cur_area = SELECT()
DO getitem IN procs
Thisform.RefreshForm()
SELECT (M.cur_area)
=CURSORSETPROP("Buffering",2)
I'm assuming I should have saved the...
Hello,
I have a Form which I am using the DataEnvironment that has (1) table in it. On the Form, I have a Search button that runs a rountine in a procs.prg file. Buffering for this Form and DataEnvironment is set to Pessimistic. The DataSession is set to Default. When my rountine runs and...
Hi,
I have a user entry form where you can add or edit user records, and the buffering being used is pessimistic. It is how i am performing a certain operation that is confusing me. If i add a new record, ie... a new user id that does not exist, and you hit the save button, i perform an...
Hi,
What is the best way to compare memvars against table
values so if the ESC key is pressed in a data entry window,
you can ask to save changes. Or not ask if nothing has changed.
Thanks,
Scott Rome was not built in a day. Be patient!
Hi All,
While it's true I should be developing a point-of-sale
app in windows, I have Foxpro 2.6 for UNIX, which runs perfectly on FreeBSD.
So, with that being said, I was wondering if anyone would
share with me some codeing examples for handling invoice items on screen by way of arrays...
Rick,
Thank you for responding. I have VFP 7.0 and I guess I should go that way as well. Would there be any problems sending code to open the cash drawer or the like? Again thank you!
Scott K. Rome was not built in a day. Be patient!
Hi,
I am developing a Point-of-Sale system in FPD2.6a. I have
designed all of the tables, and basically know how it works,
but, I am having a problem tackling how to show invoice line
items and customer info on the same screen.
As well as how to incorporate a bar code scanner to scan the...
Hi,
Thanks to all who have responded. I will share with you the following source code, which is the MAIN.PRG. Here it is...
M.cur_versio = 1.00
SET BELL OFF
SET CENTURY ON
SET CONFIRM ON
SET CURRENCY TO ''
SET DATE TO AMERICAN
SET DELETED ON
SET ESCAPE OFF
SET EXACT ON
SET...
Hi,
In converting FoxPro 2.x screens to VFP, what in VFP becomes what it used to be in FoxPro 2.x for DOS. For example, where does the code from the Setup snippet, Procs snippet, Activate snippet and so forth get put in VFP?
I have a logon screen I need to convert in FoxPro 2.x to VFP...
Hello All,
Which one offers ease of use and better control on a
form when displaying Parent or Child records?
A Grid or Browse window.
Thanks!
Scott Rome was not built in a day. Be patient!
manpage,
I am in the process of transferring my FPD26 apps in DOS
to a Unix/Linux variant. It would work best with FreeBSD.
I am using FPU with FreeBSD. The only problem, is you'll have to connect to your pc through a pseudo terminal to have
full control of your foxpro session.
Other...
I just happened to notice this file is growing everytime I
make a new project, or change anything to an existing project. How can I get rid of some of this stuff and return
it to its default state without losing the color sets that
come with it when first installed.
Thanks,
Scott Rome was...
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.