My program has a function allowing the user to set an eject line before print number, Currently I am using :
(Printer is already set based on user input in setup file)
nEj=printers.invpre && (Inventory Pre-Printing ejection)
for x=0 to nEj step 1
Set device to printer
?chr(13)
endfor
set device...
Hi, me again.
Just wondering if there is any way to break a function in foxpro, for example I have an If statement that looks to see if an order has already been deleted, and If it has, I need the whole process to end here's the code
nOrd=INPUTBOX("Enter The Order Number To Delete.", "Individual...
Ok, so I got my executable compiled and working, but I need to rename the window so it says "Galaxy DryClean" Instead of "Microsoft Visual FoxPro". Any suggestions are very helpful!
Thanks!
Hello, again. Regarding my previous program, I need a way to create a kind of a table inside of a table, I know in oracle it is called a struct. Please help
No, I don't need the IP of the remote at all. I HAVE the IP of the host (Me) but I need the Remote (Them), each time the program opens, to check the entered license key (Stored on THEIR local system) if it is valid for the Host (My System). But I don't know how to work SQL at all, that's what...
Hello, once again. I would like to write a simple-license key validation that will run from my DryCleaning program to my SQL server on my computer (It should not be over-complicated, I have a static IP) with an SQL table that has only 4 fields per record:
1-Key Code
2-Active/Inactive
3-How Many...
I don't know how to populate the grid fields with my database information, the loop I guess you would say. I don't know how I would work that loop to put the info into it.
**************************************************
PUBLIC go_Form
go_Form = NEWOBJECT("frmForm")
ADDPROPERTY(go_Form, "la_Customers[1]")
go_Form.Show
Read Events
Close all
Clear All
RETURN
**************************************************
DEFINE CLASS cboCombo AS ComboBox
Width = 48...
Ok, as many of you know, I've been working on a DryCleaning program in FoxPro, and I never was able to compile foxpro programs into Executables without using the application wizard, if I tried to do it from a project, it would just flash on then off. I need to know how to build them, because...
copy the link directly as text and use it, I know it doesnt work because tek-tips.com has a type of sub-browser inside of the website, and opens the website from itself.
What I'm trying to do is, You type the customer's last name or phone number in the text box, then you click search, it populates the combobox with all the results in the format of <custno>: <last>, <First>, the customer number is always 6 digits in length or greater. it SHOULD use the customer...
Thanks, all. But I've decided to use a different method, using checkboxes with checking out a maximum of 14 orders, please see the new thread. I have a feeling that this way will be MUCH less of a headache
If you will see the picture attached, you will see that I have decided to go with another method. I've decided to only show 14 orders on the screen. The text to the right of the checkboxes are labels, and they only display the total amount of the orders with the following code. Please help with...
That code is not returning any results. I did modify it, because the format was upper case, my databases are upper and lower case, just depends on how it's initially typed in. And I'm not seeing 'use accounts.dbf' in there, so It can't be searching for anything.
No, I was getting errors with init from the beginning.
Errors include:
customer alias not found
details alias not found
cyclic relation
unknown member COLUMN3 (~x6)
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.