by: Kevin Altis |
last post by:
Does anyone have experience running Python from a USB storage device?
Whether it is the need for doing a demo of your application, doing a bit of
consulting, or just showing off Python, it would be...
|
by: Ken Varn |
last post by:
Everytime I call Process.GetCurrentProcess() the system goes out to the
floppy drive. Why does this happen. I decided to use FileMon to get a log
of what is happening when this occurs. Here is...
|
by: smith4894 |
last post by:
Hello,
I have a question regarding storage locations for different data types.
For example, dynamically created objects (using "new") are created on
the heap. local objects ( foo() {int x;} )...
|
by: helpless newbie |
last post by:
Hello.
I'm a newbie in c programming.
I'd like to make a program for creating an image file from a floppy disk.
Is there anyone with agood point of start in doing this?
Thanks.
|
by: Just Me |
last post by:
If I periodically check to see if the floppy is ready, the drive will each
time make a little noise.
I've been up against this before and could never find a way to check to see
if the floppy...
|
by: Zytan |
last post by:
I see that static is more restricted in C# than in C++. It appears
usable only on classes and methods, and data members, but cannot be
created within a method itself. Surely this is possible in...
|
by: =?Utf-8?B?UmFrZXNoIEd1cHRh?= |
last post by:
Hi guys,
I'm looking for a way to temporarily disable the removable storage in
Windows. This is useful in a lab situation where the instructor conducts a
test and the devices can be disabled and...
|
by: terminator(jam) |
last post by:
Since delaration of C++ the r/l-valueness of objects has been source
of confusion there are some actions that can perform on lvalues but
not on rvalues , especifically on initrinsic types .BTW the...
|
by: woony |
last post by:
I am making a webpage that gets his information from an as400 system.
Now I seemed to hit some weird problem.
I have for example this select:
select field1,field2 from table
this is over...
|
by: leemarquis |
last post by:
Is there a way to determine the correct cellindex of cells in a table when some of the cells have rowspans greater than 1. Perhaps correct is the wrong word - but when I have a cell with a rowspan...
|
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: 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: 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: 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: 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...
|
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...
|