473,785 Members | 2,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using "Import Text" Access feature in C#

VMI
In Access, when a user's going to import a fixed-width format ascii file, a
window in the "Import Text Wizard" lets the user "mark" where in a string
one field will begin and end (with the vertical lines that can be moved with
the mouse). Can this (or something similar) be implemented in order for the
user to graphically choose which part of the string will be, for example, be
displayed in a MessageBox?
So for example, my control would display the string "Hello World" and the
user can add add and then move a vertical line through the control and place
it after the second "l". When an button click is raised, the messagebox will
display "Hell".

Thanks.
Nov 16 '05 #1
2 3757
VMI
My application is a windows applications. would javascript still work? also,
since the site is so full of information, where can I start looking for
something like this?

Thanks.

"Ryan Riddell" <Ry*********@di scussions.micro soft.com> wrote in message
news:05******** *************** ***********@mic rosoft.com...
You could do something like that using javascript.

check out http://www.w3schools.com

"VMI" wrote:
In Access, when a user's going to import a fixed-width format ascii file, a window in the "Import Text Wizard" lets the user "mark" where in a string one field will begin and end (with the vertical lines that can be moved with the mouse). Can this (or something similar) be implemented in order for the user to graphically choose which part of the string will be, for example, be displayed in a MessageBox?
So for example, my control would display the string "Hello World" and the user can add add and then move a vertical line through the control and place it after the second "l". When an button click is raised, the messagebox will display "Hell".

Thanks.

Nov 16 '05 #2
Sorry, didn't realize you were doing a windows application. I can't think of
a real good way to do this off hand. One way would be to display the data in
a box. Then have the user move to the position they want and enter some
special identifier like[*]. Then use string.indexOf( "[*]") to find the
delimiter. The trick here is they could modify the text. If this is a
concern, then once you find the position of the delimiter, note the position
and delete the delimiter. Then compare the original text with the 'new'
text. If they are different, yell at the user.

Another idea (probably better) would be to put data in a readonly box. Then
have arrows pointing left and right to allow them to move the delimiter. If
you do this, be nice to the user and have 2 left and 2 right arrows. The
second arrow is a 'fast' [forward || reverse] which moves it 10 or so
characters at a time.

Good luck with this, let me know what you end up doing.

"VMI" wrote:
My application is a windows applications. would javascript still work? also,
since the site is so full of information, where can I start looking for
something like this?

Thanks.

"Ryan Riddell" <Ry*********@di scussions.micro soft.com> wrote in message
news:05******** *************** ***********@mic rosoft.com...
You could do something like that using javascript.

check out http://www.w3schools.com

"VMI" wrote:
In Access, when a user's going to import a fixed-width format ascii file, a window in the "Import Text Wizard" lets the user "mark" where in a string one field will begin and end (with the vertical lines that can be moved with the mouse). Can this (or something similar) be implemented in order for the user to graphically choose which part of the string will be, for example, be displayed in a MessageBox?
So for example, my control would display the string "Hello World" and the user can add add and then move a vertical line through the control and place it after the second "l". When an button click is raised, the messagebox will display "Hell".

Thanks.


Nov 16 '05 #3

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

Similar topics

0
2585
by: Vio | last post by:
Hi, I've been trying to embed (statically) wxPy alongside an embedded py interpreter on a linux/gtk box. At one point, for some reason misc.o linking reported "multiple definitions of wxGetFreeMemory()". Since wxGetFreeMemory() seemed effectively unused in gtk, I just commented it out in misc_wrap.cpp (didn't want to patch SWIG to regenerate the wrapper code, so hacked the generated cpp source), and replaced...
2
1761
by: Torsten Mohr | last post by:
Hi, i tried to find the file and line in the C sources of python where the command "import" is implemented. Can anybody give me some hint on this? Thanks, Torsten.
2
3096
by: Tian | last post by:
I am writing a python program which needs to support some plug-ins. I have an XML file storing some dynamic structures. XML file records some class names whose instance needs to be created in the run time while parsing the XML file. I wonder what is the best solution for this problem? I also have some problem about the "import". How should I design my packages? Say, I have all code locates at c:\projects\sami, "c:\project" is in my...
3
5432
by: Mudcat | last post by:
I have a directory structure that contains different modules that run depending on what the user selects. They are identical in name and structure, but what varies is the content of the functions. They will only need to be run once per execution. Example (directory level): Sys1: A B C
2
2238
by: samadams_2006 | last post by:
What "imports" command (ie: Imports System.Text ) do I need to add in order to get access to stdole in vb.net ?
1
2116
by: Capn Stoobie | last post by:
I have a database that I regularly import data into from a text file. The text file is produced by payroll software, and it is always the same format. Most of the time my acImportDelim command works fine, but occasionally (less than 10%) it will not import decimals. For instance, a value of 7.6 in the text file is imported into my table as 7. This is driving me crazy as I can't understand why it does this intermittently. I've...
1
1361
by: Patrick A | last post by:
All, Can anyone point me towards the easiest technology or technique for: Importing a table with the same name (Contacts) from 500 different databases, all with different names. (I am in control of what the MDB will be named, so I could name them 101.MDB, 102.MDB, etc.) I'm an intermediate Access user, and I'm reading posts now to see if I can find the answer, but there's a wealth of information, and I have
1
2156
by: Malcolm Greene | last post by:
Is there any consensus on what "from __future__ import" options developers should be using in their Python 2.5.2 applications? Is there a consolidated list of "from __future__ import" options to choose from? Thank you, Malcolm
3
1694
by: J. Cliff Dyer | last post by:
On Thu, 2008-05-08 at 12:00 -0700, Eric Hanchrow wrote: It's the same reason as this: 5 5 6 5 Python "variables" are just names that point at objects. When you
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6739
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.