NetTalk Central

Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Web Server - Ask For Help / Re: Partial Save?
« Last post by rjolda on May 25, 2024, 02:16:17 AM »
Johan,
What are you working with - a Form or MemForm?
There are several methods available for Before writing to file and after writing to file.  Make sure your code is in the Before writing to file.
Ron
12
Web Server - Ask For Help / Re: Old wizard
« Last post by osquiabro on May 24, 2024, 06:57:06 AM »
by the way the login wizard generate LevelBenign without :
13
Web Server - Ask For Help / Re: GUID Question
« Last post by rjolda on May 24, 2024, 04:18:38 AM »
Hi,
16 characters - each can have up to 36 choices ( Upper case alphabet) gives you 2.2300745198530623141535718272648e+43  unique values.  Do you need more than that?
If you do, then you can go to 32 characters and you will get 1.5324955408658888583583470271503e+54  values.  You can choose.  Bruce recommends 16 characters but you can zone in on your own comfort zone!
Ron
14
Web Server - Ask For Help / GUID Question
« Last post by rupertvz on May 24, 2024, 02:54:50 AM »
Hi Guys,

All my GUID's are 16 characters, and relations between my tables are all GUID based lately.

A .Net developer told me that the GUID should ideally be 32 characters.

Does this mean moving forward it is best to cater for 32 bit GUID's in my tables, or will 16 characters suffice for the foreseeable future.

I did a bit of reading up on this, but would like to hear any comments.
15
Web Server - Ask For Help / File Upload button on MemForm
« Last post by jking on May 23, 2024, 04:12:36 PM »
Hi Bruce,

     I'm trying to use a MemForm, with a single FileUpload button on it, to upload files to the web\uploads folder.  The web log does show the POST /dataupload event but the actual file is not in the uploads folder.  I have tried this running a local exe and also from a server using a dll with the multi-site host.

     I have run the example app, which uses a normal NetWebForm, and the file does get uploaded properly.  Is it possible it won't work with a MemForm?

Thanks,

Jeff King
16
Web Server - Ask For Help / Partial Save?
« Last post by JohanR on May 22, 2024, 12:40:33 AM »
Hi,

If I want to update other fields in the record, how and where do I set them using a partial save button?
Do I set the session variables, the actual record fields or how?

Have tried, but for some reason the data is not being written to disk,
the partial save works, and it saves the fields from the page, but not the ones I set in the embed.
I did move the code to the embed before the save code. 

thanks

Johan

17
Web Server - Ask For Help / Re: Colon cleansing?
« Last post by Bruce on May 19, 2024, 10:55:24 PM »
>> and I'm not bright enough to rewrite the label text

rewriting all the prompts for an existing app, especially a larger one, sounds like a lot of work....
18
Web Server - Ask For Help / Re: Colon cleansing?
« Last post by Jane on May 18, 2024, 12:50:59 PM »
isn't just nostalgia for the DOS days.... So convince away...


Dang, Bruce.
You calling me old?  Old?
Of course I'm old... I program in Clarion!
A kid I worked with 15 years ago used to refer to me as "Old 8-bit."

All right... I'm looking at more commercial websites with an eye toward their use of labels and will rethink things for my current little project.

But dang...  still don't like having my colons eaten!  (If a colon looks stupid on a label and I'm not bright enough to rewrite the label text without a colon then I deserve an ugly label!)

Speaking of appearances... if labels is the new plastics... what do you think about adding an entry in the form field template for CSS for the label the way you have for Prompt and Comment?

Now where'd I leave my 5 1/4 floppy with MASM 5.0???
19
Web Server - Ask For Help / Re: Colon cleansing?
« Last post by Alberto on May 18, 2024, 04:33:40 AM »
Mi vote is... to allow colons when you are not using labels.
20
Web Server - Ask For Help / Re: disable moving columns
« Last post by Bruce on May 17, 2024, 06:21:03 AM »
turned off in 14.22
Pages: 1 [2] 3 4 ... 10