Search found 249 matches
- Fri Jan 15, 2021 4:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Same DBF with Harbour / xHarbour applications
- Replies: 3
- Views: 2630
Re: Same DBF with Harbour / xHarbour applications
Hi, I use the same DBF from different application in Network environement . I am still using NTX and not CDX . When it is possible a close and open the DBF + NTX after a write process . I have a DBF with 100 000 records and 5 NTX files and have no corruption . It is more than 10 years that i not hav...
- Fri Oct 16, 2020 9:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse: currently selected column position
- Replies: 12
- Views: 1574
Re: XBrowse: currently selected column position
Look at this : oBrw:nColSel o:nCreationOrder FOR i := 2 TO LEN( oBrw:aCols) oCol := oBrw:aCols[ i ] oCol:nEditType := EDIT_GET oCol:bOnPostEdit := {|o, v, n| iif( (n != VK_ESCAPE .AND. oBrw:nColSel >2), (dbselectarea("EQUIP"),DBRLOCK(), FieldPut( o:nCreationOrder-1, v ), DBRUNLOCK() ), ) }...
- Thu Oct 15, 2020 8:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Google Table and clipboard
- Replies: 2
- Views: 827
Google Table and clipboard
Hi,
Could you give more info about google table ?
How to use it, how to establish connection with google account ?
Thanks for samples ,
Philippe
Could you give more info about google table ?
How to use it, how to establish connection with google account ?
Thanks for samples ,
Philippe
- Tue Oct 13, 2020 12:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Reading active position the page in a Word-document
- Replies: 2
- Views: 1010
Re: Reading active position the page in a Word-document
Thanks a lot for this help .
Philippe
Philippe
- Sun Oct 11, 2020 9:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Reading active position the page in a Word-document
- Replies: 2
- Views: 1010
Reading active position the page in a Word-document
Hi,
When i instert text in a word document (oWrd:Selection():TypeText("Text to be inserted") , how is it possible to read the vertical or horizontal position in the active page ?
Thanks for your help .
Philippe
When i instert text in a word document (oWrd:Selection():TypeText("Text to be inserted") , how is it possible to read the vertical or horizontal position in the active page ?
Thanks for your help .
Philippe
- Sun Jul 26, 2020 9:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Onedrive
- Replies: 9
- Views: 1917
Re: Onedrive
RAIDRIVE is a free tools that enable to MAP OneDrive or Google drive as a network drive with a drive letter.
Good luck
Philippe
Good luck
Philippe
- Sun Jul 12, 2020 9:30 am
- Forum: mod_harbour
- Topic: Convert RC dialog to WebForm
- Replies: 1
- Views: 863
Convert RC dialog to WebForm
Hi,
Is there a tool that convert a dialog saved in a RC file to a web form ?
Thanks for answer ,
Philippe
Is there a tool that convert a dialog saved in a RC file to a web form ?
Thanks for answer ,
Philippe
- Thu May 28, 2020 5:47 am
- Forum: mod_harbour
- Topic: Start with ModHarbour
- Replies: 11
- Views: 2240
Re: Start with ModHarbour
Hello, I have installed Apache on Win10 computer and modharbour . Everything is OK . I 'd like to test samples of Input Screen ? Is it possible to use SAY and GET instruction ? Do you have sample with a screen with 3 or 4 gets, 1 or 2 Combo and when you press save, a record is Added in a table . Tha...
- Fri May 22, 2020 8:39 am
- Forum: mod_harbour
- Topic: Start with ModHarbour
- Replies: 11
- Views: 2240
Re: Start with ModHarbour
Apache24 is installed on the Windows 10 Pro computer est the test http://localhost is successful .
What is the next step for mod_harbour ?
Thanks,
Philippe
What is the next step for mod_harbour ?
Thanks,
Philippe
- Wed May 20, 2020 7:58 am
- Forum: mod_harbour
- Topic: Start with ModHarbour
- Replies: 11
- Views: 2240
Re: Start with ModHarbour
Antonio,
With fivewin, i use MS SQL tables .
Is it possible to use it with ModHarbour .
Thanks,
Philippe
With fivewin, i use MS SQL tables .
Is it possible to use it with ModHarbour .
Thanks,
Philippe
- Tue May 19, 2020 12:46 pm
- Forum: mod_harbour
- Topic: Start with ModHarbour
- Replies: 11
- Views: 2240
Re: Start with ModHarbour
Antonio,
I will try with Apache for Windows .
Thanks,
Philippe
I will try with Apache for Windows .
Thanks,
Philippe
- Tue May 19, 2020 10:59 am
- Forum: mod_harbour
- Topic: Start with ModHarbour
- Replies: 11
- Views: 2240
Start with ModHarbour
Hi,
I will start with modharbour on a Windows10Pro computer .
Where can i find a complete install procedure ?
Thanks,
Philippe
I will start with modharbour on a Windows10Pro computer .
Where can i find a complete install procedure ?
Thanks,
Philippe
- Wed Mar 25, 2020 11:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with SQL INSERT [solved]
- Replies: 12
- Views: 1539
Re: problem with SQL INSERT
Hi, With MSSQL i do this : csql:="INSERT INTO "+(cTabla)+ " (PATID,LASTNAME) VALUES (" cSql:=cSql+" 'C01', 'CONCEPTO PARA PRUEBAS'+" )" TRY oCon:Execute(cSql) CATCH oErr ShowAdoEr( oCon,csql ) END TRY Hope it will help ! Philippe
- Fri Mar 20, 2020 7:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printing a PDF file (solved)
- Replies: 2
- Views: 748
Re: Printing a PDF file
Hi Michel,
I use this :
shellexecute( 0 , "print" , "c:\data\testpdt.pdf")
Philippe
I use this :
shellexecute( 0 , "print" , "c:\data\testpdt.pdf")
Philippe
- Tue Mar 10, 2020 1:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: status FiveWeb from Laiton
- Replies: 8
- Views: 2154
Re: status FiveWeb from Laiton
Antonio,
What about dialog forms screens .
Does it integrate a screen designer ?
Thanks for all,
Philippe
What about dialog forms screens .
Does it integrate a screen designer ?
Thanks for all,
Philippe