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...
well I figured out both ways. It brought me back to an older program that I wanted to modify soon.
I read TCheckListBox.Items on an IniFile, when the item is checked it enabled an TEdit associated to it. And I was wondering how could I make the user able add new Items codes. First, I thought...
Well, I mean I will still use the "View as form" but I'll have to make my own properties. I can't drop CheckBoxes on the form and put them in array after.
Sorry it wasn't clear.
Wow thanks a lot. To make it interact with Edit Boxes, I guess I'll have to make it as an array of TCheckBox and an array of TEdit right? For example, to put an edit box enable when a checkbox is checked, full unit would be smth like:
I can't create an array of Tbutton, Tcheckbox, TEdit [...]...
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...
Thanks for you reply.
I don't understand how to do the : GetTextBoxTextFromTag function. I gave the tag value to each text boxes as you said. But I don't know how to call a brilliant function using it.
I mean, I can't use "PR+IntToStr(tag).text" since it's an EditBox.
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'...
Hey, thank again for your reply :)
First I just notice I didn't put 'ATZ' 1st. I tried with It and it doesn't want to dial at all. I add to set ComPort to 3 cause it wasn't able to auto-detect it. I guess since ATZ is reset it might be resetting the ComPort value to 0 (which is auto-detect)...
Hey, thanks for your reply. It looks like the company I'm working with is still in the 90's lol. There's a way to do order via Internet but they don't want to allow it. They say we would order to many things. But that's another story.
So I've installed AsyncPro which is great. But it gives the...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.