Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ArevProgrammer

    Grid row selection

    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!
  2. ArevProgrammer

    Grid row selection

    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...
  3. ArevProgrammer

    @Say and @Get in VFP7

    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...
  4. ArevProgrammer

    Using Forms with DataEnvironment/Buffering

    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...
  5. ArevProgrammer

    Using Forms with DataEnvironment/Buffering

    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...
  6. ArevProgrammer

    Buffering data... and new records.

    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...
  7. ArevProgrammer

    Compare Memvar's against Table Values...

    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!
  8. ArevProgrammer

    Invoice Screen Design

    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...
  9. ArevProgrammer

    Designing a Invoice Screen

    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!
  10. ArevProgrammer

    Designing a Invoice Screen

    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...
  11. ArevProgrammer

    What goes where? ... Clarified.

    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...
  12. ArevProgrammer

    What goes where?

    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...
  13. ArevProgrammer

    To Grid or To Browse?

    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!
  14. ArevProgrammer

    BUG in SQL QUERIES on FOXPROX2.6 for UNIX

    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...
  15. ArevProgrammer

    Foxuser.dbf file in FPD26 directory

    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...
  16. ArevProgrammer

    Keyboard driven...

    Hello, Is it possible to make a VFP 7.0 app keyboard driven w/o using the mouse all of the time? I have several different screens in FPD 2.6 that I think would be easier to implement if this could be done. If this is possible, please share some ideas and what events the code should be...
  17. ArevProgrammer

    Why switch to VFP?

    Hello, Given the nature of the Windows O/S and it's inherent nature to crash because of whatever reason, why is it important to switch to VFP? There are hundreds, if not thousands of DOS applications still running. And, if Win XP still supports or emulates DOS, then whats the rush...
  18. ArevProgrammer

    How do I print from FPD2.6 on Win2k/XP?

    Hi, Actually, I'm not using any printer drivers. I'm just using certain FP commands, like REPO FORM "Name" TO PRIN and the like. And, for condensed characters, I send the appropriate esc codes to the printer. I'm trying to find out the best route to take. We have mailed out...
  19. ArevProgrammer

    How do I print from FPD2.6 on Win2k/XP?

    Hello, How do we print from a FP 2.6 DOS application running Windows 2K or Windows XP? We have several clients that are moving to these OS's. As usual, our VFP product is not ready for release to these clients. Thanks! Scott Rome was not built in a day. Be patient!
  20. ArevProgrammer

    What type of exe...

    Hello, I am wondering what type of exe to build for clients running some win98,ME and win2k,XP machines. I have had some problems trying to figure this out. I am mainly concerned which type to build for my users running the latter of the bunch. I can run a stand-alone (extended) with no...

Part and Inventory Search

Back
Top