Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: baudouxf
  • Order by date
  1. baudouxf

    MSCOMM32 - I don't understand

    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...
  2. baudouxf

    Form Menu

    GREAT Warm Regards Francis
  3. baudouxf

    Form Menu

    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
  4. baudouxf

    Attempting to lock .......

    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
  5. baudouxf

    Circle-Ellipse Drawing

    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...
  6. baudouxf

    SELECT SQL problem with Fox V8.0

    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...
  7. baudouxf

    Field name length & Install Express

    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...
  8. baudouxf

    Combo

    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...
  9. baudouxf

    Combo

    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...
  10. baudouxf

    Combo

    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
  11. baudouxf

    TGlobe

    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
  12. baudouxf

    µSoft Word - Office 2000

    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)...

Part and Inventory Search

Back
Top