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 bkrike 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: michellq
  • Content: Threads
  • Order by date
  1. michellq

    Modify tabel structure without container

    Dear VB users, Can someone please tell me how to change the structure of a table. When I double click in my explorer on a .dbf file, I can browse trough the table. I don't see any possibillity to modify the structure. I can do it when I put the .dbf file in a container. When I place the .dbf...
  2. michellq

    VFP icon on Micro Soft Office buttons

    Hello VFP users and weedz, Dear weedz, thanks for your information. At the moment I get my icon at the top left corner. The only problem is now: how do I get my icon on the Micro Soft Office buttons. The VFP icon is still appearing on the button of my VFP executable and you can see it also on...
  3. michellq

    How can I see my .ico on my executable?

    Dear FoxPro users, Using version 5.0a, I am trying to get my own made icon on the executable. Via Project -- Project info(Ctrl+J) I do point the icon to the project. On the project information window I do see the picture. When I do built an executable the FoxPro icon is still seen on the...
  4. michellq

    an Sql command with max

    Dear VFP user, Please can someone help me with the next SQL statement: SELECT p.perfkcmp, p.perpk, c.cervalid, MAX(c.cerinvalid) AS expiredate ; FROM person p, certificate c ; WHERE c.cerfkper = p.perpk ; GROUP BY p.perpk ; INTO CURSOR Cr_Temp The question now: In cursor...
  5. michellq

    How can I see my .ico on my executable?

    Dear FoxPro users, Using version 5.0a, I am trying to get my own made icon on the executable. Via Project -- Project info(Ctrl+J) I do point the icon to the project. On the project information window I do see the picture. When I do built an executable the FoxPro icon is still seen on the...
  6. michellq

    Creating an unique ID field in a table

    Dear VFP users, I am creating a field what needs unique numbers. In the table designer in VFP 5.0a there is no possibillity tot create an autonumber field. In the table designer I do see a possibility to create a default value. You can als place a function, for example: NewID(). Can someone...
  7. michellq

    To foxdev: Error in global include file

    Hello foxdev, Thanks for answering my question. I do have the --cregistr.h-- file. I can't find the entry to point the .h file. Please can you help me? Nice regards, Michelle. your answer on: http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/27/pid/184/qid/37025
  8. michellq

    Error in global include file

    Dear FoxProusers, As starting user of FoxPro I began with a existing project what I got of a friend. When I build the project to an executable the compiler gives an error: Compiling d:\temp\forms\reports.scx Error in global include file: Include file 'd:\temp\convsys\cregistr.h' is not found...

Part and Inventory Search

Back
Top