Search found 10 matches

by Pierre Mercier
Tue Feb 10, 2009 4:01 am
Forum: Coding Questions
Topic: Comate with excel
Replies: 0
Views: 745

Comate with excel

If some body has code or snippet to manipulate excel file, i am trying to
assemble coding to be able to manipulate Excel files.
like How to create style, merge cell, add borderline, manipulate range etc... I will also supply all code to the french community.
by Pierre Mercier
Mon Feb 09, 2009 1:56 pm
Forum: Tricks 'n' Tips
Topic: Manipulating Excel with COMate
Replies: 1
Views: 2366

Manipulating Excel with COMate

If some body has code or snippet to manipulate excel file, i am trying to
assemble coding to be able to manipulate Excel files.
like How to create style, merge cell, add borderline, manipulate range etc... I will also supply all code to the french community.

Here is a sample of code for excel from ...
by Pierre Mercier
Sun Feb 08, 2009 3:50 pm
Forum: Coding Questions
Topic: Read Excel With COMate
Replies: 7
Views: 2996

I tried that code on Excel 2007 wrote by Jackymb, corrected by Kiffi and srod. It worked until
this line until Cell$ = ExcelObject\GetStringProperty("Cells(" + Str(intRow) + ",1) = #NullString")
To make it worked i replace it with
Until Cell$ = ""

Is it working with another excel version.

Also ...
by Pierre Mercier
Sat Jun 07, 2008 11:32 am
Forum: Coding Questions
Topic: Save and retrieve picture from sqlite Database
Replies: 14
Views: 4290

Here is the code Paul. I finally found the problem.
As i use a procedure SavePic() to save the image and a procedure GetPic() to retrieve the image, had to put the image encoder in the procedure.
Now everithing work fine.



;Image Saver And VIEWER PB4.2
;
;Window Constant
;
Enumeration ...
by Pierre Mercier
Mon Jun 02, 2008 12:47 pm
Forum: Coding Questions
Topic: Save and retrieve picture from sqlite Database
Replies: 14
Views: 4290

sAVE AND RETRIEVE IMAGE

THANK YOU FOR ALL YOUR HELP.

THANK'S NETMAESTRO FOR YOUR CODE.

FROM YOUR CODE I TRIED TO HAVE AN IMAGE SAVER. BUT I HAVE AN ERROR MESSAGE #IMAGE OBJECT NOT INITIALIZE.

HERE IS MY CODE USING PURE BASIC 4.2

;- Gadget Constants
;
;Window Constant

Enumeration
#Window_0
#Window_1
EndEnumeration ...
by Pierre Mercier
Fri May 30, 2008 11:02 am
Forum: Coding Questions
Topic: Save and retrieve picture from sqlite Database
Replies: 14
Views: 4290

Save and retrieve picture from sqlite Database

Need to save and retrieve picture using Sqlite Db using Purebasic.
Thank for your support.
by Pierre Mercier
Thu Apr 24, 2008 1:04 pm
Forum: Applications - Feedback and Discussion
Topic: Syntax to use variable in a query using PB API & SQLite
Replies: 3
Views: 3927

Queries's syntax

That exactly what i need and it work perfectly on string. I will try the
other with + replacing &.

Many thank's :P
by Pierre Mercier
Wed Apr 23, 2008 12:04 pm
Forum: Applications - Feedback and Discussion
Topic: Syntax to use variable in a query using PB API & SQLite
Replies: 3
Views: 3927

Syntax to use variable in a query using PB API & SQLite

I am just starting programming in Pure Basic and i can't find the right syntax for queries using variable and passing it from PB api to SQLite database

All Samples below is use on a program done with VB6 and MSAccess and all :shock: work properly

Here is a sample of different small queries using ...
by Pierre Mercier
Wed Apr 23, 2008 11:59 am
Forum: Applications - Feedback and Discussion
Topic: Opérateurs servant a passer equête d'une API PB à SQLite
Replies: 5
Views: 4023

ooops i will translate.

thank
by Pierre Mercier
Wed Apr 23, 2008 4:12 am
Forum: Applications - Feedback and Discussion
Topic: Opérateurs servant a passer equête d'une API PB à SQLite
Replies: 5
Views: 4023

Opérateurs servant a passer equête d'une API PB à SQLite

Est-Ce que qe Vous connaissez les opérateurs pour passé ces variables dans SQLIte

Les exemples si dessous sont utilisés dans un prgramme VB6 avec base de données MSAcces
Je désire refaire le programme sous Pure Basic en Utilisant SQLite Comme Base de donnée.

Voici des exemples de requête utilisées ...