Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messaging
Message
 
To
28/11/2006 09:35:04
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01172923
Message ID:
01173047
Views:
14
Well, how about making a small VFP app. This app would contain
one table with the following fields:

Message varchar(255), TimeStamp = DATETIME, User = varchar(25).

When your program needs to send a message, you INSERT a record
with the text in the Message field, DATETIME() in the TimeStamp
field, and the user name in the user field. On the main form,
add a timer, and each timer interval, check to see if a new
message (based on the timestamp) has arrived. IF it has, display
the message. The good thing about doing it this way is that all
messages will be saved in the database. You'll need a few more
fields, such as when the last message was received, etc., but
I'm sure you get the idea.


Anywho, doing it this way puts everything in VFP's domain, so
you won't have to worry about running it under Novell or whatnot.
Hope this helps. If you do it this way, let me know how it works.

Randall
--
Randall Jouett
Amateur/Ham Radio: AB5NI
I eat spaghetti code out of a bit bucket while sitting at a hash table! Someone
asked me if I needed salt, and I said, "I'm not into encryption." :^)
Previous
Reply
Map
View

Click here to load this message in the networking platform