I'm not sure I see what you are saying, because NumRecords is not remaining at one. If it were at one, I would see multiple elements in the combobox. Either...
41395
gpop_520
Sep 3, 2010 11:15 pm
As I said to the others, I must be doing something wrong. I'll go back and play with. Thank you for taking the time. John...
41396
Ingemar Bjerle
ingbje
Sep 4, 2010 5:09 am
As I see it you are doing everything right When you define a new raf-file and open it the first time and create records the first portion of your program...
41397
Stefan Pendl
pendl2megabit
Sep 4, 2010 6:02 am
... If you think this application could be served by a web server, you could use Run BASIC to develop it. Run BASIC is the latest addition to the Shoptalk...
41398
Stefan Pendl
pendl2megabit
Sep 4, 2010 6:09 am
... WAIT will allow user actions from the setup GUI, so you just need to disable the TIMER and enable it after the setup is done. Can you send information to...
41399
Norman
nompse
Sep 4, 2010 3:07 pm
Hello all I am in the process of upgrading a program for a new printer, a Lexmark Prevail Pro705 The program managed to obtain the printerDC for any printer...
41400
Gordon S
gordonsweet2000
Sep 4, 2010 5:11 pm
As many here know I have been ardent user of LB fro many years since the very first 16 bit versions, and in my simple way have even managed to get some of my...
41401
Rod
rod_bird001
Sep 4, 2010 6:12 pm
The timed read of the serial port was the event I had in mind. You will just need to be careful to switch that timed polling off when the program's attention...
41402
Jim Hiley
ccomtas
Sep 4, 2010 10:28 pm
Ne00 is network port zero. My networked laser shows as Ne02 running your code. Not sure how much help that is.... Jim Hiley ... From:...
41403
Bob Keeland
keelandb
Sep 4, 2010 11:21 pm
I really don't care if the program "looks like C" or anything else. I've used VB6 and VB.net and so know how to use it. I really don't need for my potential...
41404
Bill Lopez
welopez2001
Sep 4, 2010 11:29 pm
Looking... >>>>>>>>>>>>> Elsewhere. LB must be run in the Windows environment. If your smart phone does not have the Windows OS, it cannot run LB programs. ...
41405
Stefan Pendl
pendl2megabit
Sep 5, 2010 6:01 am
... There is Windows Mobile and Windows CE, but both are not supported by the current LB version, because the development tool LB is build with does not...
41406
Rod
rod_bird001
Sep 5, 2010 8:15 am
Is there a link you can supply that tells us about the touch screen? Normally these things would have driver software and link in as a HID. Windows would then...
41407
Stefan Pendl
pendl2megabit
Sep 5, 2010 10:24 am
... Can you check, if this function works better? '---code start (watch for line wraps) function SetupPrinter() 'setup values for GetProfileStringA appName$ =...
41408
productdevelop
Sep 5, 2010 3:14 pm
I can see that... I am changing my mind a bit on the architecture... I am thinking that I have a background loop polling the serial port and insert a SCAN in...
41409
productdevelop
Sep 5, 2010 3:14 pm
The touch screen is a piece of glass, actually 2 pieces. I designed the touch screen controller. LB is what I am using to test the hardware out. So, I need...
41410
productdevelop
Sep 5, 2010 3:32 pm
I wondered where this reply ran off to. Nust have hit a wrong button somewhere! Sorry about that!...
41411
Stefan Pendl
pendl2megabit
Sep 5, 2010 4:44 pm
... A loop is the worst thing to use for this in my opinion. I would go for a TIMER, which can be turned off to execute code, which would take longer than the...
41412
Norman Eskriett
nompse
Sep 5, 2010 6:54 pm
Thanks Jim My printer is connected directly to the USB port so does port zero signify no network. Is your printer connected via a network? Nomps To:...
41413
Eric Pankoke
styskul
Sep 5, 2010 7:10 pm
Sorry if I missed this earlier in the discussion, but if you already know VB.net, why not continue to use it? I've spent several years trying to find the...
41414
Norman Eskriett
nompse
Sep 5, 2010 7:12 pm
Thanks Stefan It looks like my problem was that I was sending the null as a string variable to the createDC when it should be a numeric variable. This worked...
41415
Stefan Pendl
pendl2megabit
Sep 5, 2010 7:28 pm
... If you need to pass nothing to an API function you need to pass a null-pointer, which usually is the address zero. If you pass any character, even the zero...
41416
Bob Keeland
keelandb
Sep 5, 2010 9:04 pm
What phones have the windows OS? Â BobK ... From: Stefan Pendl <pendl2megabit@...> Subject: RE: [libertybasic] Is Liberty Basic right for my needs To:...
41417
Gus Rabson
gusrabson
Sep 5, 2010 9:24 pm
I purchased a copy of LB in April of this year. I downloaded it but when I try to run it (as administrator) I get an error message, "A non-continuable error...
41418
Jim Hiley
ccomtas
Sep 5, 2010 10:59 pm
Ne00 should be the first network printer. Why a local printer is a network printer I am not sure - that's Windows for you. My PDF printer is Ne00 The Ne02 is a...
41419
Jim Hiley
ccomtas
Sep 6, 2010 6:12 am
You need to make changes to Vista's Data Execution Protection settings. DEP needs to be set to "Essential Windows Programs only", which is the recommended and...
41420
Stefan Pendl
pendl2megabit
Sep 6, 2010 6:23 am
... Mostly PDAs have Windows Mobile installed, but still, even if it is called Windows, it is not compatible with the regular desktop Windows Editions. The...
41421
Stefan Pendl
pendl2megabit
Sep 6, 2010 6:26 am
... It is locally connected, but it does create a port of its own, which is a special port like the IP ports and therefore it is in the class of network ports,...
41422
Gus Rabson
gusrabson
Sep 6, 2010 12:00 pm
Thanks. This worked just fine! Gus ... From: Jim Hiley To: libertybasic@yahoogroups.com Sent: Monday, September 06, 2010 2:11 AM Subject: RE: [libertybasic] ...
41423
Bob Keeland
keelandb
Sep 6, 2010 3:18 pm
I'm familiar with the windows operating system for PDAs, but PDAs did not get the support that I expected. I was afraid that there were lots of operating...