Author |
Message |
Topic: YASNAC MX1 Memory Parameter |
BIGmiralli
Replies: 1
Views: 12395
|
Forum: Yasnac Posted: Thu Jul 16, 2009 10:12 am Subject: YASNAC MX1 Memory Parameter |
Ok I fixed it here is the catch after I reload all the parameters on the machine i have to erase the memory ( O-9999 erase ) and it reloaded the actual memory set on the parameter #6041.
It seems t ... |
Topic: YASNAC MX1 Memory Parameter |
BIGmiralli
Replies: 1
Views: 12395
|
Forum: Yasnac Posted: Thu Jul 16, 2009 10:10 am Subject: YASNAC MX1 Memory Parameter |
I have a MATSURRA MV500 with YASNAK MX1 control and I'm looking for the parameter to extend the memory
I was using the machine normally and stop moving no alarm .
I called Yasnak and they made ... |
Topic: External USB Hard Drive from PC to Mac |
BIGmiralli
Replies: 1
Views: 6600
|
Forum: Apple Mac Computers Posted: Wed May 20, 2009 7:55 am Subject: External USB Hard Drive from PC to Mac |
The hard disc is probably formatted as NTFS.
You would have to format it as Fat32 to have Read/Write access from the Mac.  ________ [URL=http://hawaii.dispensaries.org/]Hawaii Marijuana Disp ... |
Topic: Uninterruptible Power Supply (UPS) FAQ |
BIGmiralli
Replies: 0
Views: 7712
|
Forum: Miscellaneous Hardware Posted: Wed Aug 20, 2008 9:06 am Subject: Uninterruptible Power Supply (UPS) FAQ |
Uninterruptible Power Supply (UPS) FAQ
VERSION 2.3, March 6, 2005
For the most recent and up-to-date version of this go to:
http://www.jetcafe.org/npc/doc/ups-faq.html#04
Sections:
01: Wh ... |
Topic: Calculating the Weighted Median of a Recordset |
BIGmiralli
Replies: 0
Views: 6353
|
Forum: Microsoft Access Posted: Fri May 23, 2008 1:04 pm Subject: Calculating the Weighted Median of a Recordset |
To calculate the weighted median of a set of numbers you need to find the median and if this number does not exist in the recordset take the average of the values above and below the median instead.
... |
Topic: Relink Tables in Code |
BIGmiralli
Replies: 0
Views: 6210
|
Forum: Microsoft Access Posted: Fri May 23, 2008 1:03 pm Subject: Relink Tables in Code |
Ever had to relink tables as you've moved a database. Want users to map whatever drive they like. Let users store a database where they want and then ask for the location and pass it as a string to th ... |
Topic: Reading Outlook E-Mails from Access |
BIGmiralli
Replies: 0
Views: 6237
|
Forum: Microsoft Access Posted: Fri May 23, 2008 1:01 pm Subject: Reading Outlook E-Mails from Access |
This code works with Outlook 97, Outlook 98 and Outlook 2000.
You have formatted E-mails responses which you want to be automatically inserted into a database or moved to another folder or just pr ... |
Topic: Convert Number to spoken word value |
BIGmiralli
Replies: 0
Views: 6125
|
Forum: Microsoft Access Posted: Fri May 23, 2008 1:00 pm Subject: Convert Number to spoken word value |
The below link contains a database with one module in it. The module contains various functions, but of note is the function NumberToWords
If you call the following in code NumberToWords(1234543) i ... |
Topic: Calculating With Dates |
BIGmiralli
Replies: 1
Views: 6961
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:54 pm Subject: Calculating With Dates |
You may want to know how many days are between two dates, or work out how old someone is given their date of birth. The DateDiff function of VB / VBA gives you just this ability. It's format is
Dat ... |
Topic: Calculating the Median of a Recordset |
BIGmiralli
Replies: 0
Views: 6259
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:50 pm Subject: Calculating the Median of a Recordset |
The median of a set of numbers is the value where half the number are less than the median and half the numbers are more than the median. If the count of numbers is odd the mid point is used if the co ... |
Topic: The domain functions explained |
BIGmiralli
Replies: 0
Views: 6215
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:48 pm Subject: The domain functions explained |
Four domain functions are available in access to allow you to perform a count, sum, average or lookup a record easily. These four functions are Dcount, DSum, Davg,Dlookup. Please note the implementati ... |
Topic: File Open Dialog Boxes Without Active X Controls |
BIGmiralli
Replies: 0
Views: 7068
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:47 pm Subject: File Open Dialog Boxes Without Active X Controls |
The database below has one module, which contains all the functions you require to show a file open dialog box without using the commondialog activex control. This is usefull if you have restrictions ... |
Topic: Creating Search Forms |
BIGmiralli
Replies: 0
Views: 6191
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:41 pm Subject: Creating Search Forms |
Although Access contains some great find functions it really doesn't cater for searching memo fields and returning scored hits. The following example shows you how to return a result for a search for ... |
Topic: Useful Modules and Subs |
BIGmiralli
Replies: 0
Views: 6037
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:40 pm Subject: Useful Modules and Subs |
Functions:
Public Function CmToTwips(CM As Double) As Double
CmToTwips = CM * 567
End Function
Public Function IsLoaded(ByVal strFormName As String) As Boolean
' Returns ... |
Topic: Calculating the Percentile of a Recordset |
BIGmiralli
Replies: 0
Views: 6120
|
Forum: Microsoft Access Posted: Fri May 23, 2008 12:31 pm Subject: Calculating the Percentile of a Recordset |
It's very easy to calculate the percentile of a range of numbers in excel but access is a whole different ball game.
The following code allows you to do just that and can be pasted into either form ... |
|