Search Results

Showing results 1 to 40 of 291
Search took 0.03 seconds.
Search: Posts Made By: LizR ; Forum: Pascal and Delphi and child forums
Forum: Pascal and Delphi Mar 9th, 2009
Replies: 2
Views: 683
Posted By LizR
Have a search for the perfmon calls, they would be your best bet. I dont have the info to hand so you can google just as well as me :)
Forum: Pascal and Delphi Mar 4th, 2009
Replies: 1
Views: 377
Posted By LizR
Depends, if the code comes with a PAS file with all the APIs you will need defined, use it. If it doesnt and only c code you will need to change a few variable types and depending on size of project,...
Forum: Pascal and Delphi Mar 2nd, 2009
Replies: 10
Views: 924
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: 9
Views: 1,991
Posted By LizR
most languages dont like you messing with the itterator. You would do better to use a while loop.
Forum: Pascal and Delphi Mar 1st, 2009
Replies: 10
Views: 924
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 28th, 2009
Replies: 7
Views: 1,231
Posted By LizR
No, all you needed was the while loop ....
Forum: Pascal and Delphi Feb 26th, 2009
Replies: 7
Views: 1,231
Posted By LizR
by the looks of your code it should be doing that.
Forum: Pascal and Delphi Feb 24th, 2009
Replies: 6
Views: 1,031
Posted By LizR
As its your homework, why not ask your professor? If you havent followed the question any advice we give you could be wrong on the grounds it could be the teacher has felt they explained and we might...
Forum: Pascal and Delphi Feb 24th, 2009
Replies: 6
Views: 1,031
Posted By LizR
So. Whats your specific problem? You've told us the homework question, you have some code.. What problem specifically are you having?
Forum: Pascal and Delphi Feb 20th, 2009
Replies: 4
Views: 854
Posted By LizR
Forum: Pascal and Delphi Feb 15th, 2009
Replies: 3
Views: 501
Posted By LizR
.net doesnt really have pointers.. You dont need them
Forum: Pascal and Delphi Feb 15th, 2009
Replies: 3
Views: 501
Posted By LizR
Other than your initial question seems an overly weird thing to do.. I cant think of why you would ever find yourself in a position to do what that code does.. but .. we'll ignore that..
...
Forum: Pascal and Delphi Feb 15th, 2009
Replies: 2
Views: 798
Posted By LizR
OK, the showmessage is a dialogbox, all processing in your app stops when thats sent. So it probably does "eat" the second message if you click twice.
Forum: Pascal and Delphi Feb 12th, 2009
Replies: 1
Views: 1,384
Posted By LizR
Take a look in your delphi samples directory - theres one provided
Forum: Pascal and Delphi Feb 11th, 2009
Replies: 3
Views: 656
Posted By LizR
Im fairly sure Ive seen free units that work. I tried it a few times but didnt do much with it as it costs money
Forum: Pascal and Delphi Feb 11th, 2009
Replies: 4
Views: 994
Posted By LizR
Strings can contain line feeds etc
Forum: Pascal and Delphi Feb 10th, 2009
Replies: 2
Views: 865
Posted By LizR
Actually you can :)

as you can ask if Sender is TCheckBox :)
Forum: Pascal and Delphi Feb 9th, 2009
Replies: 8
Views: 2,100
Posted By LizR
Can you post the stored proc contents, and the delphi query
Forum: Pascal and Delphi Feb 9th, 2009
Replies: 8
Views: 2,100
Posted By LizR
then please check the casing of your variable.
Forum: Pascal and Delphi Feb 9th, 2009
Replies: 9
Views: 1,991
Posted By LizR
Step is something that delphi kinda overlooked.

Easiest answer is a while loop.
Forum: Pascal and Delphi Feb 7th, 2009
Replies: 3
Views: 1,071
Posted By LizR
Its not supposed to be funny or clever. Its the simple truth. You dont access a USB device in terms like COM1, LPT1, as a result unless you can find code to help you use the drive for the GPS device....
Forum: Pascal and Delphi Feb 7th, 2009
Replies: 3
Views: 1,913
Posted By LizR
Which is what I said about 2 months ago.
Forum: Pascal and Delphi Feb 7th, 2009
Replies: 3
Views: 1,071
Posted By LizR
USB ports arent seen like com or lpt ports, it needs a specific drive, and understanding on how to work with it - unless you can find some form of instruction on making calls to your specific device....
Forum: Pascal and Delphi Feb 6th, 2009
Replies: 3
Views: 754
Posted By LizR
As I said, 'fileCount' had to be a string, not a variable name. But the function (which you didnt show) was returning a string.. So yes, you would then have had to convert it to an integer.
Forum: Pascal and Delphi Feb 5th, 2009
Replies: 1
Views: 597
Posted By LizR
No code, no help. Use search and google
Forum: Pascal and Delphi Feb 5th, 2009
Replies: 3
Views: 754
Posted By LizR
fileCount should be in single quotes. Its a string.
Forum: Pascal and Delphi Feb 5th, 2009
Replies: 1
Views: 820
Posted By LizR
Off the top of my head Im fairly sure it keeps it open - check the source.
Forum: Pascal and Delphi Feb 3rd, 2009
Replies: 5
Views: 2,433
Posted By LizR
delete is a bad bad idea if you can avoid it. Which you can. Have a go at doing it without the delete, its a good fun thing to work on as it helps you think about speed issues for other matters...
Forum: Pascal and Delphi Feb 2nd, 2009
Replies: 2
Views: 1,034
Posted By LizR
As linked above, as long as you set the variable type to be of your enum type, you can pass the values around.
Forum: Pascal and Delphi Feb 2nd, 2009
Replies: 2
Views: 715
Posted By LizR
If you continue to use the rich edit control you need to make a note of where the colour change should start, select the length of string you need to colour, and then set the current selection...
Forum: Pascal and Delphi Feb 1st, 2009
Replies: 4
Views: 1,758
Posted By LizR
As I said, exactly the same way you do your select queries.
Forum: Pascal and Delphi Feb 1st, 2009
Replies: 1
Views: 722
Posted By LizR
A readln should do roughly the same (without a message of course) but, if thats not working it would imply its not reaching the end..

invoking a system shell for pause is generally a frowned on...
Forum: Pascal and Delphi Feb 1st, 2009
Replies: 4
Views: 1,758
Posted By LizR
An update query should work the same - whats the problem ?
Forum: Pascal and Delphi Feb 1st, 2009
Replies: 5
Views: 2,433
Posted By LizR
Try running that on say windows.pas, how long does that take? answer: Ages.

Dont use delete.. no point, its incredibly bad on memory as each time you are allocating and unallocating and moving it...
Forum: Pascal and Delphi Jan 30th, 2009
Replies: 5
Solved: Delphi and COM+
Views: 895
Posted By LizR
Enjoy Delphi 2009.
Forum: Pascal and Delphi Jan 30th, 2009
Replies: 5
Solved: Delphi and COM+
Views: 895
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 27th, 2009
Replies: 5
Views: 1,586
Posted By LizR
I guess you didnt look through the rest of the excel posts then
Forum: Pascal and Delphi Jan 27th, 2009
Replies: 5
Views: 1,586
Posted By LizR
Totally untrue. You can read and write to excel. As I said, search the forum, there are a number of ways and code and so on within this forum
Forum: Pascal and Delphi Jan 25th, 2009
Replies: 5
Views: 1,586
Posted By LizR
Please use the search button as this has already been answered many times.
Forum: Pascal and Delphi Jan 21st, 2009
Replies: 3
Views: 874
Posted By LizR
OK, but you would know if you had run it from the built in command line ftp you get with Windows (bar vista I think) and most other OSs.
Showing results 1 to 40 of 291

 


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

©2003 - 2009 DaniWeb® LLC