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 Mike Lewis 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: skyyonk
  • Order by date
  1. skyyonk

    class not registered

    Hi all, I have a hoverbutton.ocx file which i copied into windows\system folder in win98 OS. After compiling the application and running it, i got a class not registered error message. Is there anything missing? Please help. Thanks.
  2. skyyonk

    Refresh form with OLE object problem

    Hi Jimoo, Your solution does work though its not pretty to do it this way. Thanks alot. Maybe its a bug in visual foxpro 6 that causes this problem. Will play around with the visible and enabled properties.
  3. skyyonk

    Refresh form with OLE object problem

    The flexgrid is dropped on the pageframe and not the form. Has been working fine until i was required to set activepage to 3 upon form load due to user requirements. When i click on page1 and back to page3 again, the problem is resolved. Btw, i am using visual foxpro 6. Same problem for...
  4. skyyonk

    Refresh form with OLE object problem

    Hi, I have a form with 1 pageframe and 3 pages. On page1, i have an ole object(msflexgrid). When the form is loaded and set focus immediately to page3, the ole object in page1 was displayed in page3 which is not what i wanted. It should not be there. Tried form refresh but did not help. Any way...
  5. skyyonk

    How to ensure windows scheduler is always active?

    A task is scheduled on a remote PC to be activated during night time. PC is running on Windows98 OS. Problem encountered is windows scheduler is not active thus scheduled task is not run. Reason for failure might be windows scheduler is closed by user or some other possible reasons.
  6. skyyonk

    How do i read data from a text file

    Hi all, I have data in a text file which i would like to extract and store into a foxpro table. A sample of the file header is shown below. ------------------------------------------------------------------------------------------------------------------------------------ Account Trans...
  7. skyyonk

    How to ensure application is always running in sys tray

    Hi all, For example, i have loaded an application into system tray. What can i do to ensure the application is always running in the system tray even after startup/reboot of the PC.
  8. skyyonk

    How to load an application into system tray

    Hey Mike, Thanks for your help!
  9. skyyonk

    How to load an application into system tray

    Hi all, i had an application written in foxpro and need it to be running at all times. The best method is to load the program into system tray so how can i do that?
  10. skyyonk

    How to connect to SQL server

    Hi all, Is there anyway i can connect to microsoft SQL server using my program straight away instead of going to control panel->ODBC to setup the connection?
  11. skyyonk

    How to ensure foxpro program can be excuted at remote pc

    Answers to the questions 1) Nobody is around to monitor the program 2) No, the program does not run on its own. A tcp program is used to connect to the remote pc to activate the exe 3) The program is run to produce a set of files which are zipped and ship back to HQ via email 4) Remote site is...
  12. skyyonk

    How to ensure foxpro program can be excuted at remote pc

    mgagnon Basically, i am working in a distributed system environment. Data needs to be downloaded to HQ on a daily basis. A program is run to generate a set of files which are zipped and emailed to HQ. Emailing part is working fine. It is the program that needs to be executed to generate those...
  13. skyyonk

    How to ensure foxpro program can be excuted at remote pc

    Hi all, I got a program written in foxpro and compiled into an exe. The program is residing in several pcs at distributed sites. The program is suppose to run at a certain time and pick whatever necessary data. Upon completion, file is emailed back to hq. We are currently running 2 jobs to...
  14. skyyonk

    Sending command to printer thru vfp

    Hi Andreas, I have read the Escape-Codes for the LX-300 in the APPENDIX-Chapter. I've got a question. e.g. ESC x n n = 1:NLQ 0:Draft What is the actual code for sending 'n' to printer from vfp?
  15. skyyonk

    Sending command to printer thru vfp

    Hi all, I am using EPSON LX-300 (dot matrix printer) to print out label. Using ??? command to send everything out to the printer. I need the first line of characters which is my identification number to be bigger then the rest of the label. The rest of the wordings would be condensed draft mode...
  16. skyyonk

    How to text file using printer name in dos

    Thanks JackTheC. Your code works well.
  17. skyyonk

    How to text file using printer name in dos

    Thanx danceman. cpath = cProgPath + 'txtfil run type (cpath) > lpt1 run type &cpath > lpt1 i do not wish to hardcode the output to lpt1 i would prefer to use printer name instead. e.g. my printer name is bill so i would need something like this. run type (path) > bill (this is not working in...
  18. skyyonk

    How to text file using printer name in dos

    Thanx danceman. cpath = cProgPath + 'txtfil run type (cpath) > lpt1 run type &cpath > lpt1 i do not wish to hardcode the output to lpt1 i would prefer to use printer name instead. e.g. my printer name is bill so i would need something like this. run type (path) > bill (this is not working in dos)
  19. skyyonk

    How to text file using printer name in dos

    i am doing this from foxpro 6.0 using fox run command
  20. skyyonk

    How to text file using printer name in dos

    I need to print a text file in dos but i do not want to hardcode the path to filename > lpt1 I need something like this: filename > printer name anyone can help??

Part and Inventory Search

Back
Top