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 Wanet Telecoms Ltd 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: Brezhnev
  • Content: Threads
  • Order by date
  1. Brezhnev

    how to get directory information ?

    Hi all1 I need to get number of files from a given directory and also names of those files. Is there any function in FoxPro to do that ? Or do I need to use some api ? I experimented with list files /display files but still don't get eno info.
  2. Brezhnev

    "Records added" progress doesnot go away

    Hi all! I have long process running that modifyes database structure. Progress bar with caption "Records added" pops up -- > never updates --> not released after process is over. Results of modifications are as desired. How can I clean this message ? Why in my case FoxPro doesnot release it...
  3. Brezhnev

    Send an E-mail

    Hi everybody! I just started to experiment with e-mail functionality. Looks like CDO would do for me ( I probably will ned HTML formatting therefor can't use MAPI). Here is small part of the program ( based on Mikes examples) that i am trying to test. LOCAL oMSG,oAtt oMSG =...
  4. Brezhnev

    registration of .dll fails

    Hi everybody! Quick question : trying to register CDOSYS.dll on my computer (i want to use Mapi messages).Getting an error : DLLRegisterServer in CDOSYS.dll failed.Therefor i am getting an error during creation of the object MAPI(class not found). what am I doing wrong ? Any ideas would be...
  5. Brezhnev

    using Grid ..can't add controls ...

    Hi everybody! Using Grid object on my form. Trying to add checkboxes and comboboxes to it.Receiving an error : "Cannot add object to the Grid" . Any ideas ? thanks in advance
  6. Brezhnev

    Caption from the table..

    Hi all! I have a little question.I am working on Audit report ... so i record changes in one table into the other.So for ex. you changed employee name , so i am storing field name(EMPNAME) and changes.But on the report I would like to show "Employee Name" .. so I found table property...
  7. Brezhnev

    Building .exe

    Hi all! I've done some small application in VFox6..now I am building .exe and that's the only thing i want to give my client ( also .dbc and couple reports)..When I run I see Fox backround and he doesn't like that...How can I have only stand-alone form on the screen ? Thank you
  8. Brezhnev

    Random alphanumeric combination...

    Hi all! I need to generate random alphanumeric combination of 3. For example : 3A4 . Please note that it could happend that all three are digits or all three are letters. Playing around with RAND() function but have a feeling there is a better way. Need advise fast. Thanks a lot.
  9. Brezhnev

    Chart control.Methods,Properties...Printing to Word , Excel..

    Hi all! I am taking a proposition of Mike Lewis and opening new thread that (i hope) would put some light on work with MS Chart control. I took Mikes class as a start. You can find free download on his web-site. But as we all know ¡V there is always place for improvement :) I added couple of new...
  10. Brezhnev

    Saving data to Word

    Hi all! Question is short: i need to save different types of data (tables, graphs, text etc.) to the Word document. So I created object ‘Word.Application’ and currently playing with that. Already able to save some graphs and print it ... Can somebody please point me to some examples 'cause i am...
  11. Brezhnev

    Using MSChart control

    Hi all! I am using MSChart Activex created by Mike Lewis ... I modified it greatly for my own needs , but overall it's a great class to play with. Have still some problems : 1. would like to be able to print to Word and Excel... Managed to write code to lunch and paste to Word.Can anybody help...
  12. Brezhnev

    using graphic representation on reports

    Hi all! I am starting new little project.What client wants is graphic representation on his reports.Can anybody point me to the class library that would help me with that ? thanks a lot
  13. Brezhnev

    GetWindow() , GetWindowText()..Can I use it inVFP ?

    Good day everybody! Can I use c-functions GetWindow() and GetWindowText() in VFP? I am trying it , but return value is always 0 which is indication that something is wrong.Here is my code : *--------------- LPARAMETERS tnHandle,tcTextString,tnMaxCount DECLARE INTEGER GetWindowText IN...
  14. Brezhnev

    using CreateProcess() to run GhostScript ... how to know job is done.

    Hi all! My problem keeps coming back... I think I've already posted this question some time ago , but can't find the answer i got ... so , if you would exume me -- one more time : I am using GhostScript to convert report file (.frx)-- > to .ps file --> to .pdf file. To run GhostScript i am using...
  15. Brezhnev

    .frx file to .html format

    Hi all! Have a question.... I need to transform FoxPro (VFox 7) report form to HTML format . Can anybody point me to some nice short way of doing it? Greatly appreciated
  16. Brezhnev

    Disabling and sorting ListBox

    Hi all! I am using listbox ...i populated it with bunch of items from the table...I am interested only in one particular item ( i.e. to update , move , sort ). So I am highlighting this item and thru command buttons updating the first column which is basically a number. I need to prevent user...
  17. Brezhnev

    Alignment in listboxes..

    I am using class-container that contains listbox.Populating listbox with 7 columns. and would like to align some of them to the left and some to the right. can’t find the appropriate property ..what am I blind ? Thanks for any help..
  18. Brezhnev

    Convert hexadecimal to integer

    Hi all! Sorry for stupid question but just got no time to find the answer in books.... Very simple -- I need to convert hexadecimal to integer ... And if anyone can refer me to some reading about converting numbers from system to system -- would appreciate very much Thanx
  19. Brezhnev

    How to check if .EXE is running

    Hi all! I need to run couple of .exes one after the other.What I also need -- is to know exactly when one .exe finishes ..to start the next one.To run my programmes I use createprocess() api... Thanx
  20. Brezhnev

    GhostScript problem

    Hi! Some time ago I did a project in VisualFox6 ..that converts .FRX file to .PDF file. Very tricky but eventually it works ( printing .FRX file to .PS file (PostScript) and then thru GhostScript converting it to .PDF)... So I resolved pretty much all problems but still left with one : if .FRX...

Part and Inventory Search

Back
Top