Hi all,
One of my clients has an Access database. It can be opened only on one computer , but not the other.
On a computer that is working -- you prompted with login ( i was provided with those params as well) and all is fine. On any other there is an error :
You don't have necessary...
hi,
i'm exporting to excel data cursor from vfp9 application:
loExcel.Cells(RecNo(),lnI).Value = lValueToInsert
also i'd like to be able to name column headers but having a hard time to find syntax to do so.
thanks for any help.
Hi everybody!
I am trying to exercise possibility of e-mailing crystal report ... So i am trying to use SMTP Mail class...
here is the code from MSDN:
string from = "from@microsoft.com";
string to = "to@microsoft.com";
string subject = "UtilMailMessage001";
string...
Hi!
I am working with Crystal reports in the .NET environment... using C#... Everythings just cool ... but know our client wants to be able to e-mail some of the reports ... to have some kind of connection with the default e-mail station...
How can i do it ? Would appreciate if you would answer...
i've done it trhu select screen ...
place a button on your form and write in the cklick method :
OpenFileDialog dlg = new OpenFileDialog();
dlg.Title = "Select Crystal Reports file";
dlg.Filter = "Crystal Reports (*.rpt)|*.rpt|All Files (*.*)|*.*"...
Hi!
I am doing calculation during my project .... and i am operating with currency values... unless i transform currency to numeric ( using MTON()) it's giving me wrong result !!
example :
x=$480.00
y=$26379.87
z=$1033.80
result=x/y*z = 18.8152 -- in VFoxPro (version 6)...
Hi!
I need to save some files to the particular directory....
My problem is -- i cannot find how to create folder in VFoxPro ( i am using version 6)... i want have pre-defined
something like this :
c:\test1
a:\test2..
Thanx in advance ....
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.