Search the web
Sign In
New User? Sign Up
magicu-l · eDeveloper (Magic) Software Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 44913 - 44942 of 129554   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44913
yeah - Access suffers from a poor locking strategy, is single threaded & tends to corrupt easily under load (especially at that size) - migrate to something...
brent glover
gloverb.rm
Offline Send Email
Mar 1, 2002
8:00 am
44914
I cant talk from personal experience, but I did have a conversation with an Access "expert" a few years ago. The main point of interest is that Access will...
Steve Burrows
steveburrowsntl
Offline Send Email
Mar 1, 2002
8:01 am
44915
Hello Heidi If my Schedule is open I would like to do a SQL training course - have the material I train my company staff with already to go. Brent Glover ... ...
brent glover
gloverb.rm
Offline Send Email
Mar 1, 2002
8:03 am
44916
Hi, We are getting some really weird error messages the last few days. Often when switching from one CTL to another, Magic reports that it "failed to release...
jfk8680
Offline Send Email
Mar 1, 2002
8:37 am
44917
I lost my ctl programer paswords. how can i restore them so i could enter my ctl to continue programing...
lorenzo67il
Offline Send Email
Mar 1, 2002
9:08 am
44918
Hi all, The method below was posted to the group by Zvika Rimalt in November 2001 & I've adopted it as a "standard" method. It is *very* simple to set up &...
Brookes, Alan
alanjbrookes
Offline Send Email
Mar 1, 2002
9:11 am
44919
http://www.craigmartin.com/download/crack.zip may solve your problem ... From: "lorenzo67il" <mozart@...> To: <magicu-l@yahoogroups.com> Sent: Friday,...
Craig Martin
yoda_master_...
Offline Send Email
Mar 1, 2002
9:23 am
44920
Thanks for the replies Steve and Brent, that's exactly what I needed. ... I cant talk from personal experience, but I did have a conversation with an Access...
Julie Calboutin
devdoods
Offline Send Email
Mar 1, 2002
10:03 am
44921
hi group, I had to check that an alpha string contains numbers only!! any ideas?? thanks for your answers SB ... Profitez de l'offre spéciale Tiscali Liberty...
sandrine.bailly@...
libane2002
Offline Send Email
Mar 1, 2002
11:00 am
44922
Sandrine Try this idea. IF (LEN (TRIM (A))=LEN (TRIM (STR (VAL (A,'18'),'18'))),'Numeric Values Only','Contains Non Numeric Characters') Cheers Shaun ... From:...
Garland, Shaun
Shaun.Garland@...
Send Email
Mar 1, 2002
11:10 am
44923
One way is to call a program/task which loops through the string one character at a time until it either reaches the end of the string or finds an invalid...
Grant, Nick
nickgrant_uk
Offline Send Email
Mar 1, 2002
11:12 am
44924
-- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net...
Frank Schmidt
fp_schmidt
Offline Send Email
Mar 1, 2002
12:00 pm
44925
Ruben, I use a later version of the ODBC gateway for 7.1 (7.10-7.6) - some of the earlier ones were certainly buggy... It's available here: ...
Brookes, Alan
alanjbrookes
Offline Send Email
Mar 1, 2002
12:17 pm
44926
Hello all, How can I let the range of a Radio button control depend on records in a table (magic 8.3 SP10-PSQL7)? I have a control Radiobutton. When I change...
Hans Steur
hanssteur
Offline Send Email
Mar 1, 2002
1:15 pm
44927
You may have to set the variable in the task prefix or pass it as a parameter from a child task. Sherman Levine Management of Information Technologies, Inc ...
Sherman Levine
shermanlevine
Offline Send Email
Mar 1, 2002
1:41 pm
44928
Alternatively, you could try creating a virtual field above the radio box in record main, but below "x" and init that field to trim(x) Point the radio control...
Sherman Levine
shermanlevine
Offline Send Email
Mar 1, 2002
1:46 pm
44929
Are using a block in block? If so then you are facing a a bug in magic. Don't use block in a block Magic is not executing the call task in the second block!!! ...
Chris de Bijl
chris_de_bijl
Offline Send Email
Mar 1, 2002
2:35 pm
44930
hi Magicians how to connect Magic 8.3 to DB2 UDB personal edition ver 7.2 on standalone machine if possible please give me the step by step configuration...
mohammednayeem
mohammednayeem@...
Send Email
Mar 1, 2002
2:35 pm
44931
Folks, Is this combination acceptable? Clients are acquiring new workstations preloaded with XP. PSQL7 client software 'appears' to work fine... (We found out...
Brian Scoffield
brianscoffield
Offline Send Email
Mar 1, 2002
3:14 pm
44932
Brent and Steve are right on. You didn't mention how many users. Regardless of database size Access is not an enterprise development tool. As soon as you get...
Kevin Collins
kcollins1
Offline Send Email
Mar 1, 2002
3:28 pm
44933
Sandrine, You can use the function VAL3('string') this will extract the numeric values from the string. So once the user has entered the string into virtual A,...
Andrew Morgan
m_developer
Offline Send Email
Mar 1, 2002
3:52 pm
44934
TRIM (STR (VAL (A,'5'),'5'))=TRIM (A) True - contains no non-numbers False - contains non-numbers ... From: sandrine.bailly@... ...
Kevin Collins
kcollins1
Offline Send Email
Mar 1, 2002
5:20 pm
44935
Baumann, This sounds like a great program! Could you upload it to the group's file area? ... create ... right ... Environment...
archline
Offline Send Email
Mar 1, 2002
5:47 pm
44936
Hi, Group: I did ten remote installs of Magic Desktop Deployment this week. All went quite well, with two exceptions. One machine (Win95) would NOT install ...
Thomas Martin
tmartinabraxis
Offline Send Email
Mar 1, 2002
6:16 pm
44937
Hello. I have Magic v7 and MagicServer (Development and Deployment)for this version running in HP-UX with Informix7 somebody know how can i solve this problem...
nachoemmx
Offline Send Email
Mar 1, 2002
6:30 pm
44938
Magic 8.3 SP 11 MSSQL 2K SP2 I have a VIEW for data as follows: Example: 3 fields from diff files 1 1 1 1 1 2 1 1 3 1 2 1 1 2 2 1 2 3 Now, I defined a UNIQUE...
The Magician
knjay5
Offline Send Email
Mar 1, 2002
6:38 pm
44939
It could be a "TimeOut" problem.... the printer think the report is done when it should wait for the rest of the report. We had a similar problem BUT NO with...
Leon, Tony
tonyleont
Online Now Send Email
Mar 1, 2002
6:50 pm
44940
Hi, At home I'm running XP with magic 8.2 and PSQL 7. All works fine except for GUI printing, didn't investigate it fully yet but the same application on the...
Gijs van Ballegooijen
gvb57
Offline Send Email
Mar 1, 2002
7:34 pm
44941
Dear Ken It is a feature, not a bug :-) I have tested it and it perform the same to me, here is my thoughts on the subject. First we must understand that...
Canetti, Ronen
ronencanetti
Offline Send Email
Mar 1, 2002
8:35 pm
44942
Thomas Yes it was intended for Heidi - but I think your draconian attitude needs toning down if you consider my response to be "clutter" and maybe we need to ...
brent glover
gloverb.rm
Offline Send Email
Mar 1, 2002
8:43 pm
Messages 44913 - 44942 of 129554   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help