Search found 45 matches: seperate

Return to advanced search

Re: Help splitting up a character address string

... a character address string Postby Rick Lipkin » Tue Nov 14, 2023 9:29 pm To All I seem to have lost my ability to substring an Address field into seperate cStreet, cCity, cState and cZip variables ... here is a address field I want to break out into the above fields cAddress := "258 Shoreline ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 636

Help splitting up a character address string

To All I seem to have lost my ability to substring an Address field into seperate cStreet, cCity, cState and cZip variables ... here is a address field I want to break out into the above fields cAddress := "258 Shoreline Drive, Columbia, SC 29212" ...
by Rick Lipkin
Tue Nov 14, 2023 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 636

Re: New FWH 23.04

... to exel from xbrowse and this I do for all the groups. a group = the "name" in browse Kleur Maten Kleur_D Kleur_L .... Each could be a seperate dbf file, or 1 big dbf where I than filter on eacht of these groups. Then I open the excel and fill a browse. Much manual work however. I have ...
by Marc Venken
Wed May 03, 2023 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 834

Re: 32 Bit BCC7 *.MAK -> 64 Bit ?

hi Antonio, i do have working FWIPTV.PRG but it have > 1000 Lines so i want to "split" it into 3 Parts to use it "seperate" (in "your" App) FWIPTV.PRG Main App FWVLC.PRG CLASS fwTVLC READM3U.PRG read *.M3U Files for 32 Bit i have nade a working *.MAK using ...
by Jimmy
Mon Aug 01, 2022 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> 64 Bit ?
Replies: 6
Views: 350

Re: Manupulate PDF via Acrobat PRO DC

Yes, Each page has his own bookmark. After I generate the seperate pages (TEST_0.pdf,TEST_1.pdf,...), I rename the file to its correct name, then I read the directory with the files, sort them, and merge the files. So, I have an array with the file-names, ...
by Marc Vanzegbroeck
Fri Dec 24, 2021 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3723

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

... can also run VMWare. So you can install an Virtual Microsoft server. But a normal PC will be faster. I don't use my NAS as VMWare server. I have a seperate ESXi-server, running several VMWare's.
by Marc Vanzegbroeck
Sun Jan 03, 2021 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3486

Re: Mr. Rao's samples collection.

... setup-section > you can change the predefined authors for each file 3. multple sample-files are used to save different authors or forums to seperate topics You can collect different authors like -> ( select 1. new + author ) next ( change to append + author ) now You will have a selected ...
by ukoenig
Fri Feb 02, 2018 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 21662

Re: Xbrowse best way to change browse cols realtime

Marc, have a look at the new picture for the logic. I need a seperate customer.dbf because of changes ( adding / delete ). The customers inside the month-dbf's are the same at the time, the month-dbf is created. Showing the results, the customer.dbf ( ...
by ukoenig
Tue Aug 01, 2017 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse best way to change browse cols realtime
Replies: 19
Views: 2993

Re: A different payment

... is needed then. The problem is that you don't know in front if the table is going to split into person by person bill, so you need to seperate the list when they ask the bill. Is the Touch Ecr a hardware handheld like a Ipad or so ?
by Marc Venken
Sat May 27, 2017 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A different payment
Replies: 9
Views: 1844

Re: OT Routing routine

... FiveNet design you could manage the .NET library from your app: https://bitbucket.org/fivetech/fivenet/wiki/Home > , or maybe create a seperate exe-file that FW calls for making the drawing... Thats basically what FiveNet does, but instead of using an external EXE, it uses a DLL. Could ...
by Antonio Linares
Fri Dec 16, 2016 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Routing routine
Replies: 11
Views: 1906

Re: OT Routing routine

Antonio,

Here is an example where my routing is not nice :cry:

For yWorks an .NET-library exist. I don't know if we can link in to the FWH64-exe, or maybe create a seperate exe-file that FW calls for making the drawing...


Image
by Marc Vanzegbroeck
Thu Dec 15, 2016 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT Routing routine
Replies: 11
Views: 1906

Re: How to protect a prog.-section to be opend twice ?

Uwe,

Is this a seperate DBF-file in your program?
If so, maybe you can lock the DBF if you open this, and unlock if you leave it.
For the other users on the LAN you can chech if the file is locked in order To enable/disable this button.
by Marc Vanzegbroeck
Sun Mar 20, 2016 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to protect a prog.-section to be opend twice ?
Replies: 3
Views: 626

Using .NET library

Hi,

Is is possible to use a .NET library with FWH? Or is it better to create a seperate EXE-file compiled with the .NET library, and transfer the data with a text-file.
A want to use a .NET library file that generate drawings. My program give the correct data to create it.

Thanks
by Marc Vanzegbroeck
Mon Mar 14, 2016 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using .NET library
Replies: 14
Views: 3335

Re: Message-Paint NEW Rel. 1.2 ( DOWNLOAD )

New Update with some fixes. A combination of SetDlgGradient(.... and Your own seperate Gradient-define, is supported now. 1. select < Gradient-function > from the Dialog-background http://www.service-fivewin.de/images/msgedit10.jpg 2. select ...
by ukoenig
Sun Mar 10, 2013 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message-Paint Update 3.1 ( DOWNLOAD )
Replies: 8
Views: 2017

Re: BackGround Painting

... {... The second works as well without my functions. XPManifest only belongs to the Radio- and checkbox textcolors not to work in sample 2. You can seperate the text from radios and checkboxes, if You need a different textcolor. Best Regards Uwe :lol:
by ukoenig
Mon Feb 25, 2013 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackGround Painting (SOLVED)
Replies: 14
Views: 4832
Next

Return to advanced search