Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: draakans
  • Content: Threads
  • Order by date
  1. draakans

    Read Java script values with Delphi

    Hey guys, Is it possible to run a delphi program and read a value that is written on a Java Script page? To make it clear, my job system is using an Java Script page and I'd like to read values in the page when I press the "Save" buttons. Those are basically hours I've work. I have to...
  2. draakans

    On click procedure

    Hello again, is it possible to make a procedure with this: procedure TForm1.Button1Click(Sender: TObject); begin EditBox1.enabled := FALSE: end; procedure TForm1.Button2Click(Sender: TObject); begin EditBox2.enabled := FALSE: end procedure TForm1.Button3Click(Sender...
  3. draakans

    Probably an easy question about function.

    Hello, I have a question that should be easy for most of you guys. I'm not well experienced with Delphi and I need to know a way to make a function out of this: If (Checklistbox1.Checked[0]) then begin if (StrIsDigit(Pr01.Text, Pr01.GetTextLen)) then MainIni.WriteString('PRISES', 'PR01'...
  4. draakans

    Using Delphi and a dial-up modem, to dial several numbers.

    Hello, I'm using Delphi for few years but I've been doing some really basics stuff yet. Actually, I'm working on a program with Delphi 7. Basically, it's a program to make orders. There is a phone system where you have to dial all items manually. I want to use my dial-up modem to make it...

Part and Inventory Search

Back
Top