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.
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...
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 =...
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...
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
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...
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
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.
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...
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...
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...
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
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...
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...
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
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...
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..
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.