Hi All,
I created a frame with an serial communication option.
For reception, I work with the OnComm event procedure in order to catch the incoming messages. Everything works OK.
I transfer all my files to a LapTop and surprise, the frame doesn't get any incoming message.
The solution is to...
Hi Everybody,
I've a form with it's own menu.
I would like, from this menu, to execute a method belonging to this form.
I tried several sytax of 'ON SELECTION POPUP xxxx ' without any sucess.
Have an idea ?
Best Regards
Francis
Hello champions,
Do you have any idea how to 'trap' this message appearing in bottom of FOX screen when we try to edit a record locked by another user.
The goal is to display a messagebox in case of record locked.
Thanks all
Francis
Hi evrybody,
I have to draw a circle/ellipse onto a picture contained into a container.
This circle/ellipse has not to be part of this picture - just drawn onto (above) it.
Top of that, is there any instruction to bring to front or send to back a displayed object as 'Format' menu does...
Hello,
This very simple Query works fine with FoxPro V7:
SELECT Calls.key, Calls.arch_key, Calls.datetime;
FROM main!calls;
GROUP BY Calls.datetime;
ORDER BY Calls.datetime
With V8 (SP1 installed or not) it gives :
'SQL:GROUP BY clause is missing or invalid'
I tried several simple...
Hello,
2 questions:
1/ In version 7.0, is it possible to have field name length > 10 characters in a free table (not linked to a .DBC file)
2/ Using the 'Install Express' package supplied with FoxPro, when an istallation is done, the program doesn't appears into the programs list. This means...
Ok I fully agree. But but but take the following in wich I inserted a controsource (m_control I), set the value to 436343, it doesn't display you 'Donald Boyd'.
PUBLIC oForm, m_control
oForm = CREATEOBJECT("clscombotest")
oForm.show()
m_control = 436343
DEFINE CLASS clscombotest AS...
Thanks for you fast reply,
Ok, I agree but the problem comes when you want to diplay a data field in 1st column instead of the Integer data.
For example :
2 tables : 1st : Systems
2nd : Refs
Systems has an integer field (Refs_key) pointing to refs.key (also Integer). The data to...
Hi experts,
Do I miss something about the fact that a combo with a recourdsource data type Integer doesn't work even if rightly bounded to an Integer data field?
It works only if data type is Character !
If I'm right, does anybody have a workaround ?
Thanks for inputs
Francis
Hi dear Fox USERS,
Is there anybody who has any experience with TGlobe software(www.tglobe.com).
Originally, TGlobe is designed for Delphi.
Any help is appreciated.
Francis
Hi,
I'm using Foxpro 7 to start µSoft Word for reporting. The .DOC file is a merge file getting data from an .XLS file. The whole process is the following :
***************************************
SYS(3006, 1033)
oleAPP=CREATEOBJECT("Word.Basic")
ax = 'worddoc.doc'
wd_print1(4)...
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.