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 gkittelson 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. VFP2013

    Nothing Showing Up In Grid!

    Olaf, My sincerest apologies for the way my last post may have been presented. Please know that I was not discontent with the solutions in any way, I wanted to take everybody's advice to better my code, but I always knew that my decompiling route was an option. I just thought It'd be a good idea...
  2. VFP2013

    Nothing Showing Up In Grid!

    Guys, I got an older version of the whole form from a past version of the application that I decompiled with Refox X. Everything is working as planned now. Thanks! Thanks! Ty Head Developer Shft Software https://shftsoftware.com/
  3. VFP2013

    Nothing Showing Up In Grid!

    Well, as I've said before. I can check temptempo with a CHANGE statement and I can see the records in it. It's just not showing on the grid. A sincere thanks to all of you though! Thanks! Ty Head Developer Shft Software https://shftsoftware.com/
  4. VFP2013

    Nothing Showing Up In Grid!

    GO TOP didn't work. There are no records showing. Also, using a cursor is not a good solution for this form Because, the user has to be able to place data directly in the field of different records, then the table is parsed for records where temptempo.hit=="X" Thanks! Ty Head Developer Shft...
  5. VFP2013

    Nothing Showing Up In Grid!

    Olaf, MESSAGEBOX(TRANSFORM(RECCOUNT("temptempo"))) returns "3". EZlogic, your code is working most of the way, there is just still nothing in the table. But the table is showing up now (the columns) no records though. Thanks! Ty Head Developer Shft Software https://shftsoftware.com/
  6. VFP2013

    Nothing Showing Up In Grid!

    Olaf, I've tried setting recordsourcetype to 1 and removing the .dbf from recordsource. still nothing Thanks! Ty Head Developer Shft Software https://shftsoftware.com/
  7. VFP2013

    Nothing Showing Up In Grid!

    I am currently working with a Dry Cleaning software program. In the screen where a user checks the customer out and receives payment. Here is the code: **INIT** thisform.label1.Caption=ALLTRIM(Name)+" # "+ALLTRIM(PPhone) USE tempo SHARED nRecs=RECCOUNT() FOR x=1 TO nRecs && I know there are...
  8. VFP2013

    How to make text with ASCII Block

    It's more like this. As an example: █ █ █████████ █ █ █ █ █ █ ████████ █ █ █ █ █ █ █ █ █ █████████
  9. VFP2013

    How to make text with ASCII Block

    I've seen some programs written in DOS FoxPro and they have text in them made of the ascii block character (█). And I needed to know if there was some function for that, or is it done by hand?
  10. VFP2013

    Replace a placeholder with a variable

    Well, the send-outs are done as the orders are marked ready. orders are marked one-by-one
  11. VFP2013

    Replace a placeholder with a variable

    Yes, Olaf, I could use the <<>> tags, but this program is designed for a dry cleaner's shop in my town whom I am writing this program for to get him off a DOS FoxPro POS system. So, his employees don't know much about that kind of stuff which is why it would be simpler to use %placeholder. But...
  12. VFP2013

    Return the current (active) form

    Well the problem is that I have timers and when someone pushes escape it breaks and interrupts them and displays an error. I just need to surpass this.
  13. VFP2013

    Replace a placeholder with a variable

    Hi, sorry for the numerous posts. This time I couldn't figure out how to replace a placeholder (such as %P for customer) with a variable string (such as the customer's first name from the accounts database). Here's what I'm doing, I'm making it to where the customer's can be emailed/texted via...
  14. VFP2013

    Return the current (active) form

    Yes, but I didn't want to have to code that line for each of my 47 forms.
  15. VFP2013

    Return the current (active) form

    Hi, while writing my application I wanted to put in a function that when you press escape <ESC> the current form closes. I know there was a way to return the current form number. If you know of a way to do this, please let me know.
  16. VFP2013

    Working with remote views for a MySQL server

    My plan is to integrate all the information used by the program into the "cloud". this is where each store would have its own database. In the database each store would have there would be all my tables that I currently use for data locally. I want the whole sha-bang to go cloud operated. All...
  17. VFP2013

    Working with remote views for a MySQL server

    Right now I'm using a little bit of both. I've written a crude licensing script that contacts my MySQL server and checks the max number of times it can be used and the date it expires. Everything else is a local dbf (you can call it local, the program is supposed to be set up on a server system...
  18. VFP2013

    Working with remote views for a MySQL server

    Hi, I've been working on a program for some time now, and it has finally been released. I've been working on some updates for it (VFP9) and was wondering if it would be possible to Cloud Base the program. I want to make a SUPER BETA version of the program that will Cloud base all aspects of the...
  19. VFP2013

    FoxPro List Box

    Thank the LORD That he sends wonderful people like you 2 Down! THANKS!!!
  20. VFP2013

    FoxPro List Box

    Ok, So First off i'm new here. Hi, I'm having trouble with making a list box in my foxpro program, it is for a dry cleaners program, you enter the customers last name, it searches a data base for that inputs all the last names and first names along with the customer number into a combo box in...

Part and Inventory Search

Back
Top