Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17099 - 17146 of 18795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17099
... etf thank you!...
al_1219
Offline Send Email
Feb 1, 2007
11:02 am
17100
Hello there! I am really a rookie when it comes to XBasic. Downloaded the compiler and such and the HTML-documentary. Well, I have experience when it comes to...
hejna567
Offline Send Email
Feb 1, 2007
9:24 pm
17102
You can try to start here: http://gnetools.sourceforge.net/xbsupport/ Then click the tutorial links and start from there. Vince....
Vincent Voois
vvacme
Offline Send Email
Feb 2, 2007
12:58 pm
17118
Is our moderator on vacation? Brian -- http://www.skywise711.com - Lasers, Seismology, Astronomy, Skepticism Seismic FAQ:...
skywise711
Offline Send Email
Feb 4, 2007
3:42 am
17119
They probably use new tactics to generate accounts and abuse them....
Vincent Voois
vvacme
Offline Send Email
Feb 4, 2007
8:29 am
17120
... From: "Skywise711" <skywise@...> To: "Xbasic" <xbasic@yahoogroups.com> Sent: Sunday, February 04, 2007 2:47 PM Subject: [xbasic] spam ... Yes...
Vic Drastik
vicdrastik
Offline Send Email
Feb 4, 2007
8:47 am
17123
... What a shame. Such wasted talent. I mean, for people to go through all that time and trouble just to annoy people. Thanks for the info. Brian -- ...
skywise711
Offline Send Email
Feb 4, 2007
8:29 pm
17124
Ladies and Gentlemen, I think I've found the answers myself. I finally found some Word manuals, and did some extended bedtime reading. Solution 1: In the...
gungadout
Offline Send Email
Feb 5, 2007
12:33 am
17125
Hi Folks, I have a working console-based program which uses TCP/IP to connect to a database server and sends data bi-directionally. See extract #1 below. When...
gungadout
Offline Send Email
Feb 5, 2007
1:00 am
17126
Clarification - Yahoo display of Extract #2. Yahoo seems to have played with the leading blanks. The ^ Type Mismatch points to the closing parenthesis ")". ......
gungadout
Offline Send Email
Feb 5, 2007
1:08 am
17127
Well, I found that if I do all my "host" processing in the Entry section, there is no problem. When I try to access @host outside the Entry section, I get the...
gungadout
Offline Send Email
Feb 5, 2007
4:21 am
17128
You need to declare the correct type for your variable in the function. In XBasic, variables that aren't marked as being SHARED are local, and variables...
Steve Gunhouse
sgunhouse
Offline Send Email
Feb 5, 2007
4:47 am
17129
Thanks for your help, Steve. It is much appreciated. Whenever you happen to have a few more moments, please … I've tried declaring "SHARED host" and "SHARED...
gungadout
Offline Send Email
Feb 5, 2007
12:41 pm
17130
Could someone with Windows XP Professional please try to duplicate this error? Just install XtoEXE from the files area according to the instructions, then...
etfan2121
Offline Send Email
Feb 5, 2007
3:51 pm
17131
WAIT!! No need! I finally succeeded in duplicating the error. The problem is, Dario apparantly doesn't use the PROGRAM declaration at all. This doesn't give...
etfan2121
Offline Send Email
Feb 5, 2007
4:40 pm
17132
It may help to perform an Xin() and XinInitialize() prior to calling *any* Xin function. XinInitialize (@base, @hosts, @version, @sockets,...
Vincent Voois
vvacme
Offline Send Email
Feb 5, 2007
10:33 pm
17133
OK, the new, improved XtoEXE is up. It compiles .x files fine now, without a PROGRAM declaration. In the installation batch files, I added a copy of the ...
etfan2121
Offline Send Email
Feb 7, 2007
2:34 am
17134
Thank you a lot with this link. It helped me a lot. Still I search for a site with a list of all commands and a short description. Well, what did a famous...
DESERT FOX
hejna567
Offline Send Email
Feb 7, 2007
2:42 am
17135
There appears to be an error in the compiler in regards to integer division and user defined types. Here's an example: TYPE MYSINGLE SINGLE .x END TYPE ...
chucky7711@...
chucky77112
Offline Send Email
Feb 8, 2007
7:09 pm
17136
... From: <chucky7711@...> To: <xbasic@yahoogroups.com> Sent: Friday, February 09, 2007 6:08 AM Subject: [xbasic] compiler bug: integer divide There...
Vic Drastik
vicdrastik
Offline Send Email
Feb 8, 2007
10:56 pm
17137
Hello Folks, I now have successful communication with a database host from a gui screen. (Thank you Steve and Vincent for your suggestions.) I wanted to add a...
gungadout
Offline Send Email
Feb 9, 2007
2:45 am
17138
... <Snipola> ... <Snipola> Thank you for this. I don't normally use \ but a program I'm currently working on, I thought I should start using it as it seemed...
skywise711
Offline Send Email
Feb 9, 2007
5:54 am
17139
Hi: I saw a message back in May of 2000, about fixing this function to work with an image grid. It does not seem to work for me for either an image grid or a...
old2newbie
Offline Send Email
Feb 14, 2007
1:39 am
17140
Hi Folks, ** The consideration: In the Entry function of a GUI, I connect to a database server using xin and successfully perform I/O (xinSocketWrite and...
gungadout
Offline Send Email
Feb 14, 2007
2:06 am
17141
Hi again: Ok it works for visible grids when entered as XgrGrabPoint (grid, x, y, @red, @green, @blue, @color) Guewss I just copied the code from the help...
old2newbie
Offline Send Email
Feb 14, 2007
2:13 am
17142
... Just to start with the obvious ... you are using "@" with the returned values? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Feb 14, 2007
2:20 am
17143
Usually error -1 means that you also have to query the systemerror translator to get the true system error that was generated by the internet API of windows. ...
Vincent Voois
vvacme
Offline Send Email
Feb 14, 2007
9:10 am
17144
Greetings to all. I have downloaded xbasic. Using the IDE for windows: v6.2.3 I have written a two line program to add two numbers and print the result. It...
pjabut
Offline Send Email
Feb 16, 2007
9:51 pm
17145
... From: "pjabut" <pat.buttle@...> To: <xbasic@yahoogroups.com> Sent: Saturday, February 17, 2007 3:56 AM Subject: [xbasic] New member problem ... ...
Vic Drastik
vicdrastik
Offline Send Email
Feb 16, 2007
9:59 pm
17146
Hello I need to translate about 500 programs in QBasic 4.5 to a Window OS. These programs are usable application to final users. IŽam looking for a Basic...
visualsorte
Offline Send Email
Feb 16, 2007
11:35 pm
Messages 17099 - 17146 of 18795   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help