Search found 16 matches

by Efo74
Sun May 19, 2019 12:14 pm
Forum: Coding Questions
Topic: HTTPRequest wait
Replies: 0
Views: 2120

HTTPRequest wait

Hi, I have a problem with handling "HTTPRequest" requests. I'll explain: For example: what I would like to do is run a php script that returns a variable to me, after reading the variable, I want to open a window, which contains a text control with the value of the previously read variable...
by Efo74
Sat Apr 27, 2019 9:57 am
Forum: Coding Questions
Topic: EditorGadget, prevent use of Enter / CR LF
Replies: 2
Views: 1560

Re: EditorGadget, prevent use of Enter / CR LF

Thank you, nice solution :D
by Efo74
Fri Apr 26, 2019 6:38 am
Forum: Coding Questions
Topic: EditorGadget, prevent use of Enter / CR LF
Replies: 2
Views: 1560

EditorGadget, prevent use of Enter / CR LF

EditorGadget(#PB_Any, 10, 80, 330, 90,#PB_Editor_WordWrap),

Hello, I have a EditorGadget and I want prevent the use of Enter key to get in new line, is possible ?
by Efo74
Thu Apr 25, 2019 7:05 pm
Forum: Coding Questions
Topic: StringGadget Set Focus
Replies: 2
Views: 1328

Re: StringGadget Set Focus

Thank you. :D
by Efo74
Thu Apr 25, 2019 1:02 pm
Forum: Coding Questions
Topic: StringGadget Set Focus
Replies: 2
Views: 1328

StringGadget Set Focus

Hello, is possible to set focus to a specific StringGadget ? Thank you for the support.
by Efo74
Wed Apr 17, 2019 7:47 pm
Forum: Coding Questions
Topic: Write TextGadget text from php
Replies: 3
Views: 1853

Re: Write TextGadget text from php

Thanks for your help, now I have to study your code :shock:
by Efo74
Mon Apr 15, 2019 6:39 pm
Forum: Coding Questions
Topic: Write TextGadget text from php
Replies: 3
Views: 1853

Write TextGadget text from php

hello, is there an example on how write textgadget text from php code ? Thank you for the support. What I want is write mysql database with php INSERT, than get latest insert id, and write this id into a textgadget ... possible ?
by Efo74
Thu Apr 11, 2019 7:33 pm
Forum: General Discussion
Topic: spiderbasic + php
Replies: 2
Views: 2308

Re: spiderbasic + php

Thanks for your quick reply, now I have to study and try. Thanks again. :D
by Efo74
Thu Apr 11, 2019 6:57 pm
Forum: General Discussion
Topic: spiderbasic + php
Replies: 2
Views: 2308

spiderbasic + php

Hi, I would like to create a program with spiderbasic that allows me to insert data in a kind of webform, these data will have to be stored in a mysql database (php), and then read with php spiderbasic, run queries and create listview, create of printouts in pdf. In your opinion, since I don't know ...
by Efo74
Wed Apr 10, 2019 7:55 pm
Forum: General Discussion
Topic: Spiderbasic and php
Replies: 8
Views: 3955

Re: Spiderbasic and php

Now It works. Thank you for all. And Excuse me, but I'm a newbie in web programming.