I need control of menu items appearance at runtime – enable/disable, show/hide, change captions. Is it possible in NSBasic? I tried to use "Menubar" ActiveX...
You can try setmenu to see if it'll do what you're wanting to do. You can programatically create a few different menus, then use setmenu to activate them on...
Hi, I have an application which features about 15 screens on Pocket PC. One screen contains reference data and is called from ma number of other screens using...
Do you hide the called form when you're done with it each time? As for your ADOCE issue, trying using 3.0 instead of 3.1 to see if it makes a difference....
Yes, I have been using FORMNAME_Hide to close the form each time. To be honest its called from about 20 different fields on about 10 different screens, maybe...
Why do not work the samples in NSB CE 62 on the WM5 Device ? I think there is ADOCE in the WM5 ROM. I also think that NSB CE 62 is for the WM5 Devices. I am...
Hi Paul I do have too applications with many screens, and not problems at all. Are you using the correct statements: FormX_hide FormY_show And when you hide...
Hi Jose, I am not always hiding my current form, just showing the subform with subform_show and expecting it to come on top then hiding the subform with...
It's possible to have more than one form open at a time, though I don't know for certain how all the layering works. I always display forms such as about...
Ok, thanks, I will check the code again. I wouldn't need the ADOCE synchronisation with Active Sync, just the ability to create tables and insert into pocket...
From Tech-10 The future of ADOCE looks somewhat cloudy. The official word from Microsoft is that it will not be supported on Windows Mobile 5.0. Pocket PC...
Actually, what I meant was that WM5 does not natively support ADOCE at all. Microsoft is creating a patch supposedly (which I don't think we've seen yet), but...
CDB file and Adoce are no longer supported in WM 5.0 http://msdn2.microsoft.com/en-US/library/ms228843(VS.80).aspx What is supported is SQL Server - SQL CE 2.0...
There is nothing to show yet really just a demo shell which calls and closes forms. If I go with nsb and get stuck anywhere I may take up your offer if that...
That means MS Access format will not be suported on the PocketPC in the future? Jan ... Od: Bob Katayama [bobkatt@...] Odoslané: 2. apríla 2006 18:21 ...
In the future, all platforms will have the same file format support. Thus anything created on the desktop will be accessible "as is" like the MS Access MDB...
Hi Paul I don't know about what behaviour will have NSBasic if the calling form is not hide. I use to do always a Form_Hide then a Form_Show and it works fine ...
Any time. As long as a have a few minutes I'd be happy to look at anything. ... and closes forms. If I go with nsb and get stuck anywhere I may take up your...
Tim please does it mean that we can use *.mdb also in WM5 ? If yes how can I manage mdb by NSB CE 6 and by another MS Pocket dll-s ? All my work is based on...