When I checked the file this morning, it had been released. Don't ask me how or when :)
And no, I don't have any REPLACE ALL commands.
Also, I don't find the program running on any machine.
And we're using Novell 3.11
Actually, in the compiled code, the path is:
\\serv110\sys\software\vision_appt pointing to the
directory on the Novell network. I haven't tried the low level handle.
No problem, I appreciate the interest.
There are no exclusive opens. There are Flock() commands, but they are all matched with unlock(). And besides, shouldn't the lock be released when the program is closed??
I have tried opening the file on both Novell workstations from which it was...
Yes, I do. Listed below is the code in my MAIN program:
**********************************************
CLOSE ALL
CLEAR ALL
PUBLIC m.CLIENTID, m.CAMPUS
PUBLIC m.CURRENT_USER
STORE "" TO m.CURRENT_USER, m.CAMPUS
ON ESCAPE STORE "" TO mmmmm
SET TALK OFF
SET BELL off
SET...
Hi All,
I've written a multiuser program in VFP8 but apparently multiuser programming is not my forte. All users are locked out of the data table now. And when I go in to edit the program, I'm told the database is locked when I try to use it or any of the tables. How do I unlock it, please...
...run the SCHEDULE form as the main form without calling it from LOGIN, it runs fine. Can anyone help me with this please?
My LOGIN code is below:
*********************************************************
SELECT users
SET ORDER TO username
SEEK ALLTRIM(UPPER(m.USERNAME))
IF FOUND()
IF...
It really doesn't matter what the function of the code is. I may want to do any number of things with it. That's why I put it in a generic program called by all the text boxes, so I can easily modify the program as my needs dictate.
The question is how to reference the particular text box using...
I have 68 text boxes arranged as a grid of colums and rows. Each text box is named for the row and column it is in. I.E. TextBox1_1, TextBox1_2, etc. In the click event of each text box I DO a program (the same program for all boxes), sending as parameters the row and column of the text box I've...
Hello all,
Is it possible to substitute multiple variables into a statement such as:
thisform.text1.value = m.columnX_rowY
where X and Y are the variables?
I have tried something like:
thisform.text1.value = m.column&X.._row&Y..
but it doesn't work.
Can anyone help, please.
Thank you.
Stan
Hello All,
My form has a combobox pointing to a table.
My table is as follows:
Field1 Field 2
01 | Option 1
02 | Option 2
03 | Option 3
04 | Option 4
I want field2 to be displayed to the user, but have field1 stored in my data table when I save the data on the form. I...
Hi there,
Since the Keyword search is down I can't check if this has been answered before.
Is there a way to print a form as it is displayed onscreen. I have written a scheduling program and the users want to be able to print the schedule as it appears onscreen in case of a power failure or...
The problenm was fixed by declaring the variable PUBLIC in my Main.prg
Thank you everyone for your assistance. I always learn so much when I come here!!
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.