Search found 54 matches: manipulation

Return to advanced search

Re: Help splitting up a character address string

... To split the address string into separate variables for street, city, state, and zip code, you can indeed use the At() function or similar string manipulation functions. The approach depends on the programming language you're using. I'll provide an example in a commonly used language, Python, ...
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: 602

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... but when try to APPEND it does crash https://i.postimg.cc/VNSmq4WF/no-currval-def.jpg it have to do with 9.15. Sequence Manipulation Functions Sequence Functions like currval(), nextval() or even lastval() need Type SERIAL so Table should create with   cQuery += " ...
by Jimmy
Sat Aug 05, 2023 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 735

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi, Yes i think it is a similar under PostgreSQL have a look at 9.15. Sequence Manipulation Functions --- i use Concept from Alaska with some "internal" FIELD ("__xxx") which are "usefull" PRIMARY KEY is based on "__record" ...
by Jimmy
Wed Aug 02, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 735

Re: Web programming with Mod Harbour

... interfaces (HTML, CSS, and JavaScript). Mod Harbour can be used alongside web frameworks to handle HTTP requests, business logic, and data manipulation. Here's a general outline of how you can approach web programming with Mod Harbour: Choose a Web Framework: Since Mod Harbour is primarily ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 328

Xbrowser with full options

Many off us use xbrowser as a quick option for looking and/or manipulation a dbf quick on the fly... xbrowser("database") How can we setup xbrowser with as many options possible for this kind of solution ? the setup has many options... (like to ...
by Marc Venken
Fri Aug 14, 2020 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowser with full options
Replies: 0
Views: 291

Re: Retrieving hosted MySql/MariaDB data using api

... from your Fivevin application 3. This php script will accept parameters from your Fivewin application which will be your SQL queries or Data manipulation commands 4. This php script will return the resulting recordset as JSON 5. The JSON data received from the hosted server will be processed ...
by anserkk
Fri Jun 21, 2019 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving hosted MySql/MariaDB data using api
Replies: 2
Views: 559

Re: accounting system

... You also have to think about the program logic for editing data. Some countries will not alow that data can be changed once it is entered. (Manipulation of results) And also important is that you must be able to import bankaccount data.. To get to those files (layout and testing) can be ...
by Marc Venken
Sat Mar 16, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accounting system
Replies: 6
Views: 1323

Re: String manipulation

Hi Jeff,

have you tried the MemoLine() function + PadR()? I think it will do what you are looking for.

KR

Carlos
by Carlos Mora
Wed Aug 08, 2018 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 659

Re: String manipulation

Thank you very much :D
by Jeff Barnes
Thu Aug 02, 2018 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 659

Re: String manipulation

function Convert( cStr )   local cOut := ""   local nAt      do while !Empty( cStr )      if Len( cStr ) <= 125         cOut  += cStr         cStr  ...
by nageswaragunupudi
Thu Aug 02, 2018 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 659

String manipulation

I am trying to find a clean and simple way to manipulate a string. I am sending an HL7 result message that contains a comment section. In this comment section I am inserting my comment (var = cComment) cComment can contain a paragraph or more. The issue I'm having is, if the user enters their commen...
by Jeff Barnes
Tue Jul 31, 2018 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String manipulation
Replies: 3
Views: 659

Fwh used for Prestashop shopcard (SOLVED)

... read into the differences yet like : SQL or ADO or Dolphin .... used be several in this forum. The fact is that I will use Xbrowse as master data manipulation. Any starting tips for with i should use ? My level of programming is rather low :wink: , so I could go for SQL since I use this also in ...
by Marc Venken
Wed Dec 14, 2016 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh used for Prestashop shopcard (SOLVED)
Replies: 9
Views: 2012

Re: Changing with and height of a window and a dialog

... dialog then they could get covered up with on screen keyboard. It is inconvenient to always scroll to find important buttons or controls. Also the manipulation of the on screen keyboard is different from Windows 7 and Windows 8 or 10. I could not get on screen keyboard to start and stop correctly ...
by Gale FORd
Tue Nov 10, 2015 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8879

Re: Save signature BMP in DBF ?

... is shown, I simply needed to print the signature in a small space. The print class function for printing images handles this perfectly, and no manipulation of the image is necessary. I now have this working perfectly, and it takes up little space. For those needing more complex handling of ...
by TimStone
Tue Oct 06, 2015 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save signature BMP in DBF ?
Replies: 12
Views: 2917

Problema al actualizar a Windows 10

... * Supports CLFLUSH instruction CX8 * Supports compare and exchange 8-byte instructions CX16 * Supports CMPXCHG16B instruction BMI1 - Supports bit manipulation extensions 1 BMI2 - Supports bit manipulation extensions 2 ADX - Supports ADCX/ADOX instructions DCA - Supports prefetch from memory-mapped ...
by cnavarro
Thu Aug 20, 2015 8:49 pm
 
Forum: Off Topic / Otros temas
Topic: Problema al actualizar a Windows 10
Replies: 2
Views: 1078
Next

Return to advanced search