Hello everybody:
How you know there are hundred of thousands delphi multimedia componentes, but my question is:
There are some good programs using them ?
I want to do a very well looking multimedia program, a program that can surprise everybody for its beauty. And, of course, I want to see...
Hello everybody
Do you know how to print on a USB printer using FoxPro 2.5 for DOS ?
Is it possible ?
The DOS programs think that the printer is connected to the LPT1 port. There is some way for send the output to a USB printer ?
Thanks a lot.
Walter.
To Dave S.
Computer #1 can to have an Internet connection. Computer #2 can not have an Internet connection. In this case ¿ How I can download the file ?
Thanks in advance.
Walter.
To Dave S.
The table is not big. This will have 32.000 bytes at most. I need to access it just for read and just one time by day.
Can you explain me how to put a COM server in the remote machine ?
Thanks a lot.
Walter.
Hello everybody
How I can use a free table .DBF which is in other computer, connected by modem ?
What I need for use that table ?
Thanks in advance.
Walter.
Thanks Rob
Having a field named LockedBy can work on normal circunstances but if the user press the Reset button then the field can return a not correct value.
Any way, I can resolve it. There are others way to do. It is a pity than IsRLocked() not work in the expected fashion.
Good luck...
Thanks a lot Rob
But the help file of the Visual FoxPro 6.0 in Spanish say:
ISRLOCKED( ) devuelve un valor lógico verdadero (.T.) si el registro está bloqueado; de lo contrario devuelve un valor lógico falso (.F.).
that means: ISRLOCKED() return .T. if the record is blocked else it return .F...
Hello everybody
I'm having a problem on a net. Records seems not be locked.
Computer #1
-----------
USE \\NANCY\C\SISTEMAS\USUARIOS SHARED
=RLOCK()
BROWSE FOR ISRLOCKED()
The first record is showed. That's ok.
Computer #2 (a few seconds later)
-----------
USE \\NANCY\C\SISTEMAS\USUARIOS...
Thank you Lance
Well, I know all that but the idea is the following:
- To have a procedure than take as parameter the name of the table
- Open or select that table
For example, I want to have a DBGrid that show me the fields of the selected table (wichever it was).
Walter.
Hello everybody:
In FoxPro you can write:
Procedure OpenFiles
Parameters TableName
USE &TableName
Return
And, in your main program write:
do OpenFiles with "CUSTOMER"
Is possible to do some like that in Delphi ?
Thanks in advance
Walter.
Well ...
In the first place, my English is not very good so excuse me if you dont understand something.
The fact is very simple after all:
How can you use a value (const or var) for to print in a QReport if the value is declared in another unit (.pas) ?
I had tried many things but nothing...
Yes, I know all that but...
it still doesnt work !!!
I had included the unit where the external variable is located but it doesnt work.
I use DataModule but... it doesnt work
Some another suggestion ?
Walter
I dont understand or you dont understand:
The value is EXTERNAL to the Qreport. I had it in another unit.
I want to use an external variable in a QReport. Is it possible ?
Walter.
Hello everybody
Do you know how to use variables in QRreports ?
By example: if I had a var named CustomerCode in the file Customer.pas, how can I use it in a report (in the Title band) ?
Thanks in advance
Walter.
To bbegley
No, that's not the idea. I want that the user can use any program but when the SysAdmin send a message it could be seen, it could be showed over all the windows.
Anyway, I had found a good solution looking for in Internet.
Walter.
Hi everybody
Is there a way to do a form "always on top", no matter that the user does ?
In another words: if the program Advice.exe is running then the user can't use Word neither Excel neither nothing more than Advice.exe
The idea is the following: The SysAdmin send a message to a...
To TimSNL
Are you joking ? THE PROGRAM could send and receive the data, not the people.
Any way, I had found the answer with the FastNet components of Delphi. It's very easy (now that I know how to do it).
Walter.
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.