Search Results

Showing results 1 to 40 of 72
Search took 0.02 seconds.
Search: Posts Made By: LizR ; Forum: Pascal and Delphi and child forums
Forum: Pascal and Delphi Mar 2nd, 2009
Replies: 10
Views: 926
Posted By LizR
No code tags?
Whats the error? symptom?


other than youve said pick is a char, and then asked if its 'flip1' as a string, so i guess it always says you lose.
Forum: Pascal and Delphi Mar 1st, 2009
Replies: 10
Views: 926
Posted By LizR
Turbomen, do what you can, paste the code in, tell us what doesnt work or what error you get and we'll try and help you. Doing homework for you isnt going to happen
Forum: Pascal and Delphi Feb 5th, 2009
Replies: 3
Views: 759
Posted By LizR
fileCount should be in single quotes. Its a string.
Forum: Pascal and Delphi Feb 1st, 2009
Replies: 4
Views: 1,763
Posted By LizR
As I said, exactly the same way you do your select queries.
Forum: Pascal and Delphi Feb 1st, 2009
Replies: 4
Views: 1,763
Posted By LizR
An update query should work the same - whats the problem ?
Forum: Pascal and Delphi Jan 30th, 2009
Replies: 5
Solved: Delphi and COM+
Views: 898
Posted By LizR
God knows, Delphi 6 is exceedingly old. I dont have one kicking around installed to check. You could try reimporting them.
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 4
Views: 1,541
Posted By LizR
You should be able to do it (as that was the point of the db challenge I set for the guys there)

You can create it and delete it when your done :) Without checking (its late) Im fairly sure you...
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 10
Views: 1,901
Posted By LizR
Yes and no.
Its a CBuilder item, and its specific to CBuilder. So it has something in c++ code (or you wouldnt be changing the c++ compile settings)

Knowing you have access to that makes a huge...
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 10
Views: 1,901
Posted By LizR
OK, but thats only true if your stuff uses and rebuilds c++ and you said you had delphi 2009, not studio..
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 4
Views: 1,541
Posted By LizR
clientdataset can be very easily used without a table:

Take a read of : http://www.3dbuzz.com/vbforum/showthread.php?t=152078 where how to set one up is kinda explained a little
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 10
Views: 1,901
Posted By LizR
cc3290mt.dll is a c builder file - dunno what it does, never really got into c builder - so, Im guessing you're using a 3rd party component, which means if you ditched the thing requiring the...
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 10
Views: 1,901
Posted By LizR
cc3290mt.dll isnt a default codegear/borland/embarcadero component, so its possible that its reliant on it because of that. the Borlndmm.dll is required because your other dll is most likely using it...
Forum: Pascal and Delphi Jan 13th, 2009
Replies: 10
Views: 1,901
Posted By LizR
Because you compiled it with runtime libraries - if you go the project options and turn it off. you wont.
Forum: Pascal and Delphi Jan 5th, 2009
Replies: 3
Views: 971
Posted By LizR
Thats not an array of controls, thats just a bunch of controls with similar name.

You can use the findcomponentbyname so you could then use a for loop (assuming you do have all 1..22)
Forum: Pascal and Delphi Jan 4th, 2009
Replies: 1
Solved: 'Extended' type
Views: 1,328
Posted By LizR
turbo pascal 7? oh my that goes back a bit.

If you go to options, compiler, bottom right theres a numeric processing section, check the 8087/80287 option.
Forum: Pascal and Delphi Dec 23rd, 2008
Replies: 6
Views: 1,018
Posted By LizR
I guess you didnt download their studio product to test your regex code on..
Forum: Pascal and Delphi Dec 19th, 2008
Replies: 6
Views: 1,018
Posted By LizR
http://regexpstudio.com/TRegExpr/TRegExpr.html
Forum: Pascal and Delphi Nov 26th, 2008
Replies: 9
Views: 1,142
Posted By LizR
PS now Im home, My indy has the property I listed. Please check again
Forum: Pascal and Delphi Nov 26th, 2008
Replies: 9
Views: 1,142
Posted By LizR
Try your current code on a non password protected file and it should work.
Forum: Pascal and Delphi Nov 26th, 2008
Replies: 9
Views: 1,142
Posted By LizR
You dont appear to have told it to use the basic authentification.

IdHTTP1.Request.BasicAuthentication := true;

Assuming its popping up with a standard html login dialog box, not some web based...
Forum: Pascal and Delphi Nov 25th, 2008
Replies: 9
Views: 1,142
Posted By LizR
They come with indy..
Forum: Pascal and Delphi Nov 24th, 2008
Replies: 3
Views: 1,017
Posted By LizR
Please mark as solved then
Forum: Pascal and Delphi Nov 24th, 2008
Replies: 1
Views: 857
Posted By LizR
on form startup check the current cell location
Forum: Pascal and Delphi Nov 23rd, 2008
Replies: 3
Views: 1,017
Posted By LizR
Normal coding practice would be make the form for when you want it, and then free it - as a result next time you make it, it will be as it was in the beginning.

Otherwise you need to make a reset...
Forum: Pascal and Delphi Nov 22nd, 2008
Replies: 9
Views: 1,142
Posted By LizR
If you want to download an MDB file you cant update it online, it would be read only as you would have to download a copy and then use it from a temp/semi perminant location.

Take a look at the...
Forum: Pascal and Delphi Nov 10th, 2008
Replies: 9
Views: 1,192
Posted By LizR
Would be best to ask them that.
Forum: Pascal and Delphi Nov 8th, 2008
Replies: 8
Views: 2,369
Posted By LizR
As I said change the selected item..
Forum: Pascal and Delphi Nov 8th, 2008
Replies: 9
Views: 1,192
Posted By LizR
I wouldnt expect it to, as what is jim called with? you expecting it to call it with 0?

I know the Jim can be, but at the same time think in most modern coding standards its frowned on as it is...
Forum: Pascal and Delphi Nov 8th, 2008
Replies: 8
Views: 2,369
Posted By LizR
Well a short bit of debugging would show you part of the problem.

Try just changing the index of the selected item if its not the right one.
Forum: Pascal and Delphi Nov 8th, 2008
Replies: 8
Views: 2,369
Posted By LizR
Sure there are no spaces? which was the point of the break point? Why not

the value in combox must be changing if the code youve said (eg the labels) is true. Hence Ive asked about the spaces
Forum: Pascal and Delphi Nov 7th, 2008
Replies: 9
Views: 1,192
Posted By LizR
Id have thought it would have complained at
jim:=x

as jim the parameter cant be set a value, it returnsone, but I guess theres tha possibility you're making use of the using the name of the...
Forum: Pascal and Delphi Nov 7th, 2008
Replies: 8
Views: 2,369
Posted By LizR
first thing to do is put a break point on the if combobox1.text <> 4 line and see what combobox1.text value really is and confirm its running the code
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 4
Views: 766
Posted By LizR
Id go with a bit of stupid but not a lot..

You still kept it as a string with ' marks, and the c:\ bit and so on..

if you want filename in the box, just use the edit2.text..

If you want to...
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 2
Views: 717
Posted By LizR
Because you dont check Process32First, if there is none.. that will be fase and you could save yourself a lot of effort with changing the name of your variable to mean still looking.. so its

...
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 4
Views: 766
Posted By LizR
Just as you've shown how to write the contents of edit1, change the string you have in your assign file to be the edit 2..
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 7
Views: 1,676
Posted By LizR
and in vb 6? (something I dont have installed as I wouldnt use it by choice)
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 7
Views: 1,676
Posted By LizR
hmm, it should as the encode64 function has a standard expectation.

Is the result even remotely similar?
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 7
Views: 1,676
Posted By LizR
Dont re-invent the wheel. Download the function done by someone else

http://www.vbforums.com/showthread.php?t=379072
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 1
Views: 558
Posted By LizR
then do just that.
Forum: Pascal and Delphi Nov 4th, 2008
Replies: 7
Views: 1,676
Posted By LizR
What have you got so far? We dont tend to do your work for you!
Showing results 1 to 40 of 72

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC