Search found 40 matches: programatically

Return to advanced search

Re: cGetFile()

... What I was origionally trying to do is to drill down to any folder and find only *.xlsx files .. for example I have downloaded an Excel file and programatically I wanted to be able to use cGetFile to be able to drill down to the desktop and see only *.xlsx files and return the path and file name ...
by Rick Lipkin
Thu Sep 21, 2023 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile()
Replies: 10
Views: 688

Re: Spinner arrows

Dear Detlef,

You could programatically modify the registry from your FWH app but that would modify the entire behavior for Windows 11

Will your users accept that ?
by Antonio Linares
Tue Jul 25, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner arrows
Replies: 4
Views: 319

Re: Are there any Treeview samples with associated edit boxes?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert. Also, inline editing - fine, but it should also work with a double-click on an existing node. D. Removed the popup ...
by Antonio Linares
Wed Dec 09, 2020 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Are there any Treeview samples with associated edit boxes?

Looks good, but it's still popping up a 43, after pressing the Num+ key. I can't seem to programatically assign Insert Child to other keys, like Insert.

Also, inline editing - fine, but it should also work with a double-click on an existing node.
by FWExplorer
Wed Dec 09, 2020 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

New FTDN Oct. 2018 (FWH 18.10)

... the cropped image is displayed in a new dialog. The user can then either discard, save or copy the cropped image to clipboard with right-click. Programatically, crop action can be triggered by setting lCrop to .T. Programmer can override the default behavior by specifying bOnCrop code block ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4234

Re: tamaño de fuente en xbrowse

... font size by pressing CTRL+ or CTRL-. ( + and - on the num key pad). This works the same way as we press Ctrl+ or Ctrl- when we view web pages. Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n ) Mr NAO, I tried this function to increase ...
by joseluisysturiz
Thu Nov 02, 2017 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tamaño de fuente en xbrowse
Replies: 5
Views: 1057

Re: Conversion of access 97

... AccDb will not work with MS Jet and you will have to add the Ms Ace OleDb to your distribution. Rick Lipkin ps .. you can also do the upgrade programatically .. create a new .mdb and then write a routine to append over the old data. // create the adox object      Try    ...
by Rick Lipkin
Fri Dec 16, 2016 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion of access 97
Replies: 1
Views: 449

Re: tamaño de fuente en xbrowse

... font size by pressing CTRL+ or CTRL-. ( + and - on the num key pad). This works the same way as we press Ctrl+ or Ctrl- when we view web pages. Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n )
by nageswaragunupudi
Wed Apr 29, 2015 2:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: tamaño de fuente en xbrowse
Replies: 5
Views: 1057

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

... including WinXp through Win 8.1 and probably 10... and that is a BIG PLUS. Just write your program and include the proper connection string and programatically you can connect to your database. 2) ADO is a set of Microsoft classes that allow you to manipulate your data through a set of unified ...
by Rick Lipkin
Thu Jan 29, 2015 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6632

Suggestion about document archive system?

... bmp, jpg, etc.), pdf, docx, rtf, etc. Can I store these files content to memo file using MemoRead and MemoWrit function? I dont need to show them programatically. I can open the file associated program using shellexecute open function. Is it reliable?. Is there any dbf limition for memo field.? ...
by Horizon
Wed Nov 26, 2014 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestion about document archive system?
Replies: 6
Views: 1614

Re: XBROWSE exclude or control ARROW keys in edit mode

... purpose they are intended/designed. When a columns EditGet is in focus, any attempt to change the focus to any other window/dialog/control, either programatically or by the user, "cancels" the edit itself. In the above case, the moment the dialog in ChooseValue() function is activated, ...
by nageswaragunupudi
Mon Nov 24, 2014 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE exclude or control ARROW keys in edit mode
Replies: 13
Views: 5329

Antonio: "BUG" in TPrinter

... with the direct pdf-output. Now i see, that the emf-files in the temp-directory are still present and should be deleted! If i will manually or programatically delete this files, i become a "Access Violation". ...and the temp-directory grows and grows... A second question: After ENDPRINT ...
by byte-one
Tue Jan 21, 2014 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: "BUG" in TPrinter
Replies: 14
Views: 4965

Export Registry

Is it possible to export (programatically) an entry in the registry?
by Jeff Barnes
Sat Oct 19, 2013 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Export Registry
Replies: 3
Views: 615

Re: To < Anserkk > about sample < Wordtable.prg >

Bayron wrote:Nice Sample... Thanks Anser and Uwe for Sharing...

Can this table be saved to file without oppening MicroSoft Word????

Can it also be printed programatically???? With or without oppening MS Word???


Yes. Without making word visible
oWord:Visible:=.F.

Regards
Anser
by anserkk
Sat Feb 23, 2013 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To < Anserkk > about sample < Wordtable.prg >
Replies: 12
Views: 6227

Re: To < Anserkk > about sample < Wordtable.prg >

Nice Sample... Thanks Anser and Uwe for Sharing...

Can this table be saved to file without oppening MicroSoft Word????

Can it also be printed programatically???? With or without oppening MS Word???
by Bayron
Sat Feb 23, 2013 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To < Anserkk > about sample < Wordtable.prg >
Replies: 12
Views: 6227
Next

Return to advanced search