Search found 7 matches

by cleber
Thu Jun 04, 2015 4:14 pm
Forum: Coding Questions
Topic: HTTPRequest () - Send a string and gets back another string
Replies: 0
Views: 4295

HTTPRequest () - Send a string and gets back another string

Hello everybody,

With HTTPRequest () can send a string to a PB program, and receive another string back?

If yes, how I do it? Can anyone create a simple example?

att.,
Cleber
by cleber
Tue Jun 02, 2015 2:42 pm
Forum: General Discussion
Topic: UseSQLiteDatabase()
Replies: 5
Views: 5956

UseSQLiteDatabase()

Hi,

How to connect to a database? UseSQLiteDatabase () does not exist

Cleber
by cleber
Mon Jun 01, 2015 11:33 pm
Forum: General Discussion
Topic: CreateFile
Replies: 0
Views: 4312

CreateFile

Hi,

Because CreateFile, does not exist in SB?

att.,
Cleber
by cleber
Mon Jun 01, 2015 11:28 pm
Forum: General Discussion
Topic: CreateJSON
Replies: 2
Views: 4152

CreateJSON

Hi,

In the SB and PB, where the JSON file is created, in which directory?

att.,
Cleber
by cleber
Fri May 29, 2015 9:27 pm
Forum: Coding Questions
Topic: error in compiling
Replies: 3
Views: 4541

Re: error in compiling

Hi,

So there is no way to use the DLL.

Then I will exchange data between web application / database, using text or json, but I need to encrypt the data.

In SB there Base64Decoder?

How can I encrypt with SB?

Cleber
by cleber
Thu May 28, 2015 7:41 pm
Forum: Coding Questions
Topic: documentation
Replies: 0
Views: 4147

documentation

Hi,

In http://www.spiderbasic.com/support.php the three links of the documentation, go to the forum. There is no online documentation?

Cleber
by cleber
Thu May 28, 2015 7:34 pm
Forum: Coding Questions
Topic: error in compiling
Replies: 3
Views: 4541

error in compiling

Hi,

The error in compiling is because I am using a DEMO or is syntax error?

Line 53

Worked with PureBasic

The SB will have the form designer?


Declare QMCall0(Subrname.s)
Declare QMCall1(Subrname.s, Arg1.s)
Declare QMCall2(Subrname.s, Arg1.s, Arg2.s)
Declare QMCall3(Subrname.s, Arg1.s, Arg2.s ...