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...
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/
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/
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...
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/
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/
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...
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?
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...
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.
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...
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.
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...
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...
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...
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...
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.