Search found 16 matches

by jackymb
Tue Apr 07, 2020 6:50 pm
Forum: Applications - Feedback and Discussion
Topic: [Module] TreeEx - Gadget (all OS)
Replies: 9
Views: 6184

Re: [Module] TreeEx - Gadget (all OS)

Hi Thorsten,

Thank you very much for this module.

is it possible to add the edition of an item when the column is text? (by simple clik , double click or otherwise)
by jackymb
Thu Sep 15, 2016 3:52 pm
Forum: Tricks 'n' Tips
Topic: Firebird Database Server client module
Replies: 18
Views: 10039

Re: Firebird Database Server client module

Hi Infratec,

Thank you for the quick reply.
I installed the PB 5.50, and it works.
I'm going to test my base.

Jacky
by jackymb
Thu Sep 15, 2016 3:24 pm
Forum: Tricks 'n' Tips
Topic: Firebird Database Server client module
Replies: 18
Views: 10039

Re: Firebird Database Server client module

Hi the.weavster,

Thanks for sharing! :D

But I have an error in file: mod-fbs.pb :(

Line 305: UTF8() is not a function, array, list, map or macro

Thanks in advance,
Jacky
by jackymb
Thu Sep 25, 2014 11:05 am
Forum: Coding Questions
Topic: ComatePlus & Powershell (ActiveXPosh)
Replies: 8
Views: 5131

Re: ComatePlus & Powershell (ActiveXPosh)

@Kiffi

thank you very much. Also works for me

With that I will continue with another command and script.

Very nice the humorous images.

Greetings - Jacky
by jackymb
Wed Sep 24, 2014 1:23 pm
Forum: Coding Questions
Topic: ComatePlus & Powershell (ActiveXPosh)
Replies: 8
Views: 5131

Re: ComatePlus & Powershell (ActiveXPosh)

@kiffi

Thank you for your reply.

must go down the page and click: Download Support.
But I can send you a PM with a link.

in fact there is a mistake because I had put '#FALSE', but it does not operate at

Code: Select all

If oActiveXPosh\Invoke("(Init(#FALSE)") = #S_OK
Greetings - Jacky
by jackymb
Tue Sep 23, 2014 5:26 pm
Forum: Coding Questions
Topic: ComatePlus & Powershell (ActiveXPosh)
Replies: 8
Views: 5131

ComatePlus & Powershell (ActiveXPosh)

Hello,

Many Windows Business Application are now only supporting Powershell, as a scripting environment.
Like MS Exchange / SharePoint / Active Directory / MS SQL / etc.

Since 2008 Sapien Technologies has released a Powershell COM component named ActiveXPoSH, that makes the bridge between all ...
by jackymb
Fri Jun 15, 2012 7:14 pm
Forum: Feature Requests and Wishlists
Topic: ARC Drawing
Replies: 8
Views: 3082

Re: ARC Drawing

thank you IdeasVacuum

purpose is limited to windows. why not a function for every OS :!: :o
by jackymb
Fri Jun 15, 2012 3:55 pm
Forum: Feature Requests and Wishlists
Topic: ARC Drawing
Replies: 8
Views: 3082

ARC Drawing

hi,

it would be possible to add a function in library 2DDrawing :

Arc (x, y, Radius, StartAngle, EndAngle [, Color])

x, y Specifies the position of the center pixel of the ARC.
Radius Specifies the radius of the ARC.
StartAngle Specifies Angle of departure
EndAngle Specifies end angle
Color ...
by jackymb
Fri Oct 28, 2011 3:08 pm
Forum: Coding Questions
Topic: ComatePlus +SWbemLocator (WMI)
Replies: 1
Views: 975

ComatePlus +SWbemLocator (WMI)

I try to translate that into PB and ComatePlus, and I worry.
Is it'll have some idea.

'To connect to the local SMS site's Provider by using SWbemLocator
Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator")

Set objSWbemServices= objSWbemLocator.ConnectServer("SMS-Srver", "root\sms ...
by jackymb
Fri Jul 30, 2010 10:41 am
Forum: Coding Questions
Topic: convert in PB
Replies: 4
Views: 1502

Re: convert in PB

Thank you JOSH
I tested, but I have a connection error, I'll watch
But before I'll take holiday
by jackymb
Thu Jul 29, 2010 2:19 pm
Forum: Coding Questions
Topic: convert in PB
Replies: 4
Views: 1502

convert in PB

Hello
I need to make interogation on active directory, and I need help to convert the following code in purebasic




IADs *pobjADs; // Pointer to object interface
BSTR bstrName; // String with object name
HRESULT hResult; // COM result code

// String to directory service
WCHAR *pstrADsPath ...
by jackymb
Mon Dec 22, 2008 6:17 pm
Forum: Coding Questions
Topic: Comate and LDAP (active directory)
Replies: 2
Views: 4135

Thank you srod.

But I use ADO in vbscript to read Active directory. I translated that into PB and I get an error

IncludePath #PB_Compiler_Home + "Include\"
XIncludeFile "COMate.pbi"

#False = 0
#True = 1
#ADS_SCOPE_SUBTREE = 2

Define.COMateObject oCnx, oCmd, oRSetAD
Define.s strDom, strMyOu ...
by jackymb
Fri Dec 19, 2008 7:38 pm
Forum: Coding Questions
Topic: Comate and LDAP (active directory)
Replies: 2
Views: 4135

Comate and LDAP (active directory)

Hi,

how to read user info in active directory ?
by jackymb
Tue Nov 25, 2008 12:32 pm
Forum: Coding Questions
Topic: Read Excel With COMate
Replies: 7
Views: 3136

Thank you very much Kiffi.
It's really stupid to have forgotten that ir string.
by jackymb
Tue Nov 25, 2008 8:16 am
Forum: Coding Questions
Topic: Read Excel With COMate
Replies: 7
Views: 3136

Thanks Kiffi & Srod

another question: how to read a string in a cell, which increases the index intRow

intRow.i = 2
Repeat
Cell$ = ExcelObject\GetStringProperty("Cells(intRow,1)")

MessageRequester("Row: " + Str(intRow),Cell$)
intRow = intRow + 1
Until ExcelObject\GetStringProperty("Cells ...