by: Rafal 'Raf256' Maj |
last post by:
Hi,
I have data like:
<?xml version="1.0" encoding="ISO-8859-2"?>
<news>
<post>
<date>10.04.2004</date>
<text>Test test test</text>
</post>
<post>
|
by: Bandit |
last post by:
Hi there,
I am looking for any help with a form I am trying to make, one of the
feilds I want it to be a drop down menu, so this part of the form has set
values and nothing else.
I have tried a...
|
by: Andy Read |
last post by:
Greetings all,
I'm currently reading the excellent applied .Net Framework programming
by Jeffrey Ritcher. In the Type Fundamentals chapter a brief description of
the System.Object methods is...
|
by: Weston C |
last post by:
I'm wondering if it's possible to add a method to the Node and/or
Element objects (so they'd subsequently be available to any
node/element). I'd assume you could just do something like:
...
|
by: Derek |
last post by:
Hello...Maybe I am not understanding how object arrays are created - but
this problem has bothered me for some time now - Take a quick look at the
code and then my 'problem' below:
#CODE#...
|
by: Skybuck Flying |
last post by:
Hi,
I think I understand now a bit better what the difference is between a c
compiler and a pascal compiler.
For example:
When compiling source code with a pascal compiler. The pascal...
|
by: danbraund |
last post by:
Hi everyone, I'm a long time C coder, who is coding his final year
project in C++ to run under the MIT click routing system. Being fairly
new to the OO side of the language, my problem is this:
...
|
by: miko |
last post by:
This code works with all types of internet connections,nor dail up i wonder why ?!!!
On Error Resume Next
If Winsock1.State <> sckConnected Then
'Gets length of chat URL
meh =...
|
by: Ray |
last post by:
Hello,
While reading another guy's I found myself a bit confused by his way of
declaring his class--I usually declare a class like this:
function Foo() {
this.blah = true;
this.bleh = false;...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|