Search found 40 matches: wzaf

Return to advanced search

lIncSearch in combobox

I'd want to disable the autocomplete function of combobox using the property: oCBX:lIncSearch:=.f., but doesn't work .
Any idea of how to disable it ?

Best regards,
Wzaf
by wzaf
Fri Jul 19, 2013 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lIncSearch in combobox
Replies: 0
Views: 348

Re: ADO update() error

... I tried to update (and getting errors), the table where modified in more than one row, not only the row holding the '217' key!!! . Best regards, Wzaf
by wzaf
Tue Jun 08, 2010 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

wzaf...

try change to this line

Code: Select all  Expand view
oRecordSet:Open( "SELECT iddoc, filename FROM testi WHERE iddoc = 217 " , oConnection )


i added iddoc (columns) inside select
by Daniel Garcia-Gil
Mon Jun 07, 2010 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

... oCon)  the creation of RecordSet succeed . I think there is something wrong in the installation of ADO in my pc. May Be ? Best regards WZaf
by wzaf
Mon Jun 07, 2010 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

... connection string in your file , and modify the Select statement to work in my DB, I get the usual error: update error() ! Tank you Best regards Wzaf.
by wzaf
Mon Jun 07, 2010 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

Daniel :
Correct ! the select is not empty....

Wzaf
by wzaf
Sun Jun 06, 2010 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

wzaf...


did you verify if the SELECT return some value, i means
the select is not empty...
by Daniel Garcia-Gil
Sun Jun 06, 2010 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

No, it is filled with the result of Query: "SELECT filename FROM testi...."

Wzaf
by wzaf
Sun Jun 06, 2010 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

No, James, I have all rights for all DB .

Tank you
Wzaf
by wzaf
Sun Jun 06, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: ADO update() error

Tank you Rick ,
But I tried with different fields of the table, and I get always the same error:
If I modify the field value, I get error in update method.
In I modify nothing, the update() succeed !.

Best regards

Wzaf
by wzaf
Sun Jun 06, 2010 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

ADO update() error

... ):Value = "new value" oRecordset:update() [/code] but I get : WINOLE/1007 Argument error: UPDATE any idea ? Best regards. Wzaf
by wzaf
Sat Jun 05, 2010 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO update() error
Replies: 14
Views: 2531

Re: Openoffice's macros

Tank you for your answer xProgrammer!
But your solution ( run openoffice with command line argument that start a macro) is not valid for my needs.
I 've to start several macros within the same document.....

Best regards

Wzaf
by wzaf
Fri Apr 16, 2010 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Openoffice's macros
Replies: 2
Views: 644

Re: Openoffice's macros

Hi wzaf I can't troubleshoot your code as I am in a Linux environment but I can show you an ugly way of doing it. This code works for me - but it is in a utility that only I run so it doesn't matter that it is ugly. I use a ...
by xProgrammer
Thu Apr 15, 2010 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Openoffice's macros
Replies: 2
Views: 644

Openoffice's macros

... ".uno:runmacro", "mymacro", 0, Array() )... But doesn't work . Can anyone help me ? Tanks, Wzaf
by wzaf
Thu Apr 15, 2010 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Openoffice's macros
Replies: 2
Views: 644

Re: New AdoRDD (free)

Tank you , Antonio

Best Regards,
Wzaf
by wzaf
Fri Feb 19, 2010 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 103050
Next

Return to advanced search