Re: OT: FoxPro to SQL/Oracle

2001-07-30 Thread Laszlo Nadai
FoxPro comes with the upsizing wizard. It leads you thru step by step laszlo Shawn Regan wrote: > Hey guys has anyone upsized a FoxPro database to MS SQL or Oracle. If so can > you give me any hints on problems you faced or articles that could help me > on this type of conversion? > > Shawn Reg

Re: OT: MySQL Front

2001-07-27 Thread Laszlo Nadai
Where can I find MySQL Front? TIA, laszlo Matt Robertson wrote: > If you find something better let me know, but I think you have the best-of-breed >already. I looked all over for some time before settling on MySQL Front. Looked >around again recently and came up empty. > > Cheers, > > --

OT: http server for windoz ME?

2001-07-21 Thread Laszlo Nadai
My new notebook came with m$ ME. I was trying to install IBM's http server, but it didn't install (said I needed NT4). Is there any free http server to help develop CF while on the run with a ME notebook? TIA, laszlo If it's too OT, please reply to: [EMAIL PROTECTED] ~~

Re: pay rates (I have seen them all...)

2001-07-11 Thread Laszlo Nadai
Having been a consultant for 20+ years (really) here is my 2 cents: - Many years ago, only the 'brave' went for consulting. Then other people heard about tha brave's hourly rate, they muliplied it by 2000 and said: 'I wanna be a consultant' - You know about the 'hidden' costs: You market yo

Re: pay rates

2001-07-11 Thread Laszlo Nadai
and of course, flipping burgers at McDonalds pays $30-35 an hour... "Cassie@Dove" wrote: > The going rate for a CF Programmer now a good one that can do this is > around 80-125 an hour. > The going rate for database dev is 40-80 an hour. > The going rate for html, based on their knowledge is 30-

Re: Ring Bell?

2001-07-08 Thread Laszlo Nadai
Tony, It's chr(7), but don't trust your browser to write it to standard output (which would ring the bell). Your browser just may handle it as another non-printable char. If I am wrong (happened before), I would be happy to know more... laszlo Tony Schreiber wrote: > Can you use a broswer to r

Re: CFOBJECT Java

2001-07-04 Thread Laszlo Nadai
Hi Jordan, Create a class (SingeltonCreator), with a method (getMySingleton), which returns a reference to the Singleton. Then you can use the returned refernce to invoke the methods of your singleton class. laszlo Jordan Saardchit wrote: > Does anyone know how to call a static meth

ColdFusion and WML browser

2001-05-31 Thread Laszlo Nadai
Hi all, It used to work: I was using CF-Studio 4.5.1 to develop WML templates. I had M3Gate installed as a WML browser. When I wanted to view the template from CF, I just just hit on the external browser icon and it displayed the page on M3Gate. Now I keep getting "HTTP 502 Bad Gateway" on the M3

Re: CreateUUID and Java

2001-05-26 Thread Laszlo Nadai
never mind, I think java.rmi.server.UID does the job laszlo Laszlo Nadai wrote: > Is there a Java class that would create UUID's? > > Thanks, > laszlo > > ~~ Structure your ColdFusion code with Fusebox. Get the

CreateUUID and Java

2001-05-26 Thread Laszlo Nadai
Is there a Java class that would create UUID's? Thanks, laszlo ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Un

Re: CF & Wireless web

2001-05-24 Thread Laszlo Nadai
>>...listing of all the websites where you could download wireless emulators Yes, if someone has it, please post it here. Thanks, laszlo Joseph Thompson wrote: > http://cfhub.com/Directory/index.cfm?cat=html&sub=wap > > Does anyone know of some good sources for learning wireless web protocol? >

Re: OT: Re: Weather Icons: I need some

2001-05-20 Thread Laszlo Nadai
>>This doesn't appear to be even remotely CF related at all. Unless, of course, someone is doing CF development, and needs weather icons... :-) Anyway, do you need 'icons', or bmp's or ...? There are plenty of places to find them. (Got to get out an look for them) If you need *.ico files, I have

how can I preiodically refresh cfgrid?

2001-03-09 Thread Laszlo Nadai
I have to refresh a cfgrid from a database in every 10 seconds or so. If I reload the whole page, it's kind of ungly (flickering too). Any better way? (I know I could use an applet, but...) TIA, laszlo ~~ Structure your ColdFusion code with Fuseb

Re: dynamic numberformat and color in cfgrid

2001-03-09 Thread Laszlo Nadai
I was able to deal with the format from within the SELECT in the cfquery, but still don't know about the dynamic coloring. (I hope I don't have to use swing JTable :-) laszlo Laszlo Nadai wrote: > > Sorry for the confusing subject, I want to manipulate both the color and >

Re: dynamic numberformat and color in cfgrid

2001-03-08 Thread Laszlo Nadai
Sorry for the confusing subject, I want to manipulate both the color and the format laszlo Laszlo Nadai wrote: > > I have a cfgrid on a cfquery. > How can I dynamically change let's say the numberformat. > In other words, for certain rows I want 2 after decimals, for othe

dynamic cell color in cfgrid

2001-03-08 Thread Laszlo Nadai
I have a cfgrid on a cfquery. How can I dynamically change let's say the numberformat. In other words, for certain rows I want 2 after decimals, for other ones I want 4. Thanks, laszlo ~~ Structure your ColdFusion code with Fusebox. Get the offici

local server error (beginner Q, I guess)

2001-03-01 Thread Laszlo Nadai
After having to re-install CFStudio and CFserver (NT4) I get the following error for some (many) files. Error Diagnostic Information An error has occurred while processing the expression: ”HaveUsername”=CFTempOnlyForSetVariableNeverUseThisNameInYourCFMLCode1223335654321 Invali

Re: Here you have, ;o)

2001-02-12 Thread Laszlo Nadai
I guess, if you open a VBScript Script File as attachment, it's your problem :-) laszlo Edward Chanter wrote: > > Is this some kind of virus??? > > Or is everyone just being weird? > > > -Original Message- > > From: Brandon Behrens [mailto:[EMAIL PROTECTED]] > > Sent: Monday, Febru

Re: Coldfusion/SQL IC/Freelancer Hourly Rates

2001-02-07 Thread Laszlo Nadai
Based on what you said about yourself, the client, the project etc..., the hourly rates should be anywhere between $20 and $300 :-) laszlo [EMAIL PROTECTED] wrote: > > Just wondering if people would share with me what they know > of hourly rates for experienced Coldfusion developers... > > I'd

Re: Newbie question

2001-02-01 Thread Laszlo Nadai
I guess you could use CFOUTPUT with startrow=yourCounter and maxrow =1 laszlo Geoff Hoffman wrote: > > I want to use CFLOOP such as > > > > instead of CFOUTPUT QUERY= to display a series of returned records. > > How do you use the value stored in thisRecord (the incrementing number) > to

Re: Feature of ColdFusion

2001-02-01 Thread Laszlo Nadai
AFAK these issues are the core ones addressed by J2EE. That is to say (ask), is CF about to provide a 'link' to EJB, so you don't have to know EJB, just use CF tags? (BTW I love CFOBJECT and I know, there must be *tons* of things behind the tag.) That would be *great* (if it's feasible and happen

CFOBJECT and CF Administration

2001-01-31 Thread Laszlo Nadai
I changed the CF server admin's java setting. Added JVM.DLL to the JVM path, and also added my jar file to the class path. It works fine on my machine. Logged in to a remote host, did the same, but I get the error: Failed to create JavaVM. JNI_CreateJavaVM returned error code JNI_ERR (this may i

Re: CFOBJECT problem

2001-01-28 Thread Laszlo Nadai
vas, 3D, Graphics, > ColdFusion, PHP, and mySQL > http://www.wizaerd.com > ===== > > > -Original Message- > > From: Laszlo Nadai [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, January 28, 2001 3:16 PM > > To: CF-Talk > > Subject: Re: CFOBJECT problem > > > &

Re: CFOBJECT problem

2001-01-28 Thread Laszlo Nadai
oint you'll be able to restart ColdFusion and then fix your JVM > settings. It should be pointing to the jvm.dll file, not just a directory. > For more info, here's a KB on the subject: > http://www.allaire.com/Handlers/index.cfm?ID=13863&Method=Full > > Debbie > >

Re: Finding last record

2001-01-28 Thread Laszlo Nadai
And what would guarantee, that there was not another user, who just inserted another record? laszlo William J Wheatley wrote: > > you could have it Select only 1 RECORD and order by the Primary Key field > and then you should get the last record that way. > > Bill Wheatley > Director of Develop

Re: CFOBJECT problem

2001-01-28 Thread Laszlo Nadai
not just a directory. > For more info, here's a KB on the subject: > http://www.allaire.com/Handlers/index.cfm?ID=13863&Method=Full > > Debbie > > > -Original Message- > > From: Laszlo Nadai [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, January

CFOBJECT problem

2001-01-27 Thread Laszlo Nadai
Hi Gurus, I was trying to do some CFOBJECT stuff, but I cannot configure CFusion server. What am I supposed to put into the "JVM library path"? (It's NT4.) I was trying to do: c:\jdk1.2.2\bin\ because that's where I have java.exe After doing this, I couldn't eve start the server again... Uninstal

Re: Allaire and Macromedia Announce Plans to Merge

2001-01-24 Thread Laszlo Nadai
Now, this is *really* new...:-) laszlo Sam Coe wrote: > > << Note: This message is from Jeremy Allaire, please do NOT reply to > [EMAIL PROTECTED] >> > > Dear Allaire Customer, > > I am writing to inform you that today, January 16, 2001, Allaire Corporation > and Macromedia, Inc. signed a defi

Re: Scanning my www-server for security holes: 2 holes left

2001-01-13 Thread Laszlo Nadai
ut the fact remains that certain >countries have larger hacker communities than others, and certain counties do not >prosecute hacking. > > At 08:28 PM 1/13/01 -0800, Laszlo Nadai wrote: > >OK, I was trying to keep quiet. > >What's up with this "Korea" thing

Re: Scanning my www-server for security holes: 2 holes left

2001-01-13 Thread Laszlo Nadai
OK, I was trying to keep quiet. What's up with this "Korea" thing? Last time I heard someone of any race, religion, etc... could hack your stuff. laszlo (not from Korea BTW) Jon Hall wrote: > > Yes, but since the aforementioned tool has nothing to do with Korea, other > than it's author's home

Re: Web Based SQL Manager

2001-01-12 Thread Laszlo Nadai
Yes, please let us know how it is going to work. Clint Tredway wrote: > > Would any of you be interested in a web based SQL Server7 Manager(its free)? > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusiona

Re: WAY OT: C++ now Java

2000-12-20 Thread Laszlo Nadai
Hi Robert, Here is how I learned Java (without knowing C++ ) 1-Sun has a *great* tutorial side : http://java.sun.com/docs/books/tutorial/ it is **GOOD** 2-If you like IDE's (I personally do, because of the time-saving aspects), pick IBM's VisualAge entry edition for free. 3-Java was advertised

Re: Amazon using CF

2000-12-14 Thread Laszlo Nadai
Silly question: Why would you have to *see* '.cfm' to prove they are using cf? laszlo Aaron Johnson wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'll give $5 to the person who can a .cfm file on Amazon.com. > > Seriously... > > > > > > Aaron Johnson, MCSE, MCP+

Re: Just a stray thought

2000-12-14 Thread Laszlo Nadai
As can I recall, IBM was proud about some million+ numbers per hour against their DB2 during the winter olimpic games. (Sorry, I couldn't find the article about it). laszlo Judith Campbell wrote: > > At 08:36 AM 12/13/00 -0800, you wrote: > >Ok, this is meant as no shameless plug but I read on

CF/EJB hosting

2000-12-13 Thread Laszlo Nadai
Hi all, Anyone knows a CF/EJB hosting site with some 'real' database (MySQL, m$SQL, DB2...)? Thanks in advance, laszlo ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Arc

Re: Getting last 2 records

2000-12-10 Thread Laszlo Nadai
>>All puddings must be identified uniquely! Huh? You can have a foxpro table with many records having one and only one field having the same value. >> Are there many that don't support TOP? Not *that* many. But, for example (AFAK v. 3.23), MySQL doesn't support it. (You could also use an ODBC/JDB

Re: Getting last 2 records

2000-12-10 Thread Laszlo Nadai
but what is 'PuddingID'? :-) Let's say you are working with a FoxPro table. You may not have an id at all. There are a bunch of databases out there not 'really' sql92 compatibles. So it really depends... laszlo Matthew Walker wrote: > > > > > What SQL command do I use to obtain the last 2 recor

Re: Getting last 2 records

2000-12-10 Thread Laszlo Nadai
or if you are using it in a , you can set the 'startrow' to 'YourQuery.recordcount-1' laszlo Michael Dinowitz wrote: > > Order by something desc > the order by sorts it, the something is whatever you use to track when a > record went in and the desc says, sort it from last record first. Then jus

Re: CF EJB mailing list

2000-12-10 Thread Laszlo Nadai
Then you know that Enterprise Java Beans have as much to do with Java Beans as Java with JavaScript :-) laszlo David Hannum wrote: > > Oh? Are not EJB's Enterprise Java Beans? That's what we call them here. > > Dave > > - Original Message - > From:

Re: CF EJB mailing list

2000-12-09 Thread Laszlo Nadai
No, EJB's are not beans :-) laszlo David Hannum wrote: > > Not me man. Beans give me gas! > > - Original Message ----- > From: Laszlo Nadai <[EMAIL PROTECTED]> > To: CF-Talk <[EMAIL PROTECTED]> > Sent: Saturday, December 09, 2000 11:31 PM > Subject

CF EJB mailing list

2000-12-09 Thread Laszlo Nadai
Hi all, I just started a mailing list for CF/EJB people. To join, send a blank msg. to: [EMAIL PROTECTED] See you there, laszlo ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinf

Re: WML 'shopping cart' type of problem

2000-11-28 Thread Laszlo Nadai
; > You could also use WDDX. > > - Original Message - > From: "Laszlo Nadai" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, November 27, 2000 4:02 PM > Subject: WML 'shopping cart' type of problem > >

WML 'shopping cart' type of problem

2000-11-27 Thread Laszlo Nadai
Some of you must have been dealing with this: Let's say the client has a shopping cart. I have abunch of items he can select from. I have to accumulate the user's selections (items), so I display 'partial' query of 5 records on each page (beacuse of the size limitation). I have 'next 5' and 'prev

nested # problem

2000-10-23 Thread Laszlo Nadai
I have a query: SELECT * FROM mytable Now I would like to let's say myview.city, or my myview.state, or myview.zip depending on the value of a variable. I was trying nesting #'s something like: #myview.#myvariable## and similar things, none of which worked :-( TIA, laszlo --

CFQUERY into groups of 5 to keep WML deck small.

2000-09-27 Thread Laszlo Nadai
I have to display records from a query in groups of five to keep the deck size small. Is there a known 'technique' to do this? I want to let the user navigate to next 5 prev. 5 etc. TIA, laszlo -- Archives: http://www.mail

Re: OT: Hosting

2000-09-26 Thread Laszlo Nadai
I can't find them (readyhost.com) laszlo Dave Hannum wrote: > > Anybody heard of ReadyHost.com? What they offer sounds good, but I have no > idea about the service. I was about to open an account with Shanje, but if > anyone can vouch for these folks, this might be a better deal. $99/yr gets

Re: Slightly OT: What's up at Allaire?

2000-09-18 Thread Laszlo Nadai
So, if you sold the rumor, now you can buy the news :-) laszlo Chris Montgomery wrote: > > Here's why ALLR is down: > http://www.thestreet.com/_yahoo/markets/techmovers/1083926.html > http://biz.yahoo.com/rf/000918/n18185391.html > http://biz.yahoo.com/prnews/000918/ma_allaire.html > > Chris Mo

Re: WOT: Allaire stock price

2000-09-16 Thread Laszlo Nadai
Yeah, looks like everything is allright at m$. Hmmm... but than again, why did Myhrvold,Tong,Higgins,Maffei,Nielsen ann Allchin and Jadallah resign??? laszlo PS (guess, MSFT at $64 or so is still a pretty good sell:-) Dave Watts wrote: > > > - SOAP is a late, desperate effort. Why? Glad you ask

Re: WOT: Allaire stock price

2000-09-16 Thread Laszlo Nadai
>>it's been accepted by IBM and even Sun No kidding... What was the last thing IBM ever didn't accept? (They have an actual _link_ to Nikia afeter announcing the big partnership) laszlo Dave Watts wrote: > > > - SOAP is a late, desperate effort. Why? Glad you asked. > > Becuase DCOM is DEAD. >

Re: WOT: Allaire stock price

2000-09-16 Thread Laszlo Nadai
Just in case you forgot to read anything other than M$ News: - SOAP is a late, desperate effort. Why? Glad you asked. Becuase DCOM is DEAD. - XML ??? I didn't know it was a M$ thing :-) - .net, gimme a break. Crossplatform for all m$ operating (or nonoperating) platforms - In case you didn't kno

Re: CF hosting needed

2000-09-16 Thread Laszlo Nadai
> Visit the client Website at www.Manage-2000.com > ----- Original Message - > From: "Laszlo Nadai" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 15, 2000 11:05 PM > Subject: CF hosting needed > > > Anyone knows a 'reasona

CF hosting needed

2000-09-15 Thread Laszlo Nadai
Anyone knows a 'reasonable' priced (low volume) CF hosting site? I do need WAP and some 'real' database support (MySQL, DB2 or ...) Thanks, laszlo -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Uns

Re: WOT: Allaire stock price

2000-09-15 Thread Laszlo Nadai
Yeah, I lost my shirt too, but P/E is still 280.90 :-( laszlo Philip Meadows wrote: > > Please reply to me privately so that this doesn't eat up list time, but does > anyone know why Allaire's stock has been plummeting? I thought someone on > this list might have some insight. Its been as low as