by: J.A. |
last post by:
Hi, I'm new with PHP
I want to create a page to redirect links, for example:
http://www.php.net/link.php?link_id=2005
....and be redirect to a URL, from my databse (MySQL), like it follow:...
|
by: Herbert Fritsch |
last post by:
Hi,
I'm a real beginner with python and I don't really know if I will get it.
But here is one of my first exercises:
Python 2.3+ (#1, Sep 23 2003, 23:07:16)
on linux2
Type "help",...
|
by: dataangel |
last post by:
I wrote a function to compare whether two strings are "similar" because
I'm using python to make a small text adventure engine and I want to it
to be responsive to slight mispellings, like...
|
by: John Fouhy |
last post by:
Can someone explain these differences?
>>> from math import pi
>>> pi
3.1415926535897931
>>> type(pi)
<type 'float'>
>>> repr(pi)
'3.1415926535897931'
>>> str(pi)
|
by: Bramo |
last post by:
Hi guru guys,
I have serious problem. At first sight it looks very simple but i dont
have any idea how to solve it.
With this statement 'If len(rs_cit) = 0 then rs_cit = 0' I cant put
into...
|
by: Colin Steadman |
last post by:
My ASP page allows user to enter comments into a form. To avoid
errors I'm having to strip out double quotes before saving to the
database. Is there anyway to encode these so that I can store...
|
by: Michelle |
last post by:
Hi all
I have used knowledge base article 112747 to improve my subforms
performance. I am using Access 97.
I have a main form where i put an extra textbox which concatenated
TeamID WeekNum...
|
by: tlyczko |
last post by:
I am looking to validate time worked in quarter-hour increments, e.g.
..25, .5, .75, 1.0, etc. etc.
I know I can use a modulo statement for the evaluation but I could not
find an explanation of...
|
by: MLH |
last post by:
Anybody's solution would be appreciated. Pls,
do not pause to write anything for this. I'm not
looking for that kind of a handout. I have an idea
about how to do it, but I wanted to see if anyone...
|
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: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
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: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
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: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
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...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|