473,395 Members | 1,652 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Look for Example Spread 6.0 from FarPoint

Hi

I work in VB6 with Spread 6.0 from FarPoint

can anybody show me an Example or any Exaples (C#) like this.

VB6

Dim x, y as Integer

GetText(1, 1, x)

y = x * 2

thanks Chr.
Nov 15 '05 #1
2 3280
Dim x, y as Integer int x,y;
y = x * 2

y=x*2;
HTH
--

---------------------------
Time to get it done!

Remove (d*elete*) to reply
Nov 15 '05 #2
Frane Roje wrote:
Dim x, y as Integer


int x,y;

y = x * 2


y=x*2;
HTH

Sorry,

GetText(1, 1, x) is the Cell "A1" in the Spred and the Digit is stored
in int x.
I can't get the Digit in "A1" !!
Chr.

Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Gary Herron | last post by:
Hi list, Can someone who has built the SpreadModule on a windows machine please send me the results of the build (or just point me an a binary distribution). Here's why: I'm starting to...
4
by: Ahmed Liang | last post by:
Hi everybody, I am starting adding a Farpoint Spread (fpspread30) to my GUI application using VC++. Can somebody give me info on how to use it, or how/where to get basic programming manuals,...
0
by: Kim Johnson | last post by:
Anyone? Has anyone successfully used P/Invoke to create and use Spread2.5? If so, how did you create the Spread control/window? Kim Johnson
1
by: asdf | last post by:
Hello, Is it possible to use FarPoit Spread for Web on DotNetNuke platfrom? Can somebody point me to some samples. Any help is greatly appreciated, Leszek
5
by: stuart79 | last post by:
I am looking for a code that enables me to open another excel spread sheet while i am in my XL form i have this code - Workbooks.Open Filename:= "OtherFilename.xls" - which opens up the XL spread...
2
by: glibo | last post by:
I am trying to change the tab name when i open a excell spread sheet on the run time in c#. I changed it in the code: Response.AddHeader("content-disposition","filename=" + sFileName + ".xls");...
0
by: codewarrior1241 | last post by:
Hi all, I will try to be as clear as possible with my application, maybe ppl familiar with asyncore can help me out :-) Basically, I have python 2.5 in SuSe running with a server written using...
0
by: Sasie7679 | last post by:
Dear All, Could somebody let me know whether there is any option to provide close (x button in active tab) button in FarPoint TabPro control (as in IE7.0). I have written code to remove a tab by...
26
by: RobG | last post by:
Do some of the regulars here need to re-think their (sometimes strident) opposition to libraries? Both Microsoft and Nokia have announced support for jQuery. It seems to have gained quite a bit...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.