Search found 2345 matches: info

Return to advanced search

Re: Marc : Conversion process and questions about it

... = Date() hSystem[ "path" ] = hb_CurDrive() + ":\" + CurDir() hSystem[ "another" ] = 123 as you see you can have more info inside it without having to keep a Class updated Yes, use different PRGs to keep properly organized the different parts of your app. "Divide ...
by Antonio Linares
Tue Jan 05, 2021 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 4656

Re: Problem in barmenu in FWH 20.12

Ramesh Babu, Thanks for the info.
by cnavarro
Tue Jan 05, 2021 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in barmenu in FWH 20.12
Replies: 26
Views: 2382

Re: Marc : Conversion process and questions about it

... this into your program and SetKey( VK_F2, { || WhereAmI() } ) into the main function, then you can press F2 inside a function, and you get a info box to see where you are in your program. Best regards, Otto #include "FiveWin.ch"   function Main()   SetKey( VK_F2, { ...
by Marc Venken
Sun Dec 27, 2020 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 4656

Re: Marc : Conversion process and questions about it

... this into your program and SetKey( VK_F2, { || WhereAmI() } ) into the main function, then you can press F2 inside a function, and you get a info box to see where you are in your program. Best regards, Otto #include "FiveWin.ch"   function Main()   SetKey( ...
by Otto
Sun Dec 27, 2020 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 4656

QR-Code on invoices

... I also create incoive programs, it would be nice to add them on the invoices. I know how to print barcodes or QR-codes, but does anyone know the info that should be on it, to enable paying the invoice with a mobile app? Thanks
by Marc Vanzegbroeck
Wed Dec 23, 2020 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QR-Code on invoices
Replies: 2
Views: 394

Re: Peer to Peer, NAS and NTX -> CDX

Otto, I look into it and dicide after some more info like the hardware , but Mod. Harbour is not a option. I will only maintain the current FWH program, since it suites our needs and it is NOT a commercial product. I don't sell any software and can ...
by Marc Venken
Mon Dec 21, 2020 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 4206

Re: Peer to Peer, NAS and NTX -> CDX

Hello Otto, I took some time to read some info about RDP, and have to say that i'm interested... It seems that my hosting can do it, but it costs aprrox 400 euro/month startup system. But we are talking over a onsite system now. 4 stations are ...
by Marc Venken
Mon Dec 21, 2020 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 4206

Mod harbor Nautical Chart (NC)

... are available to you everywhere. Nautical chart is the key to your travels on worldwide web. The links are organized by category. A tooltip with info text can be added to each link. https://mybergland.com/fwforum/nauticalchart.gif Best regards, Otto
by Otto
Mon Dec 14, 2020 2:53 pm
 
Forum: mod_harbour
Topic: Mod harbor Nautical Chart (NC)
Replies: 1
Views: 316

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

Sorry, I thought we were sharing files on the FW repository. But of course we're using our own space.

Too many things going on. Alright, thanks Antonio.

Let me know if you need any more info, regarding the error.
by FWExplorer
Thu Dec 10, 2020 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 5764

Re: ¿Es posible cambiar el aspecto de una ventana child?

Gracias Cristóbal, es justo lo que pensaba.
Me miro la info, creo que es del mismo modo que ya lo tengo encarado.

Saludos!!
by AngelSalom
Mon Nov 30, 2020 10:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Es posible cambiar el aspecto de una ventana child?
Replies: 2
Views: 353

Imágenes en Xbrowse [SOLUCIONADO]

... ) // from Disk oBrw:aCols[ 2 ]:addbmpfile("BITMAPS\no.bmp" ) // from Disk oBrw:aCols[ 2 ]:addbmpfile("BITMAPS\info.bmp" ) // from Disk //oBrw:aCols[ 2 ]:nDataBmpAlign: = AL_CENTER --> FALLA oBrw:aCols[ 2 ]:bBmpData :={ || iiF(; ("Clientes")->NIVEL ...
by Ramón J.
Thu Nov 26, 2020 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en Xbrowse [SOLUCIONADO]
Replies: 3
Views: 731

Re: flowchart for mod harbour projects

... can take advantage of a block diagram. https://mybergland.com/fwforum/bd_aclip2.jpg I can open from the block: source code, notes, and info about the block properties. https://mybergland.com/fwforum/bd_blockdiagram.jpg Now I have traced the input of a block down to a single ...
by Otto
Sun Nov 22, 2020 9:31 am
 
Forum: mod_harbour
Topic: flowchart for mod harbour projects
Replies: 5
Views: 646

Conversión de C++ a Clipper/FW

... 601042A, que según la documentación de la función de terceros se corresponde con 4 valores, el 6, el 01, el 04 y el 42, o sea, 6.01.04.42 Según la info de dicha función, este es el código que usan para presentarlo en C++: DWORD dwVersion = NET_DVR_GetSDKBuildVersion(); csTemp.Format("HCNetSDK ...
by informaticaeloy
Wed Nov 11, 2020 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conversión de C++ a Clipper/FW
Replies: 1
Views: 284

Re: display of fonts used in browses

Hello group, Thanks to a lot of great work from Manuel we now can also create the Info.plist with a makefile. And it looks that there are much more options that we can set in the Info.plist. Here is a copy of my makefile that is made by Manuel: # makefile for Plantenkennis, ...
by plantenkennis
Fri Nov 06, 2020 2:52 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: display of fonts used in browses
Replies: 6
Views: 1523

Xbrowse manager for multiple browsers

... and the same dbf. I'm more interested in optioin 2 Xbrowse manager : Having a manager.dbf with layouts defined by the large Xbrowse of the dbf. Info : Global Fields : All fields.. info : Basic Info Fields : Name, Adress info : Media Fields : Website, email, phone info : Statistics Fields : Year, ...
by Marc Venken
Fri Nov 06, 2020 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse manager for multiple browsers
Replies: 1
Views: 338
PreviousNext

Return to advanced search