I created a new simple form contains a grid linked to a table AGENTS. When I run the form then the grid is getting empty despite the table AGENTS contains data. WHY ?
If I link the grid with any other table then grid shows up fully with data.
Very strange to me. Any help will be much appriciated
In my program (VFP5) I wrote the following statement inside a loop to sum a certain values in one variable called mMONTHLY_REMAIN :
mNET=0
mMONTHLY_REMAIN=0
DO WHILE .....
..
..
..
mNET=(((INT(ROUND((mMAN_MONTH*1.833),15)*1000))/1000)-mMONTHLY_VACATION)
mMONTHLY_REMAIN =...
An error message says "Autority information could not be founded" show up when I try to open "Active UserDirectory MMC".
But All predefined users can login to the server and have acces to it with their predefined permissions.
Anyway can help to me to get into the "User...
I want to do this:
- Check if a certain directory exist on a hard disk ?
- Check if a certain file exist on a hard disk ?
- Get the file name,file date,file time exist in a certain folder on hard disk.
Thanks for any comment
I'd like to trap two knids of errors. These are :
- Index does not match.
- Validate database.
Does anybody knows how to use ON ERROR command to trap and simulate these two errors.
Any help will be much appriciated.
Thanks
I created a data environment (de) contains two commands(Pc.Mdb) & (Items.mdb) contains two table (Items) and (Pc):
- De
- Pc
- Items
A data grid called (GrdPc) is linked with (Pc) table so the
GrdPc.DataSource=De
GrdPc.DataMember=Pc
The properyies of grid of Allowed...=True for...
In my program I need to calculate the vacation balance.
Within a process there is a field resulted of:
Vac_Balance = (22/12/30)*27
The result should be 1.649 , but it gives me 1.650 ???
When I divided (22/12/30) separtely it gives me (0.06111111111) and then by multiply :
(0.06111111111)*27...
I've a program written in VFP5 and I open the tables at the begining :
use employee in 1
use payrol in 2
use vacations in 3
and I close the tables when the program is end.
Some times "Index does not math...." comes to the user so
is there a way to detect that index is corrupted...
Program error says "object already open" when it reach the statement :
De.RsPc.Open
De is related to the Data environment
RsPc related to a table
Is there a way to know if RsPc is opened or not such as
( if De.RsPc.Open=True )... any comment ?
(VB6)
Thanks
Program error says "object already open" when it reach the statement :
De.RsPc.Open
De is related to the Data environment
RsPc related to a table
Is there a way to know if RsPc is opened or not such as
( if De.RsPc.Open=True )... any comment ?
(VB6)
Thanks
I'm not be able to print a numeric field witha value 0.250 ?
It always printed as 0.25 and the user wants three decimal digits 0.250 ( any comments ).
Thanks
If i've a numeric fields with (1.753781) value so how can I display or treat with only the first three decimal digits to be (1.753) without any ROUNDATION ??.
Thanks for any help sent
I created a job on server-2 to import a database from server-1.
When I run the job immidately it works but when I make a shedule for the job it fails, WHY ?
( Both servers are sql2000 running under win2000 server )
Thanks for any comment
I'm doing an export for the databases to another sql server each 2 hours starting from 8am to 3pm.
Is this slow down the performance of the sql server or causing any problem ?.
Note: I'm using sql server2000
Thanks for any comment
How do I monitoring the proformance of the sql sevrver and how to know the current login users and utilization of the sql server process ?
Thanks for any help sent
I've a segment consist of 6 pc's with ethernet card connected together through a hub.
One of those 6 pcs's considered AS A GATEWAY and it has a two network cards, Ethernet and toekn ring.So the ethernet card connected to the hub of other 5 pc's but the token ring card connected to other lan...
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.