473,811 Members | 3,686 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Form Problem

BD
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.

Jan 3 '07 #1
8 1842
Are you using data binding? Are you using version 2003 or 2005?

Robin S.
-----------------
"BD" <bw******@chart er.netwrote in message
news:11******** **************@ v33g2000cwv.goo glegroups.com.. .
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.

Jan 4 '07 #2
BD napisał(a):
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.
Is the CustomerID and LocationID integers or strings ?. You can't
display integers directly in textbox, so it may be the reason.

best,
Slawomir
Jan 4 '07 #3
BD

SÅ‚awek wrote:
BD napisał(a):
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.

Is the CustomerID and LocationID integers or strings ?. You can't
display integers directly in textbox, so it may be the reason.

best,
Slawomir
The CustomerID and LocationID are autonumber integers from a SQL
backend.

Jan 4 '07 #4
BD

RobinS wrote:
Are you using data binding? Are you using version 2003 or 2005?

Robin S.
-----------------
"BD" <bw******@chart er.netwrote in message
news:11******** **************@ v33g2000cwv.goo glegroups.com.. .
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.
I am using a remote server running MS SQL 2005 and visual studio pro
2005 for front end development. Yes, I am data-binding to the source.
However, my dataset nesting is not listing the subforms datatables in
the manner I am using them on this form. I think I will need to
develope a custom control to display this information but am unsure.

Jan 4 '07 #5

"BD" <bw******@chart er.netwrote in message
news:11******** **************@ i80g2000cwc.goo glegroups.com.. .
>
RobinS wrote:
>Are you using data binding? Are you using version 2003 or 2005?

Robin S.
-----------------
"BD" <bw******@chart er.netwrote in message
news:11******* *************** @v33g2000cwv.go oglegroups.com. ..
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc
related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc
related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid
views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.

I am using a remote server running MS SQL 2005 and visual studio pro
2005 for front end development. Yes, I am data-binding to the source.
However, my dataset nesting is not listing the subforms datatables in
the manner I am using them on this form. I think I will need to
develope a custom control to display this information but am unsure.

Can you set up one dataset with all of the tables in it?
Because if you can do that, this should be a snap.

Let's say you can, and let's say you have \data_relations assigned
accordingly, you can bind the childgrids to the parent and
when the parent changes, the childgrids will show the children
that go with that parent.

Here's what you need:

A BindingSource for parent and each of the children.
I'm assuming parent = WorkOrderBindin gSource,
children = WorkOrder_child BindingSource, like
WorkOrder_Custo merBindingSourc e.

Populate the dataset with all the tables. I'm assuming the
constraints are there; if they aren't, you can add them
to the dataset.

myDataSet.Relat ions.Add("WorkO rder_Customers" ,
myDataSet.Table s("WorkOrder"). Columns("WorkOr derID"),
myDataSet.Table s("Customers"). Columns("WorkOr derID"));

(do for all children)

Set up the databindings:

//parent
WorkOrderBindin gSource.DataSou rce = myDataSet;
WorkOrderBindin gSource.DataMem ber = "WorkOrder" ; //name of table
WorkOrderIDText Box.DataBinding s.Add("Text", WorkOrderBindin gSource,
"WorkOrderI D"); //bind a text box; use the bindingsource
(etc)

//children

//set the binding source to the same one as the parent
WorkOrder_Custo merBindingSourc e.DataSource = WorkOrderBindin gSource;

//set the datamember to the fk joining the tables
WorkOrder_Custo merBindingSourc e.DataMember = "FK_Customers_W orkOrder";

//set the data source on the child view to its own binding source
CustomerDataGri dView.DataSourc e = WorkOrder_Custo mersBindingSour ce ;

(do same for all children)

Run it.

I'm not a C# programmer, so if I missed any semi-colons or got any
brackets wrong, my apologies.

Robin S.
Jan 5 '07 #6

"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:Oo******** *************** *******@comcast .com...
>
"BD" <bw******@chart er.netwrote in message
news:11******** **************@ i80g2000cwc.goo glegroups.com.. .
>>
RobinS wrote:
>>Are you using data binding? Are you using version 2003 or 2005?

Robin S.
-----------------
"BD" <bw******@chart er.netwrote in message
news:11****** *************** *@v33g2000cwv.g ooglegroups.com ...
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc
related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc
related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID '
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID '

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid
views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.

I am using a remote server running MS SQL 2005 and visual studio pro
2005 for front end development. Yes, I am data-binding to the
source.
However, my dataset nesting is not listing the subforms datatables in
the manner I am using them on this form. I think I will need to
develope a custom control to display this information but am unsure.


Can you set up one dataset with all of the tables in it?
Because if you can do that, this should be a snap.

Let's say you can, and let's say you have \data_relations assigned
accordingly, you can bind the childgrids to the parent and
when the parent changes, the childgrids will show the children
that go with that parent.

Here's what you need:

A BindingSource for parent and each of the children.
I'm assuming parent = WorkOrderBindin gSource,
children = WorkOrder_child BindingSource, like
WorkOrder_Custo merBindingSourc e.

Populate the dataset with all the tables. I'm assuming the
constraints are there; if they aren't, you can add them
to the dataset.

myDataSet.Relat ions.Add("WorkO rder_Customers" ,
myDataSet.Table s("WorkOrder"). Columns("WorkOr derID"),
myDataSet.Table s("Customers"). Columns("WorkOr derID"));

(do for all children)

Set up the databindings:

//parent
WorkOrderBindin gSource.DataSou rce = myDataSet;
WorkOrderBindin gSource.DataMem ber = "WorkOrder" ; //name of table
WorkOrderIDText Box.DataBinding s.Add("Text", WorkOrderBindin gSource,
"WorkOrderI D"); //bind a text box; use the bindingsource
(etc)

//children

//set the binding source to the same one as the parent
WorkOrder_Custo merBindingSourc e.DataSource = WorkOrderBindin gSource;

//set the datamember to the fk joining the tables
WorkOrder_Custo merBindingSourc e.DataMember = "FK_Customers_W orkOrder";

//set the data source on the child view to its own binding source
CustomerDataGri dView.DataSourc e = WorkOrder_Custo mersBindingSour ce ;

(do same for all children)

Run it.

I'm not a C# programmer, so if I missed any semi-colons or got any
brackets wrong, my apologies.

Robin S.
One other thing -- if you have something other than a grid for
the children, you can bind those to their binding source.

CustomerNameTex tBox.DataBindin gs.Add("Text",
WorkOrder_Custo merBindingSourc e, "CustomerName") ;

It's like magic!

Robin S.

Jan 5 '07 #7
BD

RobinS wrote:
"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:Oo******** *************** *******@comcast .com...

"BD" <bw******@chart er.netwrote in message
news:11******** **************@ i80g2000cwc.goo glegroups.com.. .
>
RobinS wrote:
Are you using data binding? Are you using version 2003 or 2005?

Robin S.
-----------------
"BD" <bw******@chart er.netwrote in message
news:11******* *************** @v33g2000cwv.go oglegroups.com. ..
Moving from MS Access to .Net using C# languag. Problem trying to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc
related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc
related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related by
'WorkOrderID'
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID'

Have successfully created child form "Work Order" with textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid
views.
Problem is have been unable to present 'Customer' and 'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.
I am using a remote server running MS SQL 2005 and visual studio pro
2005 for front end development. Yes, I am data-binding to the
source.
However, my dataset nesting is not listing the subforms datatables in
the manner I am using them on this form. I think I will need to
develope a custom control to display this information but am unsure.

Can you set up one dataset with all of the tables in it?
Because if you can do that, this should be a snap.

Let's say you can, and let's say you have \data_relations assigned
accordingly, you can bind the childgrids to the parent and
when the parent changes, the childgrids will show the children
that go with that parent.

Here's what you need:

A BindingSource for parent and each of the children.
I'm assuming parent = WorkOrderBindin gSource,
children = WorkOrder_child BindingSource, like
WorkOrder_Custo merBindingSourc e.

Populate the dataset with all the tables. I'm assuming the
constraints are there; if they aren't, you can add them
to the dataset.

myDataSet.Relat ions.Add("WorkO rder_Customers" ,
myDataSet.Table s("WorkOrder"). Columns("WorkOr derID"),
myDataSet.Table s("Customers"). Columns("WorkOr derID"));

(do for all children)

Set up the databindings:

//parent
WorkOrderBindin gSource.DataSou rce = myDataSet;
WorkOrderBindin gSource.DataMem ber = "WorkOrder" ; //name of table
WorkOrderIDText Box.DataBinding s.Add("Text", WorkOrderBindin gSource,
"WorkOrderI D"); //bind a text box; use the bindingsource
(etc)

//children

//set the binding source to the same one as the parent
WorkOrder_Custo merBindingSourc e.DataSource = WorkOrderBindin gSource;

//set the datamember to the fk joining the tables
WorkOrder_Custo merBindingSourc e.DataMember = "FK_Customers_W orkOrder";

//set the data source on the child view to its own binding source
CustomerDataGri dView.DataSourc e = WorkOrder_Custo mersBindingSour ce ;

(do same for all children)

Run it.

I'm not a C# programmer, so if I missed any semi-colons or got any
brackets wrong, my apologies.

Robin S.

One other thing -- if you have something other than a grid for
the children, you can bind those to their binding source.

CustomerNameTex tBox.DataBindin gs.Add("Text",
WorkOrder_Custo merBindingSourc e, "CustomerName") ;

It's like magic!

Robin S.
You are correct, once I nested tables into the same dataset, everything
worked the way I wanted. Thank you very much for your help.

BD

Jan 8 '07 #8

"BD" <bw******@chart er.netwrote in message
news:11******** **************@ s80g2000cwa.goo glegroups.com.. .
>
RobinS wrote:
>"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:Oo******* *************** ********@comcas t.com...
>
"BD" <bw******@chart er.netwrote in message
news:11******** **************@ i80g2000cwc.goo glegroups.com.. .

RobinS wrote:
Are you using data binding? Are you using version 2003 or 2005?

Robin S.
-----------------
"BD" <bw******@chart er.netwrote in message
news:11****** *************** *@v33g2000cwv.g ooglegroups.com ...
Moving from MS Access to .Net using C# languag. Problem trying
to
duplicate form with structure as follows:
1. Main form 'Work Order' displayed as textboxes
2. subform 'Customers' textboxes showing name, address, etc
related
by 'CustomerID'
3. subform 'Locations' textboxes showing name, address, etc
related
by 'LocationID'
4. subform 'Material' on tabbed interface datasheet related
by
'WorkOrderID '
5. subform 'Labor' on tabbed interface datasheet related by
'WorkOrderID '

Have successfully created child form "Work Order" with
textboxes,
tabbed interface for 'Material' and 'Labor' records in datagrid
views.
Problem is have been unable to present 'Customer' and
'Location'
information in textboxes on the form related tables.

Again, thank you in advance for any help.
I am using a remote server running MS SQL 2005 and visual studio
pro
2005 for front end development. Yes, I am data-binding to the
source.
However, my dataset nesting is not listing the subforms datatables
in
the manner I am using them on this form. I think I will need to
develope a custom control to display this information but am
unsure.

Can you set up one dataset with all of the tables in it?
Because if you can do that, this should be a snap.

Let's say you can, and let's say you have \data_relations assigned
accordingly, you can bind the childgrids to the parent and
when the parent changes, the childgrids will show the children
that go with that parent.

Here's what you need:

A BindingSource for parent and each of the children.
I'm assuming parent = WorkOrderBindin gSource,
children = WorkOrder_child BindingSource, like
WorkOrder_Custo merBindingSourc e.

Populate the dataset with all the tables. I'm assuming the
constraints are there; if they aren't, you can add them
to the dataset.

myDataSet.Relat ions.Add("WorkO rder_Customers" ,
myDataSet.Table s("WorkOrder"). Columns("WorkOr derID"),
myDataSet.Table s("Customers"). Columns("WorkOr derID"));

(do for all children)

Set up the databindings:

//parent
WorkOrderBindin gSource.DataSou rce = myDataSet;
WorkOrderBindin gSource.DataMem ber = "WorkOrder" ; //name of table
WorkOrderIDText Box.DataBinding s.Add("Text", WorkOrderBindin gSource,
"WorkOrderI D"); //bind a text box; use the bindingsource
(etc)

//children

//set the binding source to the same one as the parent
WorkOrder_Custo merBindingSourc e.DataSource =
WorkOrderBindin gSource;

//set the datamember to the fk joining the tables
WorkOrder_Custo merBindingSourc e.DataMember =
"FK_Customers_W orkOrder";

//set the data source on the child view to its own binding source
CustomerDataGri dView.DataSourc e = WorkOrder_Custo mersBindingSour ce
;

(do same for all children)

Run it.

I'm not a C# programmer, so if I missed any semi-colons or got any
brackets wrong, my apologies.

Robin S.

One other thing -- if you have something other than a grid for
the children, you can bind those to their binding source.

CustomerNameTe xtBox.DataBindi ngs.Add("Text",
WorkOrder_Custo merBindingSourc e, "CustomerName") ;

It's like magic!

Robin S.

You are correct, once I nested tables into the same dataset,
everything
worked the way I wanted. Thank you very much for your help.

BD
You're welcome; I'm glad it helped!

Robin S.
Jan 9 '07 #9

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

Similar topics

5
3096
by: Richard | last post by:
Hi, I have a form that take some time to load due to many comboboxes and at least 8 subforms. When I filter or sort the main form I get an error message and then Access shuts down. They ask if I want to send the error report to Microsoft. Has anybody seen this type of error message and what can I do to prevent it from happening. Am I doing something illegal in my code? It used to work but I have added conditional formatting to a subform...
15
4668
by: Steve | last post by:
I have a form with about 25 fields. In the BeforeUpdate event of the form, I have code that sets the default value of each field to its current value. For a new record, I can put the focus in any field to start. If I edit that field and then click on the new record button in the navigation buttons, the form goes to a new record and each field has the default value of the previous record. If I put the focus in any field to start, edit that...
5
2229
by: Steve Strik | last post by:
My Problem: I have created a database here at work that is exhibiting some very strange behaviour. Essentially the database is structured in a manner where one table is a master record table (tbl_MainRegister) providing a unique identifier for documents and a means for identifying the docuement type. There are then 4 additional tables (tbl_Meetings, tbl_Documents, tbl_Project, tbl_Correspondence) which store the document details.
1
5767
by: Nico | last post by:
Hi! I use Windows XP and Access 2002 (XP) SP2 (not SP3) My company has not upgraded to SP3. My problem: -I have a form "F_BOMs" -in this form, i have a sub form called "SF_BOMs" -the sub-form is based on a querry which use 2 tables linked by a primary key. -the form and the sub-form use the parent property of the subform to
3
2674
by: dixie | last post by:
I have an Access 2000 form which has been running OK for a long time. Lately, it is playing up and doing things like causing Access to close suddenly when the form is opened or when saving the form in design view after a change. Today, I got the following message from the form when using a combo box. "The expression After Update you entered as the event property setting produced the following error: A problem occurred while Microsoft...
9
3988
by: Lyn | last post by:
Hi, I have a form which is opened from a button on another form. The form is used to display a list of records from a recordset in Continuous Mode. It is sized vertically to display about 25 rows and has a vertical scrollbar. This form has been working perfectly for weeks. However, I must have done something recently because now the detail section displays only one row at a time. That is, the form has shrunk vertically to about 3 cm...
5
3935
by: ortaias | last post by:
I have a form which calls up a second form for purposes of data entry. When closing the data entry form and returning to the main form, things don't work as expected. When I return to the main form, I trigger the on acitvate event to run a macro. I can use the Dlookup function to update my fields, which is OK. However, I intitially tried to use the Repaint Object command to repaint the form. That did not work. Though I solved the...
11
1788
by: ChrisM | last post by:
Hi, Don't know if anyone can cast any light on this... I have a fairly complex C# WinForm with (amongst other) a text box and a button. The TextBox has events declared for KeyUp and KeyDown, the button has a simple Click event. Under certain circumstances (haven't worked out exactly what they are yet, but it involves opening and closing a sub form). Pressing ENTER with the
0
2427
by: hmm | last post by:
Hi all I have two problems: Problem #1: I'm using a .NET Form with the property 'FormBorderStyle' set to 'None'. The idea is to completely cover the area of that Form with a UserControl. In order to be able to move that Form around with the mouse I have to implement EventHandlers for the MouseDown, MouseUp and MouseMove event. Now the problem I have is these Events will never be fired because the entire dialog is covered by the...
1
2554
by: fugaki | last post by:
Hi everyone I'm learning asp, and i downloaded this script to teach me how to post form data from a webpage to an access database. I put it on the server so i could make sure that it worked, and everything was fine, so i changed the variable names (the names of the form elements, and the names of the rows in access) so that it would be more correct to what i am using it for. Now once I did that, it gave me an error on line 24 which was the...
0
9726
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
9605
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
10647
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
10395
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
10130
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
9204
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...
1
7667
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6887
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
5553
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...

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.