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 Chriss Miller 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: bebbo
  • Order by date
  1. bebbo

    General question about "path" and "include"

    My application is structured in the following way: CMWIN\Projectfile.PJT & .PJX CMWIN\SCRN\*.scrn CMWIN\PRG\*.PRG CMWIN\Reports\*.frx CMWIN\CLASSES\ (class files) The source code is kept as above. I then use tables in \3100 (the drive etc is configure within my main program). Databases are...
  2. bebbo

    General question about "path" and "include"

    Sorry I don't understand. How should I be setting the path and using the "include" feature then. To be honest I've picked this source code up from a previous employee. All my new source code I've done similar to this as I did not know any different. For example if I'm using the directories...
  3. bebbo

    General question about "path" and "include"

    In one of my projects I have the following code in the first part of my main program: mPath = 'C:\CMWIN, C:\CMWIN\solution, c:\cmwin\foxpro, C:\CMWIN\PRG, C:\CMWIN\SCRN, C:\CMWIN\REPORTS,; c:\3100, c:\3100\programs, c:\cmwin\search, c:\cmwin\images, C:\djbdemo' SET PATH TO (mPath) The...
  4. bebbo

    Exe File keeps on getting bigger when compiling

    I have further news on this. When building my exe file I always recompile all files (don't know if this is right). However should I recompile all file my screnn files (*.sct) increase in size. For example my stock.sct file is 608 KB before compiling. It then goes to 853 KB after compiling...
  5. bebbo

    Can you clear individual dll files

    just spotted it, clear dll "name" Thanks
  6. bebbo

    Can you clear individual dll files

    My program has a number of dll files declared. I believe you can clear these dll's. Can you chose a dll you want to clear, leaving the remaining dll's to work?
  7. bebbo

    Run Windows 2000 with a mouse, without a keyboard

    Thanks, I'll have a look.
  8. bebbo

    Run Windows 2000 with a mouse, without a keyboard

    Thanks The problem is our application is on a kiosk. There is no room for a keyboard. Should the kiosk be rebooted the two click events no longer work. Perhaps there is something i can plug into the keyboard port to make it think a keyboard is attached?
  9. bebbo

    Find out how much CPU is being used

    Ids there a way I can find out, using a program, how much CPU is being used. I know I can locate it in windows but I was wondering if I can monitor it within my program. Thanks
  10. bebbo

    Run Windows 2000 with a mouse, without a keyboard

    A keyboard is not esstential for my application. I was wondering if there was a way to get a mouse to work without having a keyboard. Thanks
  11. bebbo

    Run Windows 2000 with a mouse, without a keyboard

    I have a stand aloan system running on Win 2000. On this standaloan system there are two buttons which represent mouse clicks. There is no keyboard attached. Unfortunately when there is no keyboard attached the mouse clciks do not work. Should there be a keyboard attached the mouse clicks...
  12. bebbo

    Exe File keeps on getting bigger when compiling

    Thanks for that advice i will try it out. However should i copy the source to my PC at home it compiles at normal size. I've copied it to an additional PC at work and the exe file gets bigger each time. i tend to think we have a problem at work. Everything has been virus checked with no...
  13. bebbo

    Exe File keeps on getting bigger when compiling

    I know this sounds like a virus. When I compile my exe file it appears to get bigger even though I've made no changes. Each time I compile the size increases. Is this a virus or could it be something else. i have ran an up to date anti virus check. Thanks
  14. bebbo

    RegisterWindowMessage

    They apear to be sending messages. I need to recieve messages sent by an external program. this is all new to me.
  15. bebbo

    RegisterWindowMessage

    Basically I want to recieve information from a c++ program. I believe they want to send me information using SendMessage(wnd, uClickYes, 1, 0) Apparently I should be able to pick up some parameters. This person controls some periperals and wants to send me information about them. At the...
  16. bebbo

    RegisterWindowMessage

    Yes, basically I want to recieve a message from another application using this function. If the external funtion uses the RegisterWindowMessage() how would I pick up the message/aparamters sent.
  17. bebbo

    RegisterWindowMessage

    can foxpro use the windows api funtion RegisterWindowMessage If so how?
  18. bebbo

    memo error when saving a form

    When I open this file on our server (mapped as H:\) I can edit it and save it without any problems. Therefore I've copied the full directory back to my c:\ drive. I get the same error message. I have a e drive so I tried copying all the data to e: . I get the same error except c: is replaced...
  19. bebbo

    SQL Question

    Thanks I tried the group by this morning. How does group by work. If I do group by 1,2,12. Posid could be repeated along with trans. The transaction type can be reated but I want the total for each transaction type for each transaction. Therefore if I have say the following "part" records...
  20. bebbo

    memo error when saving a form

    ramani Thanks, I'll give that a go tomorrow.

Part and Inventory Search

Back
Top