Search the web
Sign In
New User? Sign Up
nsbasic-ce · Forum for NS Basic/CE users
? 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.

Messages

  Messages Help
Advanced
Messages 13518 - 13547 of 19569   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13518
Hi, When i install my PPC application on mobile 5 device i get Warning: application may not display correctly! becaues this is developed for a previous...
Kani
str_kani
Offline Send Email
Mar 1, 2006
1:16 pm
13519
It is depending of your installation program. What are you using? Jørgen _____ From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf...
Jørgen P. Kock
joergen_kock
Offline Send Email
Mar 1, 2006
1:26 pm
13520
I am using epocket 3.6.0.2 ... From: Jørgen P. Kock To: nsbasic-ce@yahoogroups.com Sent: 03/01/06 6:55 PM Subject: RE: [nsbasic-ce] Warning: application may...
Kani
str_kani
Offline Send Email
Mar 1, 2006
1:33 pm
13521
I am using 3.701 It is the latest in the 3 version. It makes the message to dissapear Jørgen _____ From: nsbasic-ce@yahoogroups.com...
Jørgen P. Kock
joergen_kock
Offline Send Email
Mar 1, 2006
1:39 pm
13522
glad to hear, can you link me to the download area of the latest version in the 3 not 4.0 it's buggy :( ... From: Jørgen P. Kock To:...
Kani
str_kani
Offline Send Email
Mar 1, 2006
1:43 pm
13523
I am not sure I am allowed too. You must ask the support on epocketsetup Jørgen _____ From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On ...
Jørgen P. Kock
joergen_kock
Offline Send Email
Mar 1, 2006
1:57 pm
13524
No problem gentleman! i will contact them for. Thanks for your time! Good day :) ... From: Jørgen P. Kock To: nsbasic-ce@yahoogroups.com Sent: 03/01/06 7:26...
Kani
str_kani
Offline Send Email
Mar 1, 2006
2:11 pm
13525
Jose, I do both in my application. I use a CDB for the application, but "back up" orders in a (\my documents)text file. I recently found that there was a bug...
Mike
miketrainr2000
Offline Send Email
Mar 1, 2006
3:50 pm
13526
I am at present trying NSB and tried the Resco Grid which has been around for a while, it seems. With regard to the registration, I discovered that when trying...
enonod
Offline Send Email
Mar 2, 2006
8:00 am
13527
We're working on a modification to the AddObject statement that should help - look for it in an upcoming build....
George Henne
ghenne
Offline Send Email
Mar 2, 2006
11:09 am
13528
Yaron, Active Sync has an export function which will automatically convert your mdb to a cdb and sync that table that you select. Read up om ADOCE in the tech...
Mike
miketrainr2000
Offline Send Email
Mar 2, 2006
2:11 pm
13529
I thought I hit the nail on the head when I read this but no such luck. I have a very large product and UPC file. It would be guicker to rebuild the UPC file...
Mike
miketrainr2000
Offline Send Email
Mar 2, 2006
2:27 pm
13530
I am a novice in Pocket PC programming. I have experience in developing application in Delphi and Delphi like tool for Palm - Pocket Studio. Now I must write...
blumk2000
Offline Send Email
Mar 2, 2006
3:22 pm
13531
As I understand it. ActiveSync will sync an MDB on the desktop sidt to a CDB on the PPC. Because the SQLite format is the same on the desktop and PPC you can ...
Mike
miketrainr2000
Offline Send Email
Mar 2, 2006
3:54 pm
13532
Thank you Mike for your answer. But I want to make all tasks during ActiveSync process - copy new records from PPC database and insert it to MSSQL; copy new...
blumk2000
Offline Send Email
Mar 2, 2006
4:16 pm
13533
This is why I chose to use access tables. Everything was in one package. You may try srego.com. Good Luck, Mike ... during ... insert ... How ... PPC ... Palm...
Mike
miketrainr2000
Offline Send Email
Mar 2, 2006
4:31 pm
13534
If you are working with MDB / CDB files, the Srego tools would let you open up the database directly on your PPC and manipulate the files record by record. I...
Styskul
Offline Send Email
Mar 2, 2006
4:45 pm
13535
I found documentation for this call in the Microsoft documentation. Apparently is is in coredll.dll. How can I call this? Thanks, Mike...
Mike
miketrainr2000
Offline Send Email
Mar 2, 2006
6:55 pm
13536
Have a look at RunAppAtEvent in the Language Reference - it's in NS Basic already....
George Henne
ghenne
Offline Send Email
Mar 2, 2006
8:52 pm
13537
Truth is stranger than fiction. I've asked this question before, but in a different context and could not figure out how to run a program after syncing. All's...
Mike
miketrainr2000
Offline Send Email
Mar 2, 2006
10:02 pm
13538
Hello, you're right, ActiveSync won't help you, at least it can't solve the problem completely. It can only handle complete files, not take care of the...
computerhusky
Offline Send Email
Mar 3, 2006
7:37 am
13539
I noticed an Acer N310 with a 3.7 inch screen. Display is 480 by 640. In our NSBasic program we designed for the standard screen size. Do we need to make...
headfortwoods
Offline Send Email
Mar 3, 2006
11:28 am
13540
It will work without changes. The extra pixels will result in sharper lines and images. You can also use smaller font sizes - but if you make no changes to...
George Henne
ghenne
Offline Send Email
Mar 3, 2006
11:46 am
13541
Hi everyone, I'm just getting started with Nsbasic CE and have encountered my first problem. I'm sure this has been asked a million times, but I didn't find...
sweaty_bald_guy
Offline Send Email
Mar 3, 2006
5:02 pm
13542
Hi,... at first thanks for the Help last week,.,.. The SQLight works much better then a File I/O Routine,... no big Problems since yet. But i've a pair Easy...
Andreas Hannemann
andreas@...
Send Email
Mar 3, 2006
6:47 pm
13543
I am trying out NSB and have attempted to use the sample common Dialog to no avail (instantiation error). I then tried to start a new project and place the...
enonod
Offline Send Email
Mar 3, 2006
7:31 pm
13544
All controls that you place on the form has a control properties window that appears on the right hand side. if this is not showing up then you need to go to...
Bob Katayama
banffbears
Offline Send Email
Mar 3, 2006
7:54 pm
13545
We are converting an embedded vb app to NS Basic/CE. We have several controls that overlap, usually a shape behind a command button. When we convert, the shape...
rlmueller_60137
Offline Send Email
Mar 3, 2006
7:56 pm
13546
Thomas, Your statement "It can only handle complete files" is not correct. When syncing an Access database Active sync will sync records. In our order entry...
Mike
miketrainr2000
Offline Send Email
Mar 3, 2006
8:10 pm
13547
Has anyone recently seen or tried a control that has these type of support? 1: Animated Graphics 2; Gaming Control 3: Multi-player Support Thanks I am looking...
Bob Katayama
banffbears
Offline Send Email
Mar 3, 2006
8:40 pm
Messages 13518 - 13547 of 19569   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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