Search found 35 matches

by loulou
Sat Nov 16, 2013 6:50 am
Forum: Announcement
Topic: AllowLVEdits Version 2.2
Replies: 51
Views: 35158

Re: AllowLVEdits Version 2.2

It seems that allowedit consume a lot of memeory ? Is there a way to avoid that
Thanks in advance
by loulou
Tue Oct 22, 2013 6:36 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 278928

Re: PurePDF Version 2.0

ABBKlaus wrote:I do not understand your qestion too.

Do you mean parsing and displaying it in pdf (like a browser does) ?

Or display its contents as text in the pdf ?

Or adding it as file to the pdf ?
IN fact i want to transform an HTML file into a PDF Files , it's what i want
by loulou
Fri Oct 18, 2013 5:52 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 278928

Re: PurePDF Version 2.0

Sorry i make a mistake my question was
Can i generate a pdf file in pure pdf with an html file ?
Tha,ks
by loulou
Thu Oct 17, 2013 6:14 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 278928

Re: PurePDF Version 2.0

Hi ABBKlauss,
Is it possible to print an html file in pDF with PurePDF ? If no does-it exists something to do that except with Microsoft Office or Open Offce
Thanks in advance
by loulou
Sun Oct 06, 2013 10:17 am
Forum: Coding Questions
Topic: problem with ACE.OLEDB.12.0 and Adomate
Replies: 0
Views: 755

problem with ACE.OLEDB.12.0 and Adomate

When I use ACEOLDEB.12.0 like provider with Adomate the recordset return is empty
XIncludeFile #PB_Compiler_Home + "comate\comateplus.pbi"
XIncludeFile #PB_Compiler_Home + "comate\ADOmate.pbi"
Global databasename.s = GetCurrentDirectory()
;XIncludeFile #PB_Compiler_Home + "comate\ADOmate.pbi"
;Ou ...
by loulou
Fri Sep 20, 2013 6:14 am
Forum: Coding Questions
Topic: Help with PV_GADgets
Replies: 12
Views: 3098

Re: Help with PV_GADgets

sec wrote:It does looks using PureVisionXP http://purevision.reelmedia.org/HTML/in ... namic.html

or you find one other solution in forum :mrgreen:
Unfortunately REAL MEDIA seems to be out and there isn't a new version for PB 5.20
by loulou
Fri Sep 20, 2013 5:56 am
Forum: Coding Questions
Topic: Help with PV_GADgets
Replies: 12
Views: 3098

Help with PV_GADgets

How can i translate this in PB 5.20
Procedure WindowCallback(WindowID,message,wParam,lParam)
ReturnValue=#PB_ProcessPureBasicEvents
If message=#WM_GETMINMAXINFO
ReturnValue=PVDynamic_LockWindow(WindowID,lParam)
EndIf
If message=#WM_SIZE
ReturnValue=PVDynamic_Resize(WindowID)
EndIf

If ...
by loulou
Fri Sep 20, 2013 5:05 am
Forum: Coding Questions
Topic: {PB 5.20LTS] PV_GADGETS
Replies: 1
Views: 674

{PB 5.20LTS] PV_GADGETS

Message d'erreur
La bibliohéque suivante est manquante Misc (necessaire pour la bibliothéque PV_GADGETS)
by loulou
Fri Sep 20, 2013 4:46 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 316713

Re: PureLVSORT library : sorting ListIconGadgets (and more)

Hi all,
There is a problem with PB 5.20 and library misc . Is there a new version ?
Thanks on advance
by loulou
Sat Jul 27, 2013 9:36 pm
Forum: Coding Questions
Topic: RegEXP
Replies: 5
Views: 1242

Re: RegEXP

now i arrive to test if at the beginningof the Sentence it's a space but i don'tarrive for then end of the space

Code: Select all

"^(\S([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,70})"
This regular expression is for a restriction in an XSD
by loulou
Sat Jul 27, 2013 5:17 pm
Forum: Coding Questions
Topic: RegEXP
Replies: 5
Views: 1242

RegEXP

Who can help me ?
I want to control that the first character of a sting is not a space and the last character is not a space
How can i do with regexep exclusively
Here is my regexpe that's don't work

Code: Select all

"^(\S(([A-Za-z0-9]|[\+|\?|/|\-|:|\(|\)|\.|,|'| ]){1,70}))^(\s)"
Thanks to help me
by loulou
Wed Jul 17, 2013 6:52 am
Forum: Coding Questions
Topic: 5.20b1 - the following PureLibrary is missing: Misc
Replies: 10
Views: 5124

Re: 5.20b1 - the following PureLibrary is missing: Misc

I havt always this message the following PureLibrary is missing: Misc with PB5.20 b6 (last version)
It seems that the problem is always present. Someone says me how to do ?
by loulou
Thu Apr 18, 2013 4:38 pm
Forum: Coding Questions
Topic: Help with comate Plus and word object
Replies: 5
Views: 1666

Re: Help with comate Plus and word object

Thank's Kiffi
now that's work perfectly
by loulou
Thu Apr 18, 2013 3:45 pm
Forum: Coding Questions
Topic: Help with comate Plus and word object
Replies: 5
Views: 1666

Re: Help with comate Plus and word object

Always the same error with
Word.application.invoke("ActiveDocument\Wholestory"
Method or property not supported by this object
by loulou
Thu Apr 18, 2013 7:38 am
Forum: Coding Questions
Topic: Help with comate Plus and word object
Replies: 5
Views: 1666

Help with comate Plus and word object

This three line where not accepted by comate

WordApplication\SetProperty("ActiveDocument\Wholestory")
WordApplication\SetProperty("ActiveDocument\Font\Name = 'Arial Narrow'")
WordApplication\SetProperty("ActiveDocument\Font\Size = 12")

Equivalent in visual basic

Selection.wholestory ...